@@ -17,7 +17,7 @@ import (
1717func runtime_mapaccess1_fast32 (typ * abi.SwissMapType , m * Map , key uint32 ) unsafe.Pointer {
1818 if race .Enabled && m != nil {
1919 callerpc := sys .GetCallerPC ()
20- pc := abi .FuncPCABIInternal (runtime_mapaccess1 )
20+ pc := abi .FuncPCABIInternal (runtime_mapaccess1_fast32 )
2121 race .ReadPC (unsafe .Pointer (m ), callerpc , pc )
2222 }
2323
@@ -86,7 +86,7 @@ func runtime_mapaccess1_fast32(typ *abi.SwissMapType, m *Map, key uint32) unsafe
8686func runtime_mapaccess2_fast32 (typ * abi.SwissMapType , m * Map , key uint32 ) (unsafe.Pointer , bool ) {
8787 if race .Enabled && m != nil {
8888 callerpc := sys .GetCallerPC ()
89- pc := abi .FuncPCABIInternal (runtime_mapaccess1 )
89+ pc := abi .FuncPCABIInternal (runtime_mapaccess2_fast32 )
9090 race .ReadPC (unsafe .Pointer (m ), callerpc , pc )
9191 }
9292
@@ -198,7 +198,7 @@ func runtime_mapassign_fast32(typ *abi.SwissMapType, m *Map, key uint32) unsafe.
198198 }
199199 if race .Enabled {
200200 callerpc := sys .GetCallerPC ()
201- pc := abi .FuncPCABIInternal (runtime_mapassign )
201+ pc := abi .FuncPCABIInternal (runtime_mapassign_fast32 )
202202 race .WritePC (unsafe .Pointer (m ), callerpc , pc )
203203 }
204204 if m .writing != 0 {
@@ -332,7 +332,7 @@ func runtime_mapassign_fast32ptr(typ *abi.SwissMapType, m *Map, key unsafe.Point
332332 }
333333 if race .Enabled {
334334 callerpc := sys .GetCallerPC ()
335- pc := abi .FuncPCABIInternal (runtime_mapassign )
335+ pc := abi .FuncPCABIInternal (runtime_mapassign_fast32ptr )
336336 race .WritePC (unsafe .Pointer (m ), callerpc , pc )
337337 }
338338 if m .writing != 0 {
@@ -458,7 +458,7 @@ outer:
458458func runtime_mapdelete_fast32 (typ * abi.SwissMapType , m * Map , key uint32 ) {
459459 if race .Enabled {
460460 callerpc := sys .GetCallerPC ()
461- pc := abi .FuncPCABIInternal (runtime_mapassign )
461+ pc := abi .FuncPCABIInternal (runtime_mapdelete_fast32 )
462462 race .WritePC (unsafe .Pointer (m ), callerpc , pc )
463463 }
464464
0 commit comments