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
commit 430992a67a
1 changed files with 3 additions and 0 deletions

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