summaryrefslogtreecommitdiff
path: root/syscall-i386.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 21:48:51 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 21:48:51 +0000
commitb333af066655c15031820a109b651c45adb7eccf (patch)
tree2db2acb5f11bd99d0edd5780049bdcbb76a29e1a /syscall-i386.h
parent76c8b7710baf447468d71dcad935af5ed0084ca8 (diff)
downloadqemu-b333af066655c15031820a109b651c45adb7eccf.tar.gz
removed trace - merged 2.4.20 vm86 patches
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@167 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'syscall-i386.h')
-rw-r--r--syscall-i386.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/syscall-i386.h b/syscall-i386.h
index fbe86109ed..178b638c70 100644
--- a/syscall-i386.h
+++ b/syscall-i386.h
@@ -784,6 +784,13 @@ struct target_modify_ldt_ldt_s {
#define TARGET_BIOSSEG 0x0f000
+#define TARGET_CPU_086 0
+#define TARGET_CPU_186 1
+#define TARGET_CPU_286 2
+#define TARGET_CPU_386 3
+#define TARGET_CPU_486 4
+#define TARGET_CPU_586 5
+
#define TARGET_VM86_SIGNAL 0 /* return due to signal */
#define TARGET_VM86_UNKNOWN 1 /* unhandled GP fault - IO-instruction or similar */
#define TARGET_VM86_INTx 2 /* int3/int x instruction (ARG = x) */