Merge pull request #1816 from xiaobo55x:trap_flag

PiperOrigin-RevId: 297191168
This commit is contained in:
gVisor bot
2020-02-25 13:41:05 -08:00
+3
View File
@@ -34,6 +34,9 @@ const (
SyscallWidth = 4
)
// ARMTrapFlag is the mask for the trap flag.
const ARMTrapFlag = uint64(1) << 21
// aarch64FPState is aarch64 floating point state.
type aarch64FPState []byte