diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-05-25 16:46:15 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-05-25 16:46:15 +0000 |
commit | d4e8164f7e9342d692c1d6f1c848ed05f8007ece (patch) | |
tree | ca8f3b46553b2674eb5ab3297b39db75d78ba4d4 /exec-i386.h | |
parent | 08351fb37ae0abe0d0a025ad67709f1f1fd63d59 (diff) |
direct chaining for PowerPC and i386
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@183 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-i386.h')
-rw-r--r-- | exec-i386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec-i386.h b/exec-i386.h index 322b7f3d1c..938680d1e5 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -205,8 +205,10 @@ extern int __op_param1, __op_param2, __op_param3; #define PARAM2 ((long)(&__op_param2)) #define PARAM3 ((long)(&__op_param3)) #endif +extern int __op_jmp0, __op_jmp1; #include "cpu-i386.h" +#include "exec.h" typedef struct CCTable { int (*compute_all)(void); /* return all the flags */ |