1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-02 01:12:37 +02:00

Close #if

This commit is contained in:
Konstantin Belousov 2010-03-11 00:02:11 +02:00
parent 47dcc89457
commit d737709640

View file

@ -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");
}