From 0d7156078594e0805b6884f41fa2045528699c7b Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Mon, 17 Apr 2017 02:18:34 +0200 Subject: [PATCH] Minor stuff (2) --- injector/patches/romfsredir.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injector/patches/romfsredir.s b/injector/patches/romfsredir.s index 7e36c34..7e56a8f 100644 --- a/injector/patches/romfsredir.s +++ b/injector/patches/romfsredir.s @@ -55,7 +55,7 @@ _start: ldrb r12, [r1] cmp r12, #0x72 ; 'r', should include "rom:" and "rom2:" cmpne r12, #0x70 ; 'p', should include "patch:" - bne endRedir + bne endRedir sub sp, sp, #0x400 pathRedir: stmfd sp!, {r0-r3}