Fix jumps.
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user