Changeset 196 for branches/virtcpu varint/UInstructionWriter.pas
- Timestamp:
- Sep 22, 2019, 7:13:15 PM (5 years ago)
- Location:
- branches/virtcpu varint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtcpu varint
-
Property svn:ignore
set to
lib
virtcpu
virtcpu.lps
-
Property svn:ignore
set to
-
branches/virtcpu varint/UInstructionWriter.pas
r195 r196 166 166 C: Integer; 167 167 begin 168 C := Value.WriteToAddr( @Cpu.Memory[IP]);168 C := Value.WriteToAddr(Pointer(NativeInt(Cpu.Memory) + IP)); 169 169 Inc(IP, C); 170 170 end;
Note:
See TracChangeset
for help on using the changeset viewer.