Skip to content

Commit 3feeefb

Browse files
authored
Update mips_to_c submodule (#31)
1 parent 34d29e8 commit 3feeefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bash_aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash aliases for ease of use, copy/append to ~/.bash_aliases
22

3-
alias m2c='python3 tools/mips_to_c/mips_to_c.py '
3+
alias m2c='python3 tools/mips_to_c/m2c.py '
44
alias di='python3 tools/decomp-permuter/import.py '
55
alias dp='python3 tools/decomp-permuter/permuter.py --best-only -j3 '
66
alias ad='python3 tools/asm-differ/diff.py -mwo3 '

tools/mips_to_c

0 commit comments

Comments
 (0)