Index: src/x64/lithium-codegen-x64.h |
=================================================================== |
--- src/x64/lithium-codegen-x64.h (revision 15967) |
+++ src/x64/lithium-codegen-x64.h (working copy) |
@@ -268,6 +268,7 @@ |
uint32_t additional_index = 0); |
void EmitIntegerMathAbs(LMathAbs* instr); |
+ void EmitInteger64MathAbs(LMathAbs* instr); |
// Support for recording safepoint and position information. |
void RecordSafepoint(LPointerMap* pointers, |