--- code/trunk/sljit/sljitLir.h 2011/08/22 14:35:22 662 +++ code/trunk/sljit/sljitLir.h 2011/10/07 19:18:55 722 @@ -573,13 +573,13 @@ #define SLJIT_C_FLOAT_NOT_NAN 21 #define SLJIT_JUMP 22 -#define SLJIT_CALL0 23 -#define SLJIT_CALL1 24 -#define SLJIT_CALL2 25 -#define SLJIT_CALL3 26 +#define SLJIT_FAST_CALL 23 +#define SLJIT_CALL0 24 +#define SLJIT_CALL1 25 +#define SLJIT_CALL2 26 +#define SLJIT_CALL3 27 /* Fast calling method. See sljit_emit_fast_enter / sljit_emit_fast_return. */ -#define SLJIT_FAST_CALL SLJIT_CALL0 /* The target can be changed during runtime (see: sljit_set_jump_addr). */ #define SLJIT_REWRITABLE_JUMP 0x1000 @@ -705,7 +705,7 @@ since the growth ratio can be added to the current limit, and sljit_stack_resize will do all the necessary checks. The fields of the stack are not changed if sljit_stack_resize fails. */ -sljit_w SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_w new_limit); +sljit_w SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw new_limit); #endif /* (defined SLJIT_UTIL_STACK && SLJIT_UTIL_STACK) */