david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Removed spurious semicolon

This commit is contained in:
Michael Brown 2005-05-03 09:02:24 +00:00
parent ee15c47cb5
commit 68e90c75b6
1 changed files with 1 additions and 1 deletions

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 */