diff options
author | megazig <megazig@megazig.(none)> | 2013-04-09 16:21:26 -0500 |
---|---|---|
committer | megazig <megazig@megazig.(none)> | 2013-04-09 16:21:26 -0500 |
commit | fd0b828d9a4d341830190e56c5153eea6c10f55b (patch) | |
tree | 7cc8e93a78597f69e68c147c17f772d540b5863a /codehandler.yaml | |
parent | 97b5d12b735392b51c04076e5515a90a6f1ae94b (diff) | |
download | kamek-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.yaml | 4 |
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' |