Skip to content

Commit

Permalink
settle on just alloca and not m3_alloca
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykrell committed Aug 6, 2015
1 parent f3fdc25 commit de2adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-sys/m3back/src/M3x86.m3
Expand Up @@ -3283,7 +3283,7 @@ CONST
BP { "m3_rotate_right64",3, Type.Word64, Target.STDCALL },
BP { "m3_rotate64", 3, Type.Word64, Target.STDCALL },

BP { "m3_alloca", 0, Type.Addr, Target.CDECL, "__chkstk", EAX }
BP { "alloca", 0, Type.Addr, Target.CDECL, "__chkstk", EAX }
};

PROCEDURE start_int_proc (u: U; b: Builtin) =
Expand Down

0 comments on commit de2adc0

Please sign in to comment.