From dae85e4128b8ff31a1997c8a4d99115ee5b56310 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Sun, 5 Feb 2012 18:38:57 +0000 Subject: [PATCH] -added missing "nop\n" thanks to dimok, and that: -fixed we dare -fixed driver san francisco --- source/channel/channel_launcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/channel/channel_launcher.c b/source/channel/channel_launcher.c index 55948a20..a28e6db2 100644 --- a/source/channel/channel_launcher.c +++ b/source/channel/channel_launcher.c @@ -96,6 +96,7 @@ s32 BootChannel(u8 *data, u64 chantitle, u8 vidMode, bool vipatch, bool countryS "mtlr %r3\n" "lis %r3, 0x8000\n" "ori %r3, %r3, 0x18A8\n" + "nop\n" "mtctr %r3\n" "bctr\n" );