diff options
author | Bin Lu <bin.lu@arm.com> | 2020-08-12 05:37:27 -0400 |
---|---|---|
committer | Bin Lu <bin.lu@arm.com> | 2020-08-12 05:37:27 -0400 |
commit | 05d742ede47bf1603115fca593e2266cd6e2b309 (patch) | |
tree | cd57bdece55191fe9f1d0785acf78909e22d0884 /pkg/sentry/arch/arch_arm64.go | |
parent | c92242c89a47e75cc8a0aa40bcb2b105ce795b90 (diff) |
Running hello-world on Thunderx2 with kvm
Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'pkg/sentry/arch/arch_arm64.go')
-rw-r--r-- | pkg/sentry/arch/arch_arm64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/arch/arch_arm64.go b/pkg/sentry/arch/arch_arm64.go index cabbf60e0..550741d8c 100644 --- a/pkg/sentry/arch/arch_arm64.go +++ b/pkg/sentry/arch/arch_arm64.go @@ -73,6 +73,8 @@ const ( ) // context64 represents an ARM64 context. +// +// +stateify savable type context64 struct { State sigFPState []aarch64FPState // fpstate to be restored on sigreturn. |