Prechádzať zdrojové kódy

Patched frame pointer offset problem introduced with explicit link register support

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6543 8c9fc860-2736-0410-a75d-ab315db34111
felixf 9 rokov pred
rodič
commit
76e0945562
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      source/FoxTRMBackend.Mod

+ 1 - 1
source/FoxTRMBackend.Mod

@@ -2206,7 +2206,7 @@ TYPE
 		PROCEDURE GetSystem(): Global.System;
 		VAR system: System;
 		BEGIN
-			NEW(system, 18, 32, 32, 32, 32, 32, 32, 0(* parameter offset 0: handled locally *), 0 (* no pass of parameters in registers *) , cooperative);
+			NEW(system, 18, 32, 32, 32, 32, 32, 32, 64(* parameter offset 0: handled locally *), 0 (* no pass of parameters in registers *) , cooperative);
 			Global.SetDefaultDeclarations(system,32);
 			Global.SetDefaultOperators(system);
 			RETURN system