aboutsummaryrefslogtreecommitdiff
path: root/llfw/boot_abort.S
diff options
context:
space:
mode:
Diffstat (limited to 'llfw/boot_abort.S')
-rw-r--r--llfw/boot_abort.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/llfw/boot_abort.S b/llfw/boot_abort.S
index 996bdd7..47a9178 100644
--- a/llfw/boot_abort.S
+++ b/llfw/boot_abort.S
@@ -73,7 +73,7 @@ ASM_ENTRY(boot_abort)
/* check if i/o is possible, if yes then print message */
li r10, ABORT_CANIO
- andi. r3, r31, r10
+ and. r3, r31, r10
bne abort_noio
/* use i/o ..., first print reference message */