mirror of
https://github.com/simh/simh.git
synced 2026-04-25 19:51:25 +00:00
alpha: Compiler suggested cleanup
This commit is contained in:
@@ -538,7 +538,7 @@ t_addr lo, hi;
|
|||||||
uint32 lnt;
|
uint32 lnt;
|
||||||
TLBENT *tlbp;
|
TLBENT *tlbp;
|
||||||
DEVICE *dptr;
|
DEVICE *dptr;
|
||||||
char *cptr = (char *) desc;
|
const char *cptr = (char *) desc;
|
||||||
|
|
||||||
lnt = (val)? DTLB_SIZE: ITLB_SIZE;
|
lnt = (val)? DTLB_SIZE: ITLB_SIZE;
|
||||||
dptr = find_dev_from_unit (uptr);
|
dptr = find_dev_from_unit (uptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user