libmach, acid, db: 64-bit support
This commit is contained in:
parent
60d96f2e43
commit
443d628838
36 changed files with 2311 additions and 1125 deletions
|
|
@ -18,9 +18,9 @@ static struct {
|
|||
} rock;
|
||||
|
||||
static int
|
||||
ltrace(Map *map, Regs *regs, ulong pc, ulong nextpc, Symbol *sym, int depth)
|
||||
ltrace(Map *map, Regs *regs, u64int pc, u64int nextpc, Symbol *sym, int depth)
|
||||
{
|
||||
ulong v;
|
||||
u64int v;
|
||||
Symbol s1;
|
||||
|
||||
USED(pc);
|
||||
|
|
@ -49,7 +49,7 @@ ltrace(Map *map, Regs *regs, ulong pc, ulong nextpc, Symbol *sym, int depth)
|
|||
}
|
||||
|
||||
int
|
||||
localaddr(Map *map, Regs *regs, char *fn, char *var, ulong *val)
|
||||
localaddr(Map *map, Regs *regs, char *fn, char *var, u64int *val)
|
||||
{
|
||||
Regdesc *rp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue