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

Diff of /qemu/exec-i386.h

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

revision 1.15 by bellard, Sun May 25 16:46:15 2003 UTC revision 1.16 by bellard, Tue May 27 23:29:24 2003 UTC
# Line 217  typedef struct CCTable { Line 217  typedef struct CCTable {
217    
218  extern CCTable cc_table[];  extern CCTable cc_table[];
219    
220  void load_seg(int seg_reg, int selector);  void load_seg(int seg_reg, int selector, unsigned cur_eip);
221  void cpu_lock(void);  void cpu_lock(void);
222  void cpu_unlock(void);  void cpu_unlock(void);
223    void raise_interrupt(int intno, int is_int, int error_code,
224                         unsigned int next_eip);
225  void raise_exception_err(int exception_index, int error_code);  void raise_exception_err(int exception_index, int error_code);
226  void raise_exception(int exception_index);  void raise_exception(int exception_index);
227    void cpu_loop_exit(void);
228    
229  void OPPROTO op_movl_eflags_T0(void);  void OPPROTO op_movl_eflags_T0(void);
230  void OPPROTO op_movl_T0_eflags(void);  void OPPROTO op_movl_T0_eflags(void);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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