summaryrefslogtreecommitdiff
path: root/exec-i386.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-08 15:38:21 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-08 15:38:21 +0000
commit455b761956a656b378eab3dc1612268decf93fe3 (patch)
treebf5fcc5b14276eca792819ed3dff5f571c73ba89 /exec-i386.h
parentb56dad1c7bde3bdf53895fe6eff13bfb47e3ae9e (diff)
downloadqemu-455b761956a656b378eab3dc1612268decf93fe3.tar.gz
added raise_exception_err()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@127 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-i386.h')
-rw-r--r--exec-i386.h1
1 files changed, 1 insertions, 0 deletions
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);