Skip to content

Commit

Permalink
Modified calling_conventions.py to pass pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EvelynVusky committed Jul 31, 2023
1 parent a6a4dd1 commit a05c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angr/calling_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ def unify_arch_name(arch: str) -> str:
},
"RISCV64": {
"default": SimCCRISCV64LinuxSyscall,
"Linux" : SimCCRISCV64LinuxSyscall,
"Linux": SimCCRISCV64LinuxSyscall,
},
}

Expand Down

0 comments on commit a05c5cc

Please sign in to comment.