StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

must_read_memory() triggers assertion in debug mode #222

Closed bchurchill closed 8 years ago

bchurchill commented 8 years ago

push and pushf instructions will trigger the assertion on line 516 of instruction.h in the must_read_memory() function. The function should instead return false for these instructions.