summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/sched_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-09-24 10:12:20 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-09-24 10:12:20 -0500
commit11c5571d3616452fd6b7237ad1b30151236e003b (patch)
treef2c97b0003bdfcf87db4ed8eb0bccf25ac20f366 /schedsim/rtems/sched_cpu/rtems/score/cpu.h
parentschedsim_cluster01: Add scenario. (diff)
downloadrtems-schedsim-master.tar.bz2
rtems: synch with rtems.HEADmaster
Diffstat (limited to 'schedsim/rtems/sched_cpu/rtems/score/cpu.h')
-rw-r--r--schedsim/rtems/sched_cpu/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedsim/rtems/sched_cpu/rtems/score/cpu.h b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
index 45ae93c..9e27c83 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/cpu.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
@@ -963,7 +963,7 @@ extern int _CPU_ISR_level_on_sched_cpu;
*
* XXX document implementation including references if appropriate
*/
-#define _CPU_Fatal_halt( _error ) \
+#define _CPU_Fatal_halt( _source, _err ) \
{ \
}