| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 8e500f46ffc4bea875afafe1d822dde91d883fe0..be1940baa3cd79f09bcd88491dc4f227ffa5d6db 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2437,7 +2437,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);
|
|
|