Skip to content

Commit

Permalink
Merge pull request #6349 from booto/codehandler
Browse files Browse the repository at this point in the history
Update codehandler to stash registers that may get clobbered
  • Loading branch information
CrossVR committed Feb 3, 2018
2 parents 2ab29e8 + 8d1d8af commit 51d3de6
Show file tree
Hide file tree
Showing 3 changed files with 1,055 additions and 1,099 deletions.
Binary file modified Data/Sys/codehandler.bin
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/codehandler.ld
@@ -0,0 +1,7 @@
OUTPUT_FORMAT(binary)
OUTPUT(codehandler.bin)
SECTIONS
{
. = 0x80001800;
.text : { *(.text) }
}

0 comments on commit 51d3de6

Please sign in to comment.