From 443d6288386f5521efa7d49bc8ea5be04f5fd696 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 19 Feb 2012 18:11:39 -0500 Subject: libmach, acid, db: 64-bit support --- src/cmd/acid/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/acid/list.c') diff --git a/src/cmd/acid/list.c b/src/cmd/acid/list.c index b75d0d70..2c26426e 100644 --- a/src/cmd/acid/list.c +++ b/src/cmd/acid/list.c @@ -196,7 +196,7 @@ listregisters(Map *map, Regs *regs) { List **tail, *l2, *l; Regdesc *rp; - ulong v; + u64int v; l2 = 0; tail = &l2; @@ -255,7 +255,7 @@ listautos(Map *map, Regs *regs, Symbol *fn) } int -trlist(Map *map, Regs *regs, ulong pc, ulong callerpc, Symbol *sym, int depth) +trlist(Map *map, Regs *regs, u64int pc, u64int callerpc, Symbol *sym, int depth) { List *q, *l; static List **tail; -- cgit v1.2.3