mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
sentry: rename SetRSEQInterruptedIP to SetOldRSeqInterruptedIP for arm64
For amd64, this has been done on cl/288342928. PiperOrigin-RevId: 292170856
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user