Skip to content

Commit ae3de25

Browse files
committed
bugfix: mips32 to mips in dso
1 parent 9f71f45 commit ae3de25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/plugins/syscalls2/syscalls2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ if (profile == PROFILE_LINUX_AARCH64) {
894894
if (profile == PROFILE_LINUX_MIPS64) {
895895
arch = "mips64";
896896
}else if (profile == PROFILE_LINUX_MIPS32){
897-
arch = "mips32";
897+
arch = "mips";
898898
}else if (profile == PROFILE_LINUX_MIPS64N32){
899899
arch = "mips64n32";
900900
}else{

0 commit comments

Comments
 (0)