Revision 6f12a2a6 target-i386/cpu.h

b/target-i386/cpu.h
670 670
/* the following helpers are only usable in user mode simulation as
671 671
   they can trigger unexpected exceptions */
672 672
void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);
673
void cpu_x86_fsave(CPUX86State *s, uint8_t *ptr, int data32);
674
void cpu_x86_frstor(CPUX86State *s, uint8_t *ptr, int data32);
673
void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32);
674
void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32);
675 675

  
676 676
/* you can call this signal handler from your SIGBUS and SIGSEGV
677 677
   signal handlers to inform the virtual CPU of exceptions. non zero

Also available in: Unified diff