mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Clean up codehandler a little; stash msr on stack to preserve
This commit is contained in:
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) }
|
||||
}
|
Reference in New Issue
Block a user