added raise_exception_err()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@127 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b56dad1c7b
commit
455b761956
@ -182,6 +182,7 @@ extern CCTable cc_table[];
|
|||||||
void load_seg(int seg_reg, int selector);
|
void load_seg(int seg_reg, int selector);
|
||||||
void cpu_lock(void);
|
void cpu_lock(void);
|
||||||
void cpu_unlock(void);
|
void cpu_unlock(void);
|
||||||
|
void raise_exception_err(int exception_index, int error_code);
|
||||||
void raise_exception(int exception_index);
|
void raise_exception(int exception_index);
|
||||||
|
|
||||||
void OPPROTO op_movl_eflags_T0(void);
|
void OPPROTO op_movl_eflags_T0(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user