summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 17:36:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 17:36:55 +0000
commit39d08d55e94d63aa0d4dd7281764a170382ae930 (patch)
tree19514ed39634459e482decfd2cfcb778bfcdc77e /c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
parent2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-39d08d55e94d63aa0d4dd7281764a170382ae930.tar.bz2
Convert to "bool".
Diffstat (limited to 'c/src/lib/libcpu/powerpc/new-exceptions/cpu.c')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
index 4f1de2114f..06cdea064f 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
@@ -62,7 +62,7 @@ void _CPU_Context_Initialize(
uint32_t size,
uint32_t new_level,
void *entry_point,
- boolean is_fp
+ bool is_fp
)
{
uint32_t msr_value;