Ticket #39: mips32.cpp.diff

File mips32.cpp.diff, 518 bytes (added by xavier.guerin@…, 14 years ago)

Mips32.cpp executeNCycles modification.

  • mips32.cpp

     
    208208    if ( m_hazard && ncycle )
    209209        RUN_FOR(1);
    210210
     211#if 0
    211212    if ( m_exception != NO_EXCEPTION )
    212213        goto got_exception;
     214#endif
    213215
    214216    if ( ncycle == 0 )
    215217        goto early_end;
     
    234236        }
    235237        m_exec_cycles++;
    236238    }
     239    else goto early_end;
    237240
    238241    if ( m_exception != NO_EXCEPTION )
    239242        goto got_exception;