| Index: src/cpu.cc
|
| diff --git a/src/cpu.cc b/src/cpu.cc
|
| index 26eca616e347e7175b94bb0ab1eeca3270d61da9..2bf51a7f6c09498186e602fa1e8c3276af31883f 100644
|
| --- a/src/cpu.cc
|
| +++ b/src/cpu.cc
|
| @@ -54,7 +54,7 @@ namespace internal {
|
| // Define __cpuid() for non-MSVC compilers.
|
| #if !V8_CC_MSVC
|
|
|
| -static V8_INLINE(void __cpuid(int cpu_info[4], int info_type)) {
|
| +static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
|
| #if defined(__i386__) && defined(__pic__)
|
| // Make sure to preserve ebx, which contains the pointer
|
| // to the GOT in case we're generating PIC.
|
|
|