From f78a5b140dc636e6194453efec07bef5bda34567 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 27 Aug 2016 22:18:26 -0500 Subject: [PATCH] stack overflow still there --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 40b84129..1b178853 100755 --- a/makefile +++ b/makefile @@ -117,8 +117,7 @@ DOSLIBLIBS = $(DOSLIB_CPU)/dos86h/cpu.lib $(DOSLIB_DOS)/dos86h/dos.lib $(DOSLIB_ !ifeq DEBUGSERIAL 1 DOSLIBLIBS += $(DOSLIB_8250)/dos86h/8250.lib !endif -#16.lib causes a massive stack overflow -16LIB=$(16LIBOBJS)#16.lib +16LIB=16.lib#$(16LIBOBJS) # # Files locations -- 2.39.5