another oopsie from when I changed the calling convention...

This commit is contained in:
2025-09-05 08:43:41 -04:00
parent 935427509a
commit d868008726

View File

@@ -146,7 +146,7 @@ SearchFATDIR:
xor ax, ax
push ax ; segment
call ReadFATCluster ; uint8_t ReadFATCluster(uint16_t seg, uint16_t offset, uint32_t cluster)
sub sp, 0x8
add sp, 0x8
.empty_dir_entry:
; check for 0x0 in first byte, if true then there are no more files
; if true we did not find the file, we should error here