diff options
Diffstat (limited to 'src/runtime/malloc2.go')
| -rw-r--r-- | src/runtime/malloc2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go index cd8dc0ad8b..c975f845bc 100644 --- a/src/runtime/malloc2.go +++ b/src/runtime/malloc2.go @@ -477,7 +477,7 @@ type finblock struct { next *finblock cnt int32 _ int32 - fin [(_FinBlockSize-2*ptrSize-2*4)/unsafe.Sizeof(finalizer{})]finalizer + fin [(_FinBlockSize - 2*ptrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer } // Information from the compiler about the layout of stack frames. |
