• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check decoding of out-of-range syscalls.
4
5. "${srcdir=.}/init.sh"
6
7if [ "$MIPS_ABI" = "o32" ]; then
8	syscall=syscall
9else
10	syscall=none
11fi
12
13run_strace_match_diff -e trace=$syscall
14