Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS X

and probably PowerPC Linux, too...fixes Bugzilla #2519.
This commit is contained in:
Ryan C. Gordon 2006-05-29 03:02:54 +00:00
parent 856a397e8c
commit 997dffc649
2 changed files with 5 additions and 5 deletions

View file

@ -264,7 +264,7 @@ ifeq ($(PLATFORM),darwin)
CC=gcc
# !!! FIXME: calling conventions are still broken! See Bugzilla #2519
#VM_PPC=vm_ppc_new
VM_PPC=vm_ppc_new
BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes
BASE_CFLAGS += -DMACOS_X -fno-common -pipe