FFI: Fix recording of bool call result check on x86/x64.

This commit is contained in:
Mike Pall
2012-11-06 17:05:37 +01:00
parent 8a1a6097be
commit 4e5ef81b86
3 changed files with 9 additions and 2 deletions

View File

@@ -205,6 +205,7 @@ typedef enum {
XI_ARITHi = 0x81,
XI_ARITHi8 = 0x83,
XI_PUSHi8 = 0x6a,
XI_TESTb = 0x84,
XI_TEST = 0x85,
XI_MOVmi = 0xc7,
XI_GROUP5 = 0xff,
@@ -244,6 +245,7 @@ typedef enum {
XO_IMULi = XO_(69),
XO_IMULi8 = XO_(6b),
XO_CMP = XO_(3b),
XO_TESTb = XO_(84),
XO_TEST = XO_(85),
XO_GROUP3b = XO_(f6),
XO_GROUP3 = XO_(f7),