Oops, forgot to remove some debug code

This commit is contained in:
pagefault
2003-05-05 17:00:38 +00:00
parent 26a919a8c0
commit 3c2ec93237

View File

@@ -767,11 +767,8 @@ reg2137r:
; mov byte[debstop3],1 ; mov byte[debstop3],1
cmp byte[debuggeron],1 cmp byte[debuggeron],1
je .debugger je .debugger
cmp byte[iocounteren],1
je .dolatch
test byte[ioportval],80h test byte[ioportval],80h
jnz .nolatch jnz .nolatch
.dolatch
xor ebx,ebx xor ebx,ebx
mov bl,[cycpl] mov bl,[cycpl]
sub bl,dh sub bl,dh