mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
test: fix d6193365
.
This commit is contained in:
parent
d619336503
commit
edafb08b43
@ -17,7 +17,7 @@ void __artiq_terminate(struct artiq_exception *exn,
|
|||||||
exn->file, exn->line, exn->column + 1);
|
exn->file, exn->line, exn->column + 1);
|
||||||
|
|
||||||
for(size_t i = 0; i < backtrace_size; i++) {
|
for(size_t i = 0; i < backtrace_size; i++) {
|
||||||
printf("at %p\n", backtrace[i]);
|
printf("at %"PRIxPTR"\n", backtrace[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user