Chromium Code Reviews| Index: src/x64/assembler-x64.h |
| =================================================================== |
| --- src/x64/assembler-x64.h (revision 6488) |
| +++ src/x64/assembler-x64.h (working copy) |
| @@ -1134,7 +1134,6 @@ |
| // Conditional jumps |
| void j(Condition cc, Label* L); |
| - void j(Condition cc, byte* entry, RelocInfo::Mode rmode); |
| void j(Condition cc, Handle<Code> target, RelocInfo::Mode rmode); |
| // Conditional short jump |