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