maybe 64-bit better
This commit is contained in:
parent
fa009f9d72
commit
9b24f92c56
7 changed files with 48 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue