diff gen/asm-x86-32.h @ 1451:297d1e2f6441

Add `syscall` to the x86-64 asm parser, and both `syscall` and `sysret` to the x86 one. Fixes #316.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 01 Jun 2009 23:42:42 +0200
parents 171ef89dd3ee
children b0a691de8cc7
line wrap: on
line diff
--- a/gen/asm-x86-32.h	Mon Jun 01 23:17:47 2009 +0200
+++ b/gen/asm-x86-32.h	Mon Jun 01 23:42:42 2009 +0200
@@ -1100,8 +1100,10 @@
         { "subps",  Op_DstSrcSSE },
         { "subsd",  Op_DstSrcSSE },
         { "subss",  Op_DstSrcSSE },
+        { "syscall", Op_0 },
         { "sysenter",Op_0 },
         { "sysexit", Op_0 },
+        { "sysret",  Op_0 },
         { "test",    Op_SrcSrcF },
         { "ucomisd", Op_SrcSrcSSEF },
         { "ucomiss", Op_SrcSrcSSEF },