-added missing "nop\n" thanks to dimok, and that:

-fixed we dare
-fixed driver san francisco
This commit is contained in:
fix94.1 2012-02-05 18:38:57 +00:00
parent 9f1aa93598
commit dae85e4128

View File

@ -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"
);