mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #3892 from lubinszARM:pr_n1_02
PiperOrigin-RevId: 330973856
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
|
||||
// ERET returns using the ELR and SPSR for the current exception level.
|
||||
#define ERET() \
|
||||
WORD $0xd69f03e0
|
||||
WORD $0xd69f03e0; \
|
||||
DSB $7; \
|
||||
ISB $15;
|
||||
|
||||
// RSV_REG is a register that holds el1 information temporarily.
|
||||
#define RSV_REG R18_PLATFORM
|
||||
|
||||
Reference in New Issue
Block a user