Fixed jump

This commit is contained in:
pagefault
2001-08-15 17:15:09 +00:00
parent 2b37c39809
commit a4c9b65b2e

View File

@@ -5530,7 +5530,7 @@ NEWSYM CheckROMType
cmp bx,0FFFFh cmp bx,0FFFFh
jne .cantcheck jne .cantcheck
mov byte[romtype],2 mov byte[romtype],2
jmp .cantcheck jmp .notfound
.cantcheck .cantcheck
; check for a header with mostly letters or spaces ; check for a header with mostly letters or spaces
mov esi,[romdata] mov esi,[romdata]