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

ios fix from Stephen Blackheath; part of #7707

Apparently ios doesn't understand .type %function.
parent 0606e6e7
No related branches found
No related tags found
No related merge requests found
...@@ -686,7 +686,9 @@ StgRun(StgFunPtr f, StgRegTable *basereg) { ...@@ -686,7 +686,9 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
".globl " STG_RETURN "\n\t" ".globl " STG_RETURN "\n\t"
THUMB_FUNC THUMB_FUNC
#if !defined(ios_HOST_OS)
".type " STG_RETURN ", %%function\n" ".type " STG_RETURN ", %%function\n"
#endif
STG_RETURN ":\n\t" STG_RETURN ":\n\t"
/* /*
* Free the space we allocated * Free the space we allocated
......
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