| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 33d165efc480f2449fd9e95e4aeadb215acdc0fa..782dd617583f688d1885cec813f40d289acd593f 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2322,7 +2322,7 @@ class LChunkBuilder BASE_EMBEDDED {
|
| bool is_done() const { return status_ == DONE; }
|
| bool is_aborted() const { return status_ == ABORTED; }
|
|
|
| - void Abort(const char* format, ...);
|
| + void Abort(const char* reason);
|
|
|
| // Methods for getting operands for Use / Define / Temp.
|
| LUnallocated* ToUnallocated(Register reg);
|
|
|