sh: Fix inverted condition in the disk command

This commit is contained in:
Ry 2023-03-05 17:39:29 -08:00
parent f7752e7c08
commit 6253b60762

View File

@ -12,7 +12,7 @@ shell_disk_command:
; check if it's in range
cmp r0, 4
ifgt jmp shell_disk_command_out_of_range
ifz jmp shell_disk_command_is_disk
ifnz jmp shell_disk_command_is_disk
call is_romdisk_available
ifnz ret