merge
This commit is contained in:
commit
4a000a28d3
12 changed files with 134 additions and 18 deletions
|
|
@ -1114,9 +1114,8 @@ acidregsrw(Regs *r, char *name, u64int *u, int isr)
|
|||
}
|
||||
addr = v->store.u.ival;
|
||||
/* XXX should use format to determine size */
|
||||
if(get4(cormap, addr, &u32) < 0)
|
||||
if(geta(cormap, addr, u) < 0)
|
||||
return -1;
|
||||
*u = u32;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue