From f5272645a73667c34c07757f5c63df09685c280c Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Tue, 19 Jun 2001 05:01:46 +0000 Subject: [PATCH] - the max of the loop should be BX_NOTIFY_MAX_ARGS, not NOTIFY_TYPE_STRING --- bochs/gui/siminterface.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/gui/siminterface.cc b/bochs/gui/siminterface.cc index 7c0be025d..a9290564b 100644 --- a/bochs/gui/siminterface.cc +++ b/bochs/gui/siminterface.cc @@ -1,6 +1,6 @@ /* * gui/siminterface.cc - * $Id: siminterface.cc,v 1.20 2001-06-19 04:55:01 bdenney Exp $ + * $Id: siminterface.cc,v 1.21 2001-06-19 05:01:46 bdenney Exp $ * * Defines the actual link between bx_simulator_interface_c methods * and the simulator. This file includes bochs.h because it needs @@ -122,7 +122,7 @@ bx_real_sim_c::bx_real_sim_c () { callback = NULL; notify_return_val = -1; - for (int i=0; i