| Index: test/cctest/test-hashing.cc
|
| ===================================================================
|
| --- test/cctest/test-hashing.cc (revision 15346)
|
| +++ test/cctest/test-hashing.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| // GenerateHashInit takes the first character as an argument so it can't
|
| // handle the zero length string.
|
| ASSERT(string.length() > 0);
|
| -#ifdef V8_TARGET_ARCH_IA32
|
| +#if V8_TARGET_ARCH_IA32
|
| __ push(ebx);
|
| __ push(ecx);
|
| __ mov(eax, Immediate(0));
|
| @@ -116,7 +116,7 @@
|
|
|
|
|
| void generate(MacroAssembler* masm, uint32_t key) {
|
| -#ifdef V8_TARGET_ARCH_IA32
|
| +#if V8_TARGET_ARCH_IA32
|
| __ push(ebx);
|
| __ mov(eax, Immediate(key));
|
| __ GetNumberHash(eax, ebx);
|
|
|