Closed nihilus closed 9 years ago
Seems like the detail_ pointer doesn't get updated correctly.
ah yeah, that was an issue I had in early version of Allegrex architecture, you need to save it before handling delay slot instruction and restore it afterward if you need to access this _detail__ member again for the branch instruction.
Ah... Thx. Yes you are correct... Since the delays slot is evaluated before the branch instruction the branch instruction will deal with the result from the delay slot, which might be an NOP in many cases.
Fixed in commit 8f09df15979ce5fccf5aa970dd0e24441c311518
@hlide if you check my latest trunk and then run "nocode/nocode --verbose auto_wan_pt" it will yield the following errors.