aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stack1.go')
-rw-r--r--src/runtime/stack1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack1.go b/src/runtime/stack1.go
index 1e9ccfebb5..6a1f6aee92 100644
--- a/src/runtime/stack1.go
+++ b/src/runtime/stack1.go
@@ -468,7 +468,7 @@ func adjustframe(frame *stkframe, arg unsafe.Pointer) bool {
// Adjust saved base pointer if there is one.
if thechar == '6' && frame.argp-frame.varp == 2*ptrSize {
if !framepointer_enabled {
- print("runtime: found space for saved base pointer, but no framepointer experiment")
+ print("runtime: found space for saved base pointer, but no framepointer experiment\n")
throw("bad frame layout")
}
if stackDebug >= 3 {