]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/op.c
enter insn fix
[qemu.git] / target-i386 / op.c
index 9ea00a7571c8de7f248b0c06c4e4c73d40a135d3..21d4d829919b7ab488d1b985984fb0ac5628794c 100644 (file)
@@ -695,6 +695,11 @@ void OPPROTO op_cpuid(void)
     helper_cpuid();
 }
 
+void OPPROTO op_enter_level(void)
+{
+    helper_enter_level(PARAM1, PARAM2);
+}
+
 void OPPROTO op_sysenter(void)
 {
     helper_sysenter();