mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +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]);
|
printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
|
||||||
#elif defined __FreeBSD__
|
#elif defined __FreeBSD__
|
||||||
printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip);
|
printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue