mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-26 16:31:11 +00:00
Don't mis-align the stack on x86 platforms (most visible on MacOS X for Intel)
This commit is contained in:
parent
1f195045a1
commit
51a09ecc21
@ -1328,7 +1328,7 @@ if [[ "x$EMULATED_PPC" = "xyes" ]]; then
|
||||
if [[ "x$ac_cv_use_dyngen" = "xyes" ]]; then
|
||||
case $host_cpu in
|
||||
i?86)
|
||||
DYNGEN_OP_FLAGS="-fomit-frame-pointer -mpreferred-stack-boundary=2"
|
||||
DYNGEN_OP_FLAGS="-fomit-frame-pointer"
|
||||
;;
|
||||
mips)
|
||||
DYNGEN_OP_FLAGS="-fno-delayed-branch -mno-abicalls"
|
||||
|
Loading…
x
Reference in New Issue
Block a user