Forráskód Böngészése

Patched wrong offset from previous commit
Cooperative kernel boots in Windows!

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7335 8c9fc860-2736-0410-a75d-ab315db34111

negelef 8 éve
szülő
commit
6513901441
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      source/FoxIntermediateBackend.Mod

+ 1 - 1
source/FoxIntermediateBackend.Mod

@@ -9890,7 +9890,7 @@ TYPE
 						in all other cases the dynamic size has to be taken
 					*)
 					IF backend.cooperative THEN 
-						MakeMemory(mem, tag, addressType, system.addressSize);
+						MakeMemory(mem, tag, addressType, ToMemoryUnits(system,system.addressSize));
 					ELSE
 						MakeMemory(mem, tag, addressType, 0);
 					END;