mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-31 22:53:54 +00:00
SCI: Remove already-finished TODO
This commit is contained in:
parent
67fcb0bdaf
commit
109d870990
@ -3351,7 +3351,6 @@ bool Console::cmdDisassemble(int argc, const char **argv) {
|
||||
if (jumpTarget > farthestTarget)
|
||||
farthestTarget = jumpTarget;
|
||||
}
|
||||
// TODO: Use a true 32-bit reg_t for the position (addr)
|
||||
addr = disassemble(_engine->_gamestate, make_reg32(addr.getSegment(), addr.getOffset()), obj, printBWTag, printBytecode);
|
||||
if (addr.isNull() && prevAddr < farthestTarget)
|
||||
addr = prevAddr + 1; // skip past the ret
|
||||
|
Loading…
Reference in New Issue
Block a user