mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Iterate more on recent changes
This commit is contained in:
parent
7138399f96
commit
d0ad2694ed
22 changed files with 90 additions and 158 deletions
2
third_party/nsync/panic.c
vendored
2
third_party/nsync/panic.c
vendored
|
@ -25,7 +25,7 @@
|
|||
|
||||
/* Aborts after printing the nul-terminated string s[]. */
|
||||
void nsync_panic_ (const char *s) {
|
||||
tinyprint(2, "error: nsync panic: ", s, "\n",
|
||||
tinyprint(2, "error: nsync panic: ", s,
|
||||
"cosmoaddr2line ", program_invocation_name, " ",
|
||||
DescribeBacktrace (__builtin_frame_address (0)), "\n",
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue