|
@@ -2865,7 +2865,7 @@ CONST
|
|
|
TYPE
|
|
|
Disasm = OBJECT (Disassembler.Disassembler)
|
|
|
|
|
|
- PROCEDURE DisassembleInstruction*(bitSet: BitSets.BitSet; VAR adr: LONGINT; maxInstructionSize: LONGINT; w:Streams.Writer);
|
|
|
+ PROCEDURE DisassembleInstruction(bitSet: BitSets.BitSet; VAR adr: LONGINT; maxInstructionSize: LONGINT; w:Streams.Writer);
|
|
|
VAR instruction: Instruction; value: LONGINT; mnemonic: LONGINT;
|
|
|
BEGIN
|
|
|
(* maxInstructionSize can be ignored here *)
|