Fix jumps.

This commit is contained in:
theoddone33
2003-06-29 21:18:35 +00:00
parent 0933682708
commit 368e9f6ae9
2 changed files with 2 additions and 2 deletions

View File

@@ -802,7 +802,7 @@ debblah:
cmp byte[iohvlatch],1 cmp byte[iohvlatch],1
je .dolatch2 je .dolatch2
test byte[ioportval],80h test byte[ioportval],80h
jz .nolatch2 jz near .nolatch2
.dolatch2 .dolatch2
xor ebx,ebx xor ebx,ebx
mov bl,[cycpl] mov bl,[cycpl]

View File

@@ -3565,7 +3565,7 @@ NEWSYM copyvid
cmp dword[MessageOn],0 cmp dword[MessageOn],0
je near .nomsg je near .nomsg
cmp byte[cbitmode],1 cmp byte[cbitmode],1
je .do16b je near .do16b
.no16b .no16b
mov byte[ngfont],1 mov byte[ngfont],1
mov edi,[Msgptr] mov edi,[Msgptr]