rts/Disassembler: Fix encoding of BRK_FUN instruction
The offset of BRK_FUN
's cc
field was not updated in the RTS's BCO disassembler after the encoding change in b85b1199. Fix this.
Fixes #25374 (closed).
Edited by Ben Gamari
The offset of BRK_FUN
's cc
field was not updated in the RTS's BCO disassembler after the encoding change in b85b1199. Fix this.
Fixes #25374 (closed).