diff options
Diffstat (limited to 'coroutine/x86/Context.S')
| -rw-r--r-- | coroutine/x86/Context.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/coroutine/x86/Context.S b/coroutine/x86/Context.S index f06a417084..b04e71aa1c 100644 --- a/coroutine/x86/Context.S +++ b/coroutine/x86/Context.S @@ -6,12 +6,11 @@ ## #define TOKEN_PASTE(x,y) x##y -#define PREFIXED_SYMBOL(prefix,name) TOKEN_PASTE(prefix,name) .text -.globl PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer) -PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer): +.globl PREFIXED_SYMBOL(coroutine_transfer) +PREFIXED_SYMBOL(coroutine_transfer): # Save caller registers pushl %ebp |
