feature/boot.mgr #71

Merged
admin merged 3 commits from feature/boot.mgr into develop 2026-03-14 20:38:43 +00:00
Showing only changes of commit e7f7325c54 - Show all commits
+1 -1
View File
@@ -276,7 +276,7 @@ function fpc_mod_int64(d, n: int64): int64; compilerproc;
function fpc_mod_qword(d, n: qword): qword; compilerproc;
function fpc_div_qword(d, n: qword): qword; compilerproc;
{ Memory allocation compilerprocs delegate to core.version heap (memory.heap) }
{ Memory allocation compilerprocs - delegate to core.version heap (memory.heap) }
function fpc_getmem(size: PtrUInt): Pointer; compilerproc;
procedure fpc_freemem(p: Pointer); compilerproc;