correct src size in op

This commit is contained in:
2024-10-11 16:52:57 -04:00
parent 095822fa27
commit 086cf9d8ea

View File

@@ -237,7 +237,7 @@ NextCluster:
add eax, ecx ; fat_sector + first_fat_sector add eax, ecx ; fat_sector + first_fat_sector
mov dword [si + FAT32_NextClusterData_t.fat_sector], eax mov dword [si + FAT32_NextClusterData_t.fat_sector], eax
.load_fat_table: .load_fat_table:
movzx ax, [bp - 2] movzx ax, byte [bp - 2]
push ax push ax
mov ax, 0x1 mov ax, 0x1