diff packages/hal/powerpc/sim/current/include/hal_diag.h @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents bf00f99aec69
children e0c0827131d1
line wrap: on
line diff
--- a/packages/hal/powerpc/sim/current/include/hal_diag.h
+++ b/packages/hal/powerpc/sim/current/include/hal_diag.h
@@ -77,7 +77,7 @@ CYG_MACRO_START                         
         (unsigned char*)(OEA_DEV + PAL_WRITE_STATUS);   \
     unsigned long __state;                              \
                                                         \
-    HAL_DISABLE_INTERRUPTS(__state)                     \
+    HAL_DISABLE_INTERRUPTS(__state);                    \
     if( _c_ != '\r' )                                   \
     {                                                   \
         while( *tty_status == 0 ) continue;             \