浏览代码

Fixed inconsistent use of type definition

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

+ 2 - 2
source/FoxBinaryCode.Mod

@@ -75,11 +75,11 @@ TYPE
 	VAR
 		nextFixup-: Fixup;
 		mode-: INTEGER; (* fixup mode: relative or absolute *)
-		displacement-: ObjectFile.Unit; (* displacement of the fixup ('source') *)
+		displacement-: Unit; (* displacement of the fixup ('source') *)
 		scale-: ObjectFile.Bits; (* exponent of scale factor (factor=2^scale) *)
 		patterns-: LONGINT;
 		pattern-: FixupPatterns; (* patterns describing the fixup format, cf. above *)
-		offset-: ObjectFile.Unit;
+		offset-: Unit;
 
 		symbol-: ObjectFile.Identifier; (* reference to the fixup's destination section *)
 		symbolOffset-: LONGINT; (* offset in intermediate section, must be patched (resolved and added to displacement) to destination section displacement *)