libpayload: align arm64 with new exception handling model
The exception handling was previously updated, however the arm64 changes raced with hat one. Make the arm64 align with the new model. Without these changes compilation will fail. BUG=None BRANCH=None TEST=Can build libpayload for rush. Change-Id: I320b39a57b985d1f87446ea7757955664f8dba8f Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/204402 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
a4f78b0b78
commit
0080df41b3
2 changed files with 10 additions and 7 deletions
|
|
@ -41,6 +41,8 @@ struct exception_state
|
|||
uint64_t regs[31];
|
||||
} __attribute__((packed));
|
||||
|
||||
extern struct exception_state *exception_state;
|
||||
|
||||
enum {
|
||||
EXC_INV = 0,
|
||||
EXC_SYNC = 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue