Fix a stupid typo

This commit is contained in:
pagefault
2005-03-29 01:05:42 +00:00
parent ed0596f40c
commit 64c739a9d1

View File

@@ -191,7 +191,7 @@ NEWSYM SA1Swap
mov byte[SA1Status],0 mov byte[SA1Status],0
add dword[SA1TimerVal],23 add dword[SA1TimerVal],23
; xor dh,dh ; xor dh,dh
mov dh,18 add dh,63
cmp esi,dword[SA1LBound] cmp esi,dword[SA1LBound]
jb .stoph jb .stoph
cmp esi,dword[SA1UBound] cmp esi,dword[SA1UBound]