mirror of
https://github.com/simh/simh.git
synced 2026-02-16 04:34:05 +00:00
Fix UTF-8 encoding for four files
This commit is contained in:
committed by
Mark Pizzolato
parent
b4e3dad8a4
commit
d808d3ba3a
@@ -1676,7 +1676,7 @@ if (xidex) { /* is EMA declared? */
|
||||
}
|
||||
} /* not EMA reference */
|
||||
ndim = ReadW(dtbl++);
|
||||
if (ndim<0) goto em15; /* negative ´dimensions */
|
||||
if (ndim<0) goto em15; /* negative dimensions */
|
||||
sum = 0; /* accu for index calc */
|
||||
while (ndim > 0) {
|
||||
MR = ReadW (atbl++); /* fetch address of A(N) */
|
||||
|
||||
Reference in New Issue
Block a user