maybe 64-bit better

This commit is contained in:
rsc 2004-06-11 04:33:54 +00:00
parent fa009f9d72
commit 9b24f92c56
7 changed files with 48 additions and 43 deletions

View file

@ -13,7 +13,7 @@ struct LocRegs
};
static int
locregrw(Regs *regs, char *name, ulong *val, int isr)
locregrw(Regs *regs, char *name, uvlong *val, int isr)
{
int i;
LocRegs *lr;
@ -36,7 +36,7 @@ stacktrace(Map *map, Regs *regs, Tracer trace)
{
char *rname;
int i, ipc, ret;
ulong nextpc, pc, v;
uvlong nextpc, pc, v;
ulong *cur, *next;
LocRegs lr;
Symbol s, *sp;