Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 7938b6d1b341f7f31fd184a5e14156dcbd7d402d..fd4a2a5ca7e07f80e8b756c27ce2d04059b3bedf 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -191,7 +191,7 @@ class LCodeGen BASE_EMBEDDED { |
int GetStackSlotCount() const { return chunk()->spill_slot_count(); } |
int GetParameterCount() const { return scope()->num_parameters(); } |
- void Abort(const char* format, ...); |
+ void Abort(const char* reason); |
void Comment(const char* format, ...); |
void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); } |