| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | execute.c: Report exception also on repeated callback | Xavier Del Campo Romero | 2025-11-12 | 1 | -1/+11 |
| | | | | | | | So far, exceptions coming from the pc callback were only being reported on its first call. However, pc callbacks might assign a continuation callback if the operation cannot be completed on a single call. | ||||
| * | Fix prev_op | Xavier Del Campo Romero | 2025-11-12 | 1 | -2/+3 |
| | | | | | | | | | 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 commit | Xavier Del Campo Romero | 2025-11-06 | 5 | -0/+442 |
