diff options
-rw-r--r-- | dyngen-exec.h | 2 | ||||
-rw-r--r-- | dyngen.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h index 980e70ca99..ed286db8f7 100644 --- a/dyngen-exec.h +++ b/dyngen-exec.h @@ -161,7 +161,7 @@ extern int __op_param1, __op_param2, __op_param3; #define PARAM3 ((long)(&__op_param3)) #endif -extern int __op_jmp0, __op_jmp1; +extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3; #ifdef __i386__ #define EXIT_TB() asm volatile ("ret") @@ -19,7 +19,7 @@ */ int __op_param1, __op_param2, __op_param3; -int __op_jmp0, __op_jmp1; +int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3; #ifdef __i386__ static inline void flush_icache_range(unsigned long start, unsigned long stop) |