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

@ -13,7 +13,7 @@ printregs(int c)
{
Regdesc *rp;
int i;
ulong u;
ADDR u;
if(correg == nil){
dprint("registers not mapped\n");