Merge pull request #3892 from lubinszARM:pr_n1_02

PiperOrigin-RevId: 330973856
This commit is contained in:
gVisor bot
2020-09-10 11:07:18 -07:00
+3 -1
View File
@@ -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