Merge branch 'master' of git://factorcode.org/git/factor

release
Slava 2007-09-22 00:41:36 -04:00
commit 2892083014
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ big-endian off
] { } 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
[ 0 RET ] { } make jit-return set

View File

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