From efe90b9abb96d63db126e4cfbd88924c496ff11f Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 31 Jul 2011 23:25:51 -0400 Subject: [PATCH] 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. --- em.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/em.c b/em.c index 37ff243..592eef5 100755 --- a/em.c +++ b/em.c @@ -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 */