mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
Clean up codehandler a little; stash msr on stack to preserve
This commit is contained in:
parent
1264daae9b
commit
aae8634a58
3 changed files with 18 additions and 9 deletions
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) }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue