Correct r5900 sanitization.
[deliverable/binutils-gdb.git] / sim / mips / interp.c
index b605dbca1d59233c1b5aebe576ce49c8bc1b5666..835dbdb0ed79f05d6d6dd420f90c0e08a4b33ab9 100644 (file)
@@ -3735,10 +3735,12 @@ sim_engine_run (sd, next_cpu_nr, siggnal)
        HIACCESS--;
       if (LOACCESS > 0)
        LOACCESS--;
+      /* start-sanitize-r5900 */
       if (HI1ACCESS > 0)
        HI1ACCESS--;
       if (LO1ACCESS > 0)
        LO1ACCESS--;
+      /* end-sanitize-r5900 */
 #endif /* WARN_LOHI */
 
       /* For certain MIPS architectures, GPR[0] is hardwired to zero. We
This page took 0.022565 seconds and 4 git commands to generate.