From da95961027819980c1e222a687eaaa4bca5157c5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 8 Nov 2006 08:23:19 +0000 Subject: Eliminate hidden backspaces. --- cpukit/score/cpu/bfin/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') 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" ); \ } -- cgit v1.2.3