diff options
-rw-r--r-- | rts/StgCRun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c index 5789c82f8f..127fab6551 100644 --- a/rts/StgCRun.c +++ b/rts/StgCRun.c @@ -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" |