1
0
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:
Mark Pizzolato
2014-11-16 14:02:49 -08:00
parent 368a5f6998
commit 26bd72ec1e

View File

@@ -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);