mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #6349 from booto/codehandler
Update codehandler to stash registers that may get clobbered
This commit is contained in:
commit
51d3de6787
Binary file not shown.
7
docs/codehandler.ld
Normal file
7
docs/codehandler.ld
Normal file
@ -0,0 +1,7 @@
|
||||
OUTPUT_FORMAT(binary)
|
||||
OUTPUT(codehandler.bin)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x80001800;
|
||||
.text : { *(.text) }
|
||||
}
|
2147
docs/codehandler.s
2147
docs/codehandler.s
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user