Revision 2c1794c4 exec-i386.h

b/exec-i386.h
123 123
extern CCTable cc_table[];
124 124

  
125 125
void load_seg(int seg_reg, int selector, unsigned cur_eip);
126
void jmp_seg(int selector, unsigned int new_eip);
126
void helper_ljmp_protected_T0_T1(void);
127
void helper_lcall_real_T0_T1(int shift, int next_eip);
128
void helper_lcall_protected_T0_T1(int shift, int next_eip);
129
void helper_iret_real(int shift);
127 130
void helper_iret_protected(int shift);
131
void helper_lret_protected(int shift, int addend);
128 132
void helper_lldt_T0(void);
129 133
void helper_ltr_T0(void);
130 134
void helper_movl_crN_T0(int reg);

Also available in: Unified diff