mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 12:10:02 +02:00
human68k: cosmetics, no functional change
This commit is contained in:
parent
93a257ab29
commit
70839bd7f4
@ -156,7 +156,7 @@ begin
|
||||
p:=@h68k_startup.comm^.buffer;
|
||||
argl:=h68k_startup.comm^.len;
|
||||
|
||||
args:=getmem(argl+1);
|
||||
args:=GetMem(argl+1);
|
||||
if not assigned(args) then
|
||||
exit;
|
||||
fillchar(args^,argl+1,#0);
|
||||
|
Loading…
Reference in New Issue
Block a user