Skip to content

Commit 24a75e8

Browse files
committed
Fixed build error due to undefined symbol #2
1 parent 16c6f00 commit 24a75e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dos32a/loader.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ srclst_cnt:
356356
jmp @@7
357357
@@6: pop edi ecx
358358
cmp esi,ecx
359-
jb @@0
359+
jb apply_fixups
360360
ret
361361
@@4: push si
362362
mov si,cx

0 commit comments

Comments
 (0)