2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-23 01:51:58 +00:00

Removed spurious semicolon

This commit is contained in:
Michael Brown 2005-05-03 09:02:24 +00:00
parent ee15c47cb5
commit 68e90c75b6

View File

@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
*
*/
#define __shared __asm__ ( "_shared_bss" );
#define __shared __asm__ ( "_shared_bss" )
#endif /* ASSEMBLY */