sentry: rename SetRSEQInterruptedIP to SetOldRSeqInterruptedIP for arm64

For amd64, this has been done on cl/288342928.

PiperOrigin-RevId: 292170856
This commit is contained in:
Andrei Vagin
2020-01-29 10:47:28 -08:00
committed by gVisor bot
parent 8dcedc953a
commit 37bb502670
+2 -2
View File
@@ -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)
}