diff options
| author | Alastair Reid | 2018-06-29 01:23:36 +0100 |
|---|---|---|
| committer | Alastair Reid | 2018-06-29 01:23:36 +0100 |
| commit | 34ccf330f5a58be476cae325883b2d207389f36a (patch) | |
| tree | be713e201a0e14388ec397eedf0da6daa06a10d4 /lib | |
| parent | ac7a3d0b508f9a055a85f2aa8842a5e7d9b2ff3f (diff) | |
RTS: tweak TIMEOUT message
Making the message more like archex messages simplifies tooling.
Plus, it is a better message.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ bool cycle_limit_reached(const unit u) unit cycle_count(const unit u) { if (cycle_limit_reached(UNIT)) { - printf("\n[Sail] cycle limit %" PRId64 " reached\n", g_cycle_limit); + printf("\n[Sail] TIMEOUT: exceeded %" PRId64 " cycles\n", g_cycle_limit); exit(EXIT_SUCCESS); } return UNIT; |
