summaryrefslogtreecommitdiff
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
parent65139e80ca736b05b4323f0aad66540213db1e96 (diff)
rtems: synch with rtems.HEADmaster
Diffstat (limited to '')
-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 ) \
{ \
}