Skip to content

Commit 6a60be8

Browse files
committed
Update x86_64_opcodes.x
1 parent 2de02ff commit 6a60be8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lifter/x86_64_opcodes.x

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
1+
#ifdef _MSC_VER
22
#undef xor
33
#undef and
44
#undef or
55
#undef not
6+
#endif
67

78
OPCODE(mov, MOVZX, MOVSX, MOVSXD, MOV)
89

0 commit comments

Comments
 (0)