Skip to content

Commit

Permalink
noreturn
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieMonroe committed Aug 12, 2013
1 parent 5d5bbff commit ee3e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gos-freebsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ x86_64_sigreturn (unw_cursor_t *cursor)
Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
(unsigned long long) c->dwarf.ip, uc);*/
// sigreturn(uc);
// panic("");
panic("");
}
#endif

0 comments on commit ee3e3a9

Please sign in to comment.