| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0b01b8b7dadbec3a18488f894e37303368d020bc..aa1d2745add8a58397cd1b94928f0e0d411581a3 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -327,7 +327,7 @@ DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions")
|
| DEFINE_int(sim_stack_alignment, 8,
|
| "Stack alingment in bytes in simulator (4 or 8, 8 is default)")
|
|
|
| -// top.cc
|
| +// isolate.cc
|
| DEFINE_bool(trace_exception, false,
|
| "print stack trace when throwing exceptions")
|
| DEFINE_bool(preallocate_message_memory, false,
|
|
|