mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +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 */
|
#endif /* ASSEMBLY */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user