aboutsummaryrefslogtreecommitdiff
path: root/src/interp/resume.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix prev_opXavier Del Campo Romero2025-11-121-0/+2
| | | | | | | | Assigning prev_op inside nwp_execute defeated the purpose because this function is meant to start the state machine for the given instruction. In other words, inspecting prev_op would in fact return the current opcode, instead of the previous opcode.
* First commitXavier Del Campo Romero2025-11-061-0/+20