1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-01 05:31:43 +02:00

Fix silly mistakes in the definitions related to the FreeBSD offsets in

jmpbuf on x86.
This commit is contained in:
Konstantin Belousov 2012-02-05 11:36:20 +02:00
parent 51445f61d3
commit 29b32cf142

View file

@ -34,10 +34,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#elif defined __FreeBSD__ #elif defined __FreeBSD__
#define JB_SP 1 #define JB_SP 2
#define JB_RP 0 #define JB_RP 0
/* Pretend the ip cannot be 0 and mask is always saved */ #define JB_MASK_SAVED 11
#define JB_MASK_SAVED 0
#define JB_MASK 7 #define JB_MASK 7
#endif #endif