This commit is contained in:
Stanislav Shwartsman 2006-03-04 09:24:31 +00:00
parent 324d75e749
commit 93898e11b2

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: cpu.cc,v 1.135 2006-03-04 09:22:54 sshwarts Exp $
// $Id: cpu.cc,v 1.136 2006-03-04 09:24:31 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -227,6 +227,7 @@ void BX_CPU_C::cpu_loop(Bit32s max_instr_count)
if (BX_CPU_THIS_PTR trace) {
// print the instruction that is about to be executed.
bx_dbg_disassemble_current(BX_CPU_ID, 1); // only one cpu, print time stamp
}
#endif
// decoding instruction compeleted -> continue with execution