mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix placement of signal trampoline.
This commit is contained in:
parent
dabd891d6e
commit
8ea9dacf53
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ extern CORE_ADDR fbsd_kern_frame_saved_pc (struct frame_info *);
|
|||
|
||||
#undef SIGTRAMP_START
|
||||
#undef SIGTRAMP_END
|
||||
#define SIGTRAMP_START(pc) 0xcfbfdfd8
|
||||
#define SIGTRAMP_END(pc) 0xcfbfdff0
|
||||
#define SIGTRAMP_START(pc) 0xbfbfdfd8
|
||||
#define SIGTRAMP_END(pc) 0xbfbfdff0
|
||||
|
||||
#endif /* ifndef TM_FBSD_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue