diff options
author | Treeki <treeki@gmail.com> | 2012-09-15 18:55:26 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-15 18:55:26 +0200 |
commit | 733662f0e08b3e7574ff26fc3743f703ee53114a (patch) | |
tree | c90825372d3db862acfc1d50af0b5e8ecbe3cc17 /layoutDebug.yaml | |
parent | 69b2b83ac585121b6cc37ff8fdcddf9ebd5cd5ce (diff) | |
download | kamek-733662f0e08b3e7574ff26fc3743f703ee53114a.tar.gz kamek-733662f0e08b3e7574ff26fc3743f703ee53114a.zip |
debug crap
Diffstat (limited to '')
-rw-r--r-- | layoutDebug.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layoutDebug.yaml b/layoutDebug.yaml new file mode 100644 index 0000000..7c1dae2 --- /dev/null +++ b/layoutDebug.yaml @@ -0,0 +1,14 @@ +--- +source_files: [../src/layoutDebug.S] +hooks: + - name: RlanLoadDebugHook + type: branch_insn + branch_type: bl + src_addr_pal: 0x800C9118 + target_func: 'RlanLoadDebugHook' + - name: AnmLoadDebugHook + type: branch_insn + branch_type: bl + src_addr_pal: 0x800C9268 + target_func: 'AnmLoadDebugHook' + |