Commit 68cae3d8c10f914296dfc52cebe214264031df7d
1 parent
c91fde65
bswapq fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1894 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
3 changed files
with
6 additions
and
1 deletions
target-i386/exec.h
... | ... | @@ -187,6 +187,7 @@ void helper_imulq_EAX_T0(void); |
187 | 187 | void helper_imulq_T0_T1(void); |
188 | 188 | void helper_divq_EAX_T0(void); |
189 | 189 | void helper_idivq_EAX_T0(void); |
190 | +void helper_bswapq_T0(void); | |
190 | 191 | void helper_cmpxchg8b(void); |
191 | 192 | void helper_cpuid(void); |
192 | 193 | void helper_enter_level(int level, int data32); | ... | ... |
target-i386/helper.c