summaryrefslogtreecommitdiff
path: root/codehandler.yaml
diff options
context:
space:
mode:
authormegazig <megazig@megazig.(none)>2013-04-09 16:21:26 -0500
committermegazig <megazig@megazig.(none)>2013-04-09 16:21:26 -0500
commitfd0b828d9a4d341830190e56c5153eea6c10f55b (patch)
tree7cc8e93a78597f69e68c147c17f772d540b5863a /codehandler.yaml
parent97b5d12b735392b51c04076e5515a90a6f1ae94b (diff)
downloadkamek-fd0b828d9a4d341830190e56c5153eea6c10f55b.tar.gz
kamek-fd0b828d9a4d341830190e56c5153eea6c10f55b.zip
fixed codehandler to work with dynamic relocation. also fixed tx checking in the usbgecko handling code
Diffstat (limited to 'codehandler.yaml')
-rw-r--r--codehandler.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/codehandler.yaml b/codehandler.yaml
index cfbeb9e..377d80b 100644
--- a/codehandler.yaml
+++ b/codehandler.yaml
@@ -1,8 +1,8 @@
-source_files: [../src/codehandler.o]
+source_files: [../src/codehandler.S]
hooks:
- name: CodeHandlerHook
type: branch_insn
branch_type: b
src_addr_pal: 0x801bdf78
- target_func: '_start'
+ target_func: '_codehandler_start'