x86 fixes

release
Slava Pestov 2007-09-21 23:56:34 -04:00
parent 3a1d458b29
commit ae74818efa
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ big-endian off
] { } make jit-dispatch set ] { } make jit-dispatch set
[ [
stack-reg 7 cells ADD ! unwind stack frame stack-reg 7 bootstrap-cells ADD ! unwind stack frame
] { } make jit-epilog set ] { } make jit-epilog set
[ 0 RET ] { } make jit-return set [ 0 RET ] { } make jit-return set

View File

@ -88,7 +88,7 @@ INLINE void *untag_object(CELL tagged)
return (void *)UNTAG(tagged); return (void *)UNTAG(tagged);
} }
typedef void (*XT)(CELL arg); typedef void *XT;
/* Assembly code makes assumptions about the layout of this struct */ /* Assembly code makes assumptions about the layout of this struct */
typedef struct { typedef struct {