Changes drreg's aflags restore from the destructive "add 0x7f, al" to "cmp 0x81, al" to avoid corrupting the aflags being stored in eax.
Adds a test of aflags reserve+restore before every instr.
Fixes #2351 (closed)
Changes drreg's aflags restore from the destructive "add 0x7f, al" to "cmp 0x81, al" to avoid corrupting the aflags being stored in eax.
Adds a test of aflags reserve+restore before every instr.
Fixes #2351 (closed)