fix: correction d'un bogue (paramètre en trop) dans les fonctions "page1to2" et "page2to1"

This commit is contained in:
Nicolas Hordé 2007-03-24 19:36:59 +00:00
parent a7c923e5fb
commit 694f7cf605
1 changed files with 0 additions and 2 deletions

View File

@ -1118,7 +1118,6 @@ endp restorescreenfrom
;===============================Page2to1============================
PROC page2to1 FAR
ARG @offset:word
USES ecx,si,di,ds,es
mov cx,0B800H
mov es,cx
@ -1135,7 +1134,6 @@ endp page2to1
;===============================Page1to2============================
PROC page1to2 FAR
ARG @offset:word
USES ecx,si,di,ds,es
mov cx,0B800H
mov es,cx