runtime: Update for change to libbacktrace library.

From-SVN: r205031
This commit is contained in:
Ian Lance Taylor 2013-11-19 15:02:27 +00:00
parent 47c32082dd
commit 92495ff691

View File

@ -135,7 +135,7 @@ __go_file_line (uintptr pc, String *fn, String *file, intgo *line)
static void
syminfo_callback (void *data, uintptr_t pc __attribute__ ((unused)),
const char *symname __attribute__ ((unused)),
uintptr_t address)
uintptr_t address, uintptr_t size __attribute__ ((unused)))
{
uintptr_t *pval = (uintptr_t *) data;