From 6f6414e4566960ae4124e6dc9a4f1d52a5b8c91d Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sat, 11 Apr 2009 14:02:13 +0000 Subject: [PATCH] fixed inv phy addr breakpoints --- bochs/cpu/cpu.cc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/bochs/cpu/cpu.cc b/bochs/cpu/cpu.cc index 3dc9f7898..2c13010a1 100644 --- a/bochs/cpu/cpu.cc +++ b/bochs/cpu/cpu.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: cpu.cc,v 1.286 2009-04-11 13:58:34 sshwarts Exp $ +// $Id: cpu.cc,v 1.287 2009-04-11 14:02:13 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -954,13 +954,15 @@ bx_bool BX_CPU_C::dbg_instruction_epilog(void) if (bx_guard.guard_for & BX_DBG_GUARD_IADDR_PHY) { bx_phy_address phy; bx_bool valid = dbg_xlate_linear2phy(BX_CPU_THIS_PTR guard_found.laddr, &phy); - for (unsigned n=0; n