From: bellard Date: Thu, 8 May 2003 15:38:21 +0000 (+0000) Subject: added raise_exception_err() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=455b761956a656b378eab3dc1612268decf93fe3;p=qemu.git added raise_exception_err() git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@127 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/exec-i386.h b/exec-i386.h index 4f7f4ceb32..1fa86f414b 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -182,6 +182,7 @@ extern CCTable cc_table[]; void load_seg(int seg_reg, int selector); void cpu_lock(void); void cpu_unlock(void); +void raise_exception_err(int exception_index, int error_code); void raise_exception(int exception_index); void OPPROTO op_movl_eflags_T0(void);