]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
added raise_exception_err()
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 8 May 2003 15:38:21 +0000 (15:38 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 8 May 2003 15:38:21 +0000 (15:38 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@127 c046a42c-6fe2-441c-8c8c-71466251a162

exec-i386.h

index 4f7f4ceb326bb7edbdc7cc883f2a234a5c25f37c..1fa86f414bf06d54ea15aef7aa14830c264d2551 100644 (file)
@@ -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);