From 8165b425234ec3877e794381a9dece431c47f782 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 5 Nov 2007 19:23:25 +0000 Subject: temporary ddb buffers need to be a bit larger on 64 bit systems to cope with some radix configurations. --- sys/arch/amd64/amd64/db_disasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/db_disasm.c b/sys/arch/amd64/amd64/db_disasm.c index 0fde380437a..d24d77d198a 100644 --- a/sys/arch/amd64/amd64/db_disasm.c +++ b/sys/arch/amd64/amd64/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.7 2007/09/01 11:54:02 miod Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.8 2007/11/05 19:23:24 miod Exp $ */ /* $NetBSD: db_disasm.c,v 1.11 1996/05/03 19:41:58 christos Exp $ */ /* @@ -1093,7 +1093,7 @@ db_disasm(db_addr_t loc, boolean_t altfmt) int repe, repne; struct i_addr address; db_addr_t loc_orig = loc; - char tmpfmt[24]; + char tmpfmt[28]; get_value_inc(inst, loc, 1, FALSE); short_addr = FALSE; -- cgit v1.2.3