Small code cleanup

This commit is contained in:
pagefault
2001-05-06 20:47:13 +00:00
parent f389cea5de
commit 7bfbde802b

View File

@@ -35,13 +35,12 @@ EXTSYM Open_File, Get_File_Date, Close_File, Change_Dir, Get_Dir
EXTSYM romloadskip EXTSYM romloadskip
EXTSYM cfgloadgdir,cfgloadsdir EXTSYM cfgloadgdir,cfgloadsdir
EXTSYM init18_2hz EXTSYM init18_2hz
EXTSYM OSExit
%ifdef __LINUX__ %ifdef __LINUX__
EXTSYM LinuxExit EXTSYM LinuxExit
EXTSYM GetFilename EXTSYM GetFilename
%endif %endif
EXTSYM OSExit
NEWSYM UIAsmStart NEWSYM UIAsmStart
%include "betauser.mac" %include "betauser.mac"
@@ -1521,7 +1520,6 @@ NEWSYM DosExit ; Terminate Program
call LinuxExit call LinuxExit
%elifdef __MSDOS__ %elifdef __MSDOS__
jmp .nodeallocate jmp .nodeallocate
mov ebx,memfreearray mov ebx,memfreearray
.nextdeallocate .nextdeallocate
mov eax,[ebx] mov eax,[ebx]