diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-11-29 13:50:34 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-29 13:50:34 -0800 |
| commit | 8cbba792088357c845b2a672da6fe3e08ce02756 (patch) | |
| tree | 0eba49d717f986cb162387401d05285f7a0d7478 /src/rt/arch | |
| parent | afb8f0174170cb9f23ec0b8a93f4bb8dd4514603 (diff) | |
| download | rust-8cbba792088357c845b2a672da6fe3e08ce02756.tar.gz rust-8cbba792088357c845b2a672da6fe3e08ce02756.zip | |
rt: Fix the name of the linux macro in x86_64/morestack.S
Diffstat (limited to 'src/rt/arch')
| -rw-r--r-- | src/rt/arch/x86_64/morestack.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/arch/x86_64/morestack.S b/src/rt/arch/x86_64/morestack.S index 7a17cb6744e..cabed0c9114 100644 --- a/src/rt/arch/x86_64/morestack.S +++ b/src/rt/arch/x86_64/morestack.S @@ -52,7 +52,7 @@ .type MORESTACK,@function #endif -#if defined(__linux) +#if defined(__linux__) MORESTACK: .cfi_startproc |
