Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b2f2b9963f9cd73b52ff7a21988cbea7ff1f61e7..266242e6fd9d13a7201f863844482222d5be2110 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -728,7 +728,7 @@ DEFINE_INT(sim_stack_alignment, 8, |
"Stack alingment in bytes in simulator (4 or 8, 8 is default)") |
#endif |
DEFINE_INT(sim_stack_size, 2 * MB / KB, |
- "Stack size of the ARM64 and MIPS64 simulator " |
+ "Stack size of the ARM64, MIPS64 and PPC64 simulator " |
"in kBytes (default is 2 MB)") |
DEFINE_BOOL(log_regs_modified, true, |
"When logging register values, only print modified registers.") |