changeset 1634:9cc791423e20

Fix typo for iretq
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Thu, 25 Feb 2010 17:12:54 -0700
parents 5c0cebff9be8
children 601d3eea4a68
files gen/asm-x86-64.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/asm-x86-64.h	Sun Feb 14 10:11:05 2010 +0100
+++ b/gen/asm-x86-64.h	Thu Feb 25 17:12:54 2010 -0700
@@ -904,7 +904,7 @@
         { "invlpg", Op_SrcMemNT },
         { "iret",  Op_iret },
         { "iretd", Op_iretd },
-        { "iretq", Op_iretd },
+        { "iretq", Op_iretq },
         { "ja",    Op_CBranch },
         { "jae",   Op_CBranch },
         { "jb",    Op_CBranch },