summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 66fd6f3c65..b0e82fe8e6 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -912,7 +912,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
{ \
if ( _new_level ) asm volatile ( "cli R0;" : : : "R0" ); \
else asm volatile ( "R0.l = 0xFFFF;\n"\
- "sti R0;" : : : "R0" ); \
+ "sti R0;" : : : "R0" ); \
}