HLE: One more byte code conversion
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:35:19 +0000 (22:35 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:35:19 +0000 (22:35 -0800)
Add missing site for the \265..267 -> \271..273 byte code move.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c

index 66acb84..1a1e2df 100644 (file)
@@ -1623,9 +1623,9 @@ static void gencode(int32_t segment, int64_t offset, int bits,
             }
             break;
 
-        case 0265:
-        case 0266:
-        case 0267:
+        case 0271:
+        case 0272:
+        case 0273:
             break;
 
         case4(0274):