mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #6349 from booto/codehandler
Update codehandler to stash registers that may get clobbered
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
OUTPUT_FORMAT(binary)
|
||||
OUTPUT(codehandler.bin)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x80001800;
|
||||
.text : { *(.text) }
|
||||
}
|
||||
+1048
-1099
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user