sh: Fix inverted condition in the disk
command
This commit is contained in:
parent
f7752e7c08
commit
6253b60762
|
@ -12,7 +12,7 @@ shell_disk_command:
|
||||||
; check if it's in range
|
; check if it's in range
|
||||||
cmp r0, 4
|
cmp r0, 4
|
||||||
ifgt jmp shell_disk_command_out_of_range
|
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
|
call is_romdisk_available
|
||||||
ifnz ret
|
ifnz ret
|
||||||
|
|
Loading…
Reference in New Issue
Block a user