Skip to content

Commit

Permalink
bugfix: mips32 to mips in dso
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 22, 2024
1 parent 9f71f45 commit ae3de25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/plugins/syscalls2/syscalls2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ if (profile == PROFILE_LINUX_AARCH64) {
if (profile == PROFILE_LINUX_MIPS64) {
arch = "mips64";
}else if (profile == PROFILE_LINUX_MIPS32){
arch = "mips32";
arch = "mips";
}else if (profile == PROFILE_LINUX_MIPS64N32){
arch = "mips64n32";
}else{
Expand Down

0 comments on commit ae3de25

Please sign in to comment.