[Arm64] Fix overlapping fp fields in jmp_buf

Change-Id: I9be9f118108f3f6e2bb02a5b01e0420fbfd15d85
This commit is contained in:
Duane Sand 2015-01-26 16:20:05 -08:00
parent 2a8c929aaf
commit dbaab26021

View File

@ -49,8 +49,8 @@
#define _JB_X19 (_JB_X20_X21 + 2) #define _JB_X19 (_JB_X20_X21 + 2)
#define _JB_D14_D15 (_JB_X19 + 1) #define _JB_D14_D15 (_JB_X19 + 1)
#define _JB_D12_D13 (_JB_D14_D15 + 2) #define _JB_D12_D13 (_JB_D14_D15 + 2)
#define _JB_D10_D11 (_JB_D12_D13 + 1) #define _JB_D10_D11 (_JB_D12_D13 + 2)
#define _JB_D8_D9 (_JB_D10_D11 + 1) #define _JB_D8_D9 (_JB_D10_D11 + 2)
ENTRY(setjmp) ENTRY(setjmp)
mov w1, #1 mov w1, #1