libmach, acid, db: 64-bit support

This commit is contained in:
Russ Cox 2012-02-19 18:11:39 -05:00
parent 60d96f2e43
commit 443d628838
36 changed files with 2311 additions and 1125 deletions

View file

@ -93,7 +93,7 @@ uncrackhdr(Fhdr *hdr)
}
int
mapfile(Fhdr *fp, ulong base, Map *map, Regs **regs)
mapfile(Fhdr *fp, u64int base, Map *map, Regs **regs)
{
if(fp == nil){
werrstr("no file");