Browse Source

segment stack declared of class stack to make wlink happy

git-svn-id: branches/i8086@23786 -
nickysn 12 years ago
parent
commit
867a0de37c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/msdos/prt0.asm

+ 1 - 1
rtl/msdos/prt0.asm

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