about summary refs log tree commit diff stats
path: root/067parse-hex.subx
diff options
context:
space:
mode:
Diffstat (limited to '067parse-hex.subx')
-rw-r--r--067parse-hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/067parse-hex.subx b/067parse-hex.subx
index 45d168d9..185e471f 100644
--- a/067parse-hex.subx
+++ b/067parse-hex.subx
@@ -621,10 +621,10 @@ test-parse-hex-int-negative:
     e8/call  parse-hex-int/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
-    # check-ints-equal(EAX, 0xfffffffd, msg)
+    # check-ints-equal(EAX, -3, msg)
     # . . push args
     68/push  "F - test-parse-hex-int-negative"/imm32
-    68/push  0xfffffffd/imm32
+    68/push  -3/imm32
     50/push-EAX
     # . . call
     e8/call  check-ints-equal/disp32