diff --git a/libgo/runtime/go-caller.c b/libgo/runtime/go-caller.c index 840295886b2..b18759f2f4b 100644 --- a/libgo/runtime/go-caller.c +++ b/libgo/runtime/go-caller.c @@ -31,7 +31,7 @@ Caller (int n __attribute__ ((unused))) /* A proper implementation needs to dig through the debugging information. */ - ret.pc = (uint64_t) (uintptr_t) __builtin_return_address (1); + ret.pc = (uint64_t) (uintptr_t) __builtin_return_address (0); ret.file.__data = NULL; ret.file.__length = 0; ret.line = 0;