aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/x86/a.out.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/obj/x86/a.out.go')
-rw-r--r--src/cmd/internal/obj/x86/a.out.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/x86/a.out.go b/src/cmd/internal/obj/x86/a.out.go
index 30c1a6a445..3be4b59da4 100644
--- a/src/cmd/internal/obj/x86/a.out.go
+++ b/src/cmd/internal/obj/x86/a.out.go
@@ -263,6 +263,7 @@ const (
FREGRET = REG_X0
REGSP = REG_SP
REGCTXT = REG_DX
+ REGG = REG_R14 // g register in ABIInternal
REGEXT = REG_R15 // compiler allocates external registers R15 down
FREGMIN = REG_X0 + 5 // first register variable
FREGEXT = REG_X0 + 15 // first external register