aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/race.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/walk/race.go')
-rw-r--r--src/cmd/compile/internal/walk/race.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/walk/race.go b/src/cmd/compile/internal/walk/race.go
index 20becf9be9..77cabe50c6 100644
--- a/src/cmd/compile/internal/walk/race.go
+++ b/src/cmd/compile/internal/walk/race.go
@@ -39,7 +39,7 @@ func instrument(fn *ir.Func) {
// race in the future.
nodpc := ir.NewNameAt(src.NoXPos, typecheck.Lookup(".fp"))
- nodpc.Class_ = ir.PPARAM
+ nodpc.Class = ir.PPARAM
nodpc.SetUsed(true)
nodpc.SetType(types.Types[types.TUINTPTR])
nodpc.SetFrameOffset(int64(-types.PtrSize))