diff --git a/src/runtime/proc.go b/src/runtime/proc.go index af1fe0a310..b5ff914a79 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -1925,7 +1925,7 @@ func oneNewExtraM() { // while calling from C thread to Go. traceGoCreate(gp, 0) // no start pc gp.traceseq++ - traceEvent(traceEvGoInSyscall, -1, uint64(gp.goid)) + traceEvent(traceEvGoInSyscall, -1, gp.goid) } // put on allg for garbage collector allgadd(gp)