Closed martin-fink closed 3 years ago
Thanks!
With this change, code in raiseDivideInstr(...)
that loads from stack is rendered redundant and out-of-place. It should be deleted. Consider including the attached diff on top of this PR.
117-suggested.txt
I've applied your diff, thanks!
Thanks! Pulled to master.
Memory referencing instructions like
would be translated as if they were
i.e. using the address stored in rcx as the divisor, and not performing the memory load. This PR fixes that