mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
f2c2453b80
Show additional selector name context when push0, push1, push2 opcodes are used. Possible matching selector names are always shown for the debugger disassembly when a `pushi` opcode is encountered. This is great as it gives additional context when push is used for call/send related invocations. It would be nice to additionally show *possible* matching `selector` methods/properties when `push0`, `push1` or `push2` is encountered because selector names start at 0 so the dissassembly never shows selectors 0 through 2 inclusive.