mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Fix placement of signal trampoline.
This commit is contained in:
parent
dabd891d6e
commit
8ea9dacf53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47893
@ -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 New Issue
Block a user