Explorar el Código

segment stack declared of class stack to make wlink happy

git-svn-id: branches/i8086@23786 -
nickysn hace 12 años
padre
commit
867a0de37c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/msdos/prt0.asm

+ 1 - 1
rtl/msdos/prt0.asm

@@ -14,7 +14,7 @@
 	mov es, ax
 	jmp PASCALMAIN
 
-	segment stack stack
+	segment stack stack class=stack
 	resb 4096
 	stacktop: