Commit ddbcd9f
committed
Fix assembly to only test the valid 8 bits of register EAX
Currently we test all 32 bits, but the upper 24 bits could be garbage
depending on what the compiler does. If any of those bits are set
we'll think we're in replay when we're really recording.1 parent c772ea6 commit ddbcd9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1598 | 1598 | | |
1599 | 1599 | | |
1600 | 1600 | | |
1601 | | - | |
| 1601 | + | |
1602 | 1602 | | |
1603 | 1603 | | |
1604 | 1604 | | |
| |||
0 commit comments