Continue work on the SH2A port.

This commit is contained in:
Richard Barry 2010-02-15 17:16:38 +00:00
parent 04c48138a8
commit 9b27b75715
4 changed files with 53 additions and 54 deletions

View file

@ -241,7 +241,7 @@ long lInterruptMask;
trapa( portYIELD_TRAP_NO );
/* Restore the interrupt mask to whatever it was previously (when the
function was entered. */
function was entered). */
set_imask( ( int ) lInterruptMask );
}
/*-----------------------------------------------------------*/
@ -290,8 +290,3 @@ extern void * volatile pxCurrentTCB;
/*-----------------------------------------------------------*/