Commit 455b761956a656b378eab3dc1612268decf93fe3

Authored by bellard
1 parent b56dad1c

added raise_exception_err()


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@127 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
exec-i386.h
... ... @@ -182,6 +182,7 @@ extern CCTable cc_table[];
182 182 void load_seg(int seg_reg, int selector);
183 183 void cpu_lock(void);
184 184 void cpu_unlock(void);
  185 +void raise_exception_err(int exception_index, int error_code);
185 186 void raise_exception(int exception_index);
186 187  
187 188 void OPPROTO op_movl_eflags_T0(void);
... ...