mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
Close #if
This commit is contained in:
parent
47dcc89457
commit
d737709640
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ sighandler (int signal, void *siginfo, void *context)
|
|||
printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
|
||||
#elif defined __FreeBSD__
|
||||
printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip);
|
||||
#endif
|
||||
#endif
|
||||
printf ("\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue