Commit 03857e318e5159dfb3e574bc886df52fe22d0d8b
1 parent
16f62432
native FPU support in code copy mode
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@647 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
target-i386/exec.h
@@ -503,6 +503,8 @@ void helper_fstenv(uint8_t *ptr, int data32); | @@ -503,6 +503,8 @@ void helper_fstenv(uint8_t *ptr, int data32); | ||
503 | void helper_fldenv(uint8_t *ptr, int data32); | 503 | void helper_fldenv(uint8_t *ptr, int data32); |
504 | void helper_fsave(uint8_t *ptr, int data32); | 504 | void helper_fsave(uint8_t *ptr, int data32); |
505 | void helper_frstor(uint8_t *ptr, int data32); | 505 | void helper_frstor(uint8_t *ptr, int data32); |
506 | +void restore_native_fp_state(CPUState *env); | ||
507 | +void save_native_fp_state(CPUState *env); | ||
506 | 508 | ||
507 | const uint8_t parity_table[256]; | 509 | const uint8_t parity_table[256]; |
508 | const uint8_t rclw_table[32]; | 510 | const uint8_t rclw_table[32]; |