Back only.

This commit is contained in:
Richard Barry 2010-09-22 21:31:33 +00:00
parent 8c8efdcc4e
commit eea2ab0385

View file

@ -366,6 +366,9 @@ unsigned long ulPortGetIPL( void )
"SHLR #24, R1 \n" \ "SHLR #24, R1 \n" \
"RTS " "RTS "
); );
/* This will never get executed, but keeps the compiler from complaining. */
return 0;
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/