mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Whoops, missed these bits in the previous commit.
This commit is contained in:
parent
580d63df68
commit
dfd89d691e
2 changed files with 4 additions and 2 deletions
|
|
@ -1077,7 +1077,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
|
|||
movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move
|
||||
rep # Scroll
|
||||
movsl # screen
|
||||
movb $' ',%al # Space
|
||||
movb $0x20,%al # Space
|
||||
movb $SCR_COL,%cl # Columns to clear
|
||||
rep # Clear
|
||||
stosw # line
|
||||
|
|
@ -1085,6 +1085,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
|
|||
putchr.4: movw %dx,(%ebx) # Update position
|
||||
popa # Restore
|
||||
ret # To caller
|
||||
')
|
||||
|
||||
.p2align 4
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1077,7 +1077,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
|
|||
movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move
|
||||
rep # Scroll
|
||||
movsl # screen
|
||||
movb $' ',%al # Space
|
||||
movb $0x20,%al # Space
|
||||
movb $SCR_COL,%cl # Columns to clear
|
||||
rep # Clear
|
||||
stosw # line
|
||||
|
|
@ -1085,6 +1085,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
|
|||
putchr.4: movw %dx,(%ebx) # Update position
|
||||
popa # Restore
|
||||
ret # To caller
|
||||
')
|
||||
|
||||
.p2align 4
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue