mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Various fixes to OS vs Oberon file lifetime management in Files.Mod.
This commit is contained in:
parent
51ae4c3241
commit
9f0cbccf55
4 changed files with 44 additions and 45 deletions
|
|
@ -530,7 +530,8 @@ MODULE Heap;
|
|||
PROCEDURE GC*(markStack: BOOLEAN);
|
||||
VAR
|
||||
m: Module;
|
||||
i0, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, i21, i22, i23: S.ADDRESS;
|
||||
i0, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11,
|
||||
i12, i13, i14, i15, i16, i17, i18, i19, i20, i21, i22, i23: S.ADDRESS;
|
||||
cand: ARRAY 10000 OF S.ADDRESS;
|
||||
BEGIN
|
||||
IF (lockdepth = 0) OR (lockdepth = 1) & ~markStack THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue