diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2022-03-31 18:22:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-31 18:22:19 +0100 |
| commit | 15dfaf0862e761b97edcda9c1dcc01639cfba5f4 (patch) | |
| tree | 953f08d3ff5e07c9df094191c413d39b76948dfa /diff_settings.py | |
| parent | 54a4d1eb1202c912f6c3b269e6223ea189e7c42c (diff) | |
ABI FPR names (#767)
* Add o32 to disassembler and update macro.inc
* Add a variable for asm processor to makefile
and improve objdump flags
* Update diff settings
* git subrepo pull --force tools/asm-differ
subrepo:
subdir: "tools/asm-differ"
merged: "1236288d1"
upstream:
origin: "https://github.com/simonlindholm/asm-differ"
branch: "main"
commit: "1236288d1"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* Remove * import and implement option
* Fix some stuff in the makefile
* Update asm-processor
* Review
* Fix old var name
Diffstat (limited to 'diff_settings.py')
| -rwxr-xr-x | diff_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diff_settings.py b/diff_settings.py index a6cee9dc8..4eeb4989c 100755 --- a/diff_settings.py +++ b/diff_settings.py @@ -5,4 +5,5 @@ def apply(config, args): config['myimg'] = 'mm.us.rev1.rom_uncompressed.z64' config['mapfile'] = 'build/mm.map' config['source_directories'] = ['./src','./include'] + config['objdump_flags'] = ['-M','reg-names=32'] config['makeflags'] = ['KEEP_MDEBUG=1'] |
