am 643a9be8: Merge "[Arm64] Fix overlapping fp fields in jmp_buf"

* commit '643a9be82e4a9897f22cee6dcb6070ee102107d6':
  [Arm64] Fix overlapping fp fields in jmp_buf
This commit is contained in:
Elliott Hughes 2015-01-27 04:59:51 +00:00 committed by Android Git Automerger
commit 2bb5664f5e

View File

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