diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-29 18:59:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-29 18:59:51 +0000 |
commit | 045f2be4aa71bf88b0d83caeef7a60dae6df3b0b (patch) | |
tree | a3ca1ee5d1462507a19b885caddc50533fa1f09f /pkg | |
parent | 3cb11fb4b991bace71a35dcef2b974a31a04d4a0 (diff) | |
parent | 37bb502670caefd4113da062495b4e318ea0f72e (diff) |
Merge release-20200127.0-29-g37bb502 (automated)
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/sentry/arch/arch_arm64.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/arch/arch_arm64.go b/pkg/sentry/arch/arch_arm64.go index 94f1a808f..ac98897b5 100755 --- a/pkg/sentry/arch/arch_arm64.go +++ b/pkg/sentry/arch/arch_arm64.go @@ -137,8 +137,8 @@ func (c *context64) SetTLS(value uintptr) bool { return false } -// SetRSEQInterruptedIP implements Context.SetRSEQInterruptedIP. -func (c *context64) SetRSEQInterruptedIP(value uintptr) { +// SetOldRSeqInterruptedIP implements Context.SetOldRSeqInterruptedIP. +func (c *context64) SetOldRSeqInterruptedIP(value uintptr) { c.Regs.Regs[3] = uint64(value) } |