mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user