1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-13 23:26:13 +00:00

Change UII fault to pass ea for faddr instead of RP, to pass CPUT1 T&M.

NOTE: ea would only be set for mem. ref. instructions, but we use the
same code at label d_uii: for generics too.  Not sure what the ea should
be for a generic UII fault where there is no ea computed.
This commit is contained in:
Jim 2011-07-31 23:25:51 -04:00
parent 12e82b1d9a
commit efe90b9abb

2
em.c
View File

@ -9557,7 +9557,7 @@ d_mpl: /* 01603 (V-mode) */
goto fetch;
d_uii:
fault(UIIFAULT, RPL, RP);
fault(UIIFAULT, RPL, ea);
goto fetch;
d_div: /* 01700 */