Skip to content

Commit

Permalink
Merge 7a4c69b into f1c3196
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Sep 11, 2023
2 parents f1c3196 + 7a4c69b commit 26d20ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arch-syscall-dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ int main(int argc, char *argv[])
break;
case SCMP_ARCH_LOONGARCH64:
sys = loongarch64_syscall_iterate(iter);
break;
case SCMP_ARCH_M68K:
sys = m68k_syscall_iterate(iter);
break;
Expand Down
1 change: 1 addition & 0 deletions tools/scmp_arch_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ int main(int argc, char *argv[])
break;
case SCMP_ARCH_LOONGARCH64:
printf("loongarch64\n");
break;
case SCMP_ARCH_M68K:
printf("m68k\n");
break;
Expand Down

0 comments on commit 26d20ab

Please sign in to comment.