Skip to content
Snippets Groups Projects
Commit e8b8bb39 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Use .globl rather than .global on arm; part of #7707

Apparently ios only understands .globl, but Linux appears to understand
both.
parent f1fcfff5
No related merge requests found
......@@ -684,7 +684,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
*/
"bx %1\n\t"
".global " STG_RETURN "\n\t"
".globl " STG_RETURN "\n\t"
THUMB_FUNC
".type " STG_RETURN ", %%function\n"
STG_RETURN ":\n\t"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment