We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24afee commit 6be7fd3Copy full SHA for 6be7fd3
src/runtime/signal_netbsd_amd64.go
@@ -26,7 +26,7 @@ func (c *sigctxt) rsi() uint64 { return c.regs().__gregs[_REG_RSI] }
26
func (c *sigctxt) rbp() uint64 { return c.regs().__gregs[_REG_RBP] }
27
func (c *sigctxt) rsp() uint64 { return c.regs().__gregs[_REG_RSP] }
28
func (c *sigctxt) r8() uint64 { return c.regs().__gregs[_REG_R8] }
29
-func (c *sigctxt) r9() uint64 { return c.regs().__gregs[_REG_R8] }
+func (c *sigctxt) r9() uint64 { return c.regs().__gregs[_REG_R9] }
30
func (c *sigctxt) r10() uint64 { return c.regs().__gregs[_REG_R10] }
31
func (c *sigctxt) r11() uint64 { return c.regs().__gregs[_REG_R11] }
32
func (c *sigctxt) r12() uint64 { return c.regs().__gregs[_REG_R12] }
0 commit comments