Homebrew ABI: Difference between revisions
remove endianness ambiguity |
Misson20000 (talk | contribs) |
||
Line 95: | Line 95: | ||
* '''Value[0]:''' Function pointer with type <code>void __noreturn (*)(int result_code);</code> | * '''Value[0]:''' Function pointer with type <code>void __noreturn (*)(int result_code);</code> | ||
* '''Value[1]:''' Ignored. | * '''Value[1]:''' Ignored. | ||
* '''DefaultBehavior:''' | * '''DefaultBehavior:''' Returns back to where LR was when the program entered, or exits process using svcExitProcess if LR was NULL. | ||
==== OverrideHeap ==== | ==== OverrideHeap ==== |