Skip to content

Commit

Permalink
tests: fix failure on LoongArch
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaotian Wu <[email protected]>
Acked-by: Paul Moore <[email protected]>
Signed-off-by: Tom Hromatka <[email protected]>
  • Loading branch information
yetist authored and drakenclimber committed Oct 18, 2023
1 parent 4a90db2 commit 8363b42
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 8363b42

Please sign in to comment.