diff options
| author | Michael Brown | 2005-05-03 11:02:24 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-03 11:02:24 +0200 |
| commit | 68e90c75b6d895fad4f6e21f66951c61c416992a (patch) | |
| tree | bbb9fcd551d4667ed72ba4d88e50ef1cf1b3e12a /src | |
| parent | Use shared symbols (diff) | |
| download | ipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.tar.gz ipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.tar.xz ipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.zip | |
Removed spurious semicolon
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/compiler.h b/src/include/compiler.h index df0a01a6e..7d7c59605 100644 --- a/src/include/compiler.h +++ b/src/include/compiler.h @@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR ); * */ -#define __shared __asm__ ( "_shared_bss" ); +#define __shared __asm__ ( "_shared_bss" ) #endif /* ASSEMBLY */ |
