mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #1816 from xiaobo55x:trap_flag
PiperOrigin-RevId: 297191168
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user