Changeset 78 for trunk/Target/UTargetInterpretter.pas
- Timestamp:
- Jan 1, 2017, 12:59:53 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 LazFuck 6 6 compiled 7 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Target/UTargetInterpretter.pas
r72 r78 228 228 if MemoryPosition < MemorySize then Inc(MemoryPosition, FProgram[FProgramIndex].Parameter) 229 229 else raise Exception.Create(SProgramUpperLimit); 230 if MemoryPosition > MemoryMaxUsed then 231 MemoryMaxUsed := MemoryPosition; 230 232 end; 231 233 … … 253 255 OutputPosition := 1; 254 256 MemoryPosition := 0; 257 MemoryMaxUsed := 0; 255 258 //FillChar(Pointer(Memory)^, Length(Memory), 0); 256 259 for I := 0 to Length(Memory) - 1 do
Note:
See TracChangeset
for help on using the changeset viewer.