Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
0da20c29db
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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 *)