diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 11:30:47 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 11:30:47 +0000 |
commit | 3c1cf9fa865927759a78d476a218a7759fb38fb4 (patch) | |
tree | 3685bb1a07b7db30483ecd3282adbb321866324a /exec-i386.h | |
parent | 1f47a9223ebe3d0c9c779f72341afc10c206d574 (diff) |
dummy rdmsr and wrmsr support - xor reg, reg optimization
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@311 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 12e22bb412..84a1dabf09 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -159,6 +159,8 @@ void helper_idivl_EAX_T0(uint32_t eip); void helper_cmpxchg8b(void); void helper_cpuid(void); void helper_rdtsc(void); +void helper_rdmsr(void); +void helper_wrmsr(void); void helper_lsl(void); void helper_lar(void); |