summaryrefslogtreecommitdiffstats
path: root/sim-scripts/v850sim.in
blob: 30ef8a733f9f1d123aaeb4eac83ef9e93b5d7b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
#  v850 Simulator in GDB Support 
#

runARGS()
{
  echo "${1}"
}

checkBSPFaults()
{
  return 0
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *)
      limit=5
      ;;
  esac
  echo ${limit}
}

bspSkipInterruptCriticalSectionTests="yes"