Fix jumps.
This commit is contained in:
@@ -802,7 +802,7 @@ debblah:
|
||||
cmp byte[iohvlatch],1
|
||||
je .dolatch2
|
||||
test byte[ioportval],80h
|
||||
jz .nolatch2
|
||||
jz near .nolatch2
|
||||
.dolatch2
|
||||
xor ebx,ebx
|
||||
mov bl,[cycpl]
|
||||
|
||||
@@ -3565,7 +3565,7 @@ NEWSYM copyvid
|
||||
cmp dword[MessageOn],0
|
||||
je near .nomsg
|
||||
cmp byte[cbitmode],1
|
||||
je .do16b
|
||||
je near .do16b
|
||||
.no16b
|
||||
mov byte[ngfont],1
|
||||
mov edi,[Msgptr]
|
||||
|
||||
Reference in New Issue
Block a user