mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Merge pull request #6349 from booto/codehandler
Update codehandler to stash registers that may get clobbered
This commit is contained in:
commit
51d3de6787
3 changed files with 1055 additions and 1099 deletions
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) }
|
||||
}
|
1303
docs/codehandler.s
1303
docs/codehandler.s
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue