runtime: save now when terminating with exception

This commit is contained in:
Sebastien Bourdeauducq 2016-06-19 19:07:09 +08:00
parent e069ce9dd8
commit 5f8b02a1d2
1 changed files with 2 additions and 0 deletions

View File

@ -423,6 +423,8 @@ void __artiq_terminate(struct artiq_exception *artiq_exn,
{
struct msg_exception msg;
now_save();
msg.type = MESSAGE_TYPE_EXCEPTION;
msg.exception = artiq_exn;
msg.backtrace = backtrace;