mirror of
https://github.com/ipxe/ipxe
synced 2026-01-31 03:30:54 +03:00
Removed spurious semicolon
This commit is contained in:
@@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
|
||||
*
|
||||
*/
|
||||
|
||||
#define __shared __asm__ ( "_shared_bss" );
|
||||
#define __shared __asm__ ( "_shared_bss" )
|
||||
|
||||
#endif /* ASSEMBLY */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user