1
0
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:
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; 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);