Sfoglia il codice sorgente

human68k: cosmetics, no functional change

Karoly Balogh 1 anno fa
parent
commit
70839bd7f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      rtl/human68k/system.pp

+ 1 - 1
rtl/human68k/system.pp

@@ -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);