mirror of https://github.com/ipxe/ipxe.git
Removed spurious semicolon
parent
ee15c47cb5
commit
68e90c75b6
|
@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
|
|||
*
|
||||
*/
|
||||
|
||||
#define __shared __asm__ ( "_shared_bss" );
|
||||
#define __shared __asm__ ( "_shared_bss" )
|
||||
|
||||
#endif /* ASSEMBLY */
|
||||
|
||||
|
|
Loading…
Reference in New Issue