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 bfb8f13 commit 0810fd2Copy full SHA for 0810fd2
src/cmd/internal/obj/loong64/a.out.go
@@ -225,8 +225,6 @@ const (
225
REGZERO = REG_R0 // set to zero
226
REGLINK = REG_R1
227
REGSP = REG_R3
228
- REGRET = REG_R20 // not use
229
- REGARG = -1 // -1 disables passing the first argument in register
230
REGRT1 = REG_R20 // reserved for runtime, duffzero and duffcopy
231
REGRT2 = REG_R21 // reserved for runtime, duffcopy
232
REGCTXT = REG_R29 // context for closures
0 commit comments