/[qemu]/qemu/cpu-i386.h
ViewVC logotype

Diff of /qemu/cpu-i386.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by bellard, Tue May 27 23:30:06 2003 UTC revision 1.29 by bellard, Thu May 29 20:04:28 2003 UTC
# Line 436  void cpu_x86_close(CPUX86State *s); Line 436  void cpu_x86_close(CPUX86State *s);
436  /* needed to load some predefinied segment registers */  /* needed to load some predefinied segment registers */
437  void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);  void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);
438    
439    /* simulate fsave/frstor */
440    void cpu_x86_fsave(CPUX86State *s, uint8_t *ptr, int data32);
441    void cpu_x86_frstor(CPUX86State *s, uint8_t *ptr, int data32);
442    
443  /* you can call this signal handler from your SIGBUS and SIGSEGV  /* you can call this signal handler from your SIGBUS and SIGSEGV
444     signal handlers to inform the virtual CPU of exceptions. non zero     signal handlers to inform the virtual CPU of exceptions. non zero
445     is returned if the signal was handled by the virtual CPU.  */     is returned if the signal was handled by the virtual CPU.  */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26