Chromium Code Reviews| Index: src/arm/stub-cache-arm.cc |
| =================================================================== |
| --- src/arm/stub-cache-arm.cc (revision 4491) |
| +++ src/arm/stub-cache-arm.cc (working copy) |
| @@ -53,7 +53,7 @@ |
| // Check that the key in the entry matches the name. |
| __ mov(ip, Operand(key_offset)); |
| __ ldr(ip, MemOperand(ip, offset, LSL, 1)); |
| - __ cmp(name, Operand(ip)); |
| + __ cmp(name, ip); |
| __ b(ne, &miss); |
| // Get the code entry from the cache. |