浏览代码

temorary revert in order to revive the test server

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7620 8c9fc860-2736-0410-a75d-ab315db34111
felixf 7 年之前
父节点
当前提交
f342c3a3e3
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      source/FoxARMInstructionSet.Mod
  2. 1 1
      source/FoxTRMInstructionSet.Mod

+ 1 - 1
source/FoxARMInstructionSet.Mod

@@ -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 *)

+ 1 - 1
source/FoxTRMInstructionSet.Mod

@@ -1070,7 +1070,7 @@ TYPE
 	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 *)