Open afernandez90 opened 1 year ago
The instructions for the functions are defined in a .data section, which results in a segmentation fault. Marking the section as .text resolves the issue.
.data
.text
The instructions for the functions are defined in a
.data
section, which results in a segmentation fault. Marking the section as.text
resolves the issue.