diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:51:45 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:51:45 +0000 |
commit | c106152d26a68e86400d454c86b1e908ba3f77d8 (patch) | |
tree | 94c6b14e2f1e1f332d6f38609d9e44108b869829 /dyngen.h | |
parent | facc68be25927d95dda2f0248ab66daa990e997d (diff) |
added two more jump points
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@378 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dyngen.h')
-rw-r--r-- | dyngen.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |