diff options
Diffstat (limited to '')
-rw-r--r-- | corseClear.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/corseClear.yaml b/corseClear.yaml new file mode 100644 index 0000000..f4298ff --- /dev/null +++ b/corseClear.yaml @@ -0,0 +1,8 @@ +--- +source_files: [../src/corseClear.S] +hooks: + - name: GenericCorseClear + type: branch_insn + branch_type: bl + src_addr_pal: 0x80779A28 + target_func: 'GenericCorseClear' |