mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Fix silly mistakes in the definitions related to the FreeBSD offsets in
jmpbuf on x86.
This commit is contained in:
parent
51445f61d3
commit
29b32cf142
1 changed files with 2 additions and 3 deletions
|
@ -34,10 +34,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#elif defined __FreeBSD__
|
||||
|
||||
#define JB_SP 1
|
||||
#define JB_SP 2
|
||||
#define JB_RP 0
|
||||
/* Pretend the ip cannot be 0 and mask is always saved */
|
||||
#define JB_MASK_SAVED 0
|
||||
#define JB_MASK_SAVED 11
|
||||
#define JB_MASK 7
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue