diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-12 16:01:40 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-12 16:01:40 -0700 |
commit | 252329c1f332319e2f1e2b28751aadd84dedae64 (patch) | |
tree | e3b37a7842779f9b569f06ec0808bc5f40206775 /pkg/sentry/arch/arch_aarch64.go | |
parent | e6df6222accfc44c351f7dbaaf6a57ae1003881f (diff) | |
parent | 05d742ede47bf1603115fca593e2266cd6e2b309 (diff) |
Merge pull request #3605 from lubinszARM:pr_helloworld_thunderx2
PiperOrigin-RevId: 326326710
Diffstat (limited to 'pkg/sentry/arch/arch_aarch64.go')
-rw-r--r-- | pkg/sentry/arch/arch_aarch64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/arch/arch_aarch64.go b/pkg/sentry/arch/arch_aarch64.go index fd95eb2d2..0f433ee79 100644 --- a/pkg/sentry/arch/arch_aarch64.go +++ b/pkg/sentry/arch/arch_aarch64.go @@ -101,6 +101,8 @@ func NewFloatingPointData() *FloatingPointData { // State contains the common architecture bits for aarch64 (the build tag of this // file ensures it's only built on aarch64). +// +// +stateify savable type State struct { // The system registers. Regs Registers |