commit | c106152d26a68e86400d454c86b1e908ba3f77d8 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Sep 17 22:51:45 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Sep 17 22:51:45 2003 +0000 |
tree | 94c6b14e2f1e1f332d6f38609d9e44108b869829 | |
parent | facc68be25927d95dda2f0248ab66daa990e997d [diff] [blame] |
added two more jump points git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@378 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/dyngen.h b/dyngen.h index cc38228..f7f1d3a 100644 --- a/dyngen.h +++ b/dyngen.h
@@ -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)