[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs/bx_debug dbg_main.cc,1.191,1.192
From:       "Stanislav Shwartsman" <sshwarts () users ! sourceforge ! net>
Date:       2009-04-30 18:58:46
Message-ID: E1LzbT4-000602-Dr () ddv4jf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/bochs/bochs/bx_debug
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23009/bx_debug

Modified Files:
	dbg_main.cc 
Log Message:
Fix segfailt in 'info ldt' command


Index: dbg_main.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/bx_debug/dbg_main.cc,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- dbg_main.cc	25 Apr 2009 08:06:32 -0000	1.191
+++ dbg_main.cc	30 Apr 2009 18:58:44 -0000	1.192
@@ -3000,7 +3000,7 @@
 void bx_dbg_info_ldt_command(unsigned from, unsigned to)
 {
   bx_address ldtr_base = SIM->get_param_num("LDTR.base", dbg_cpu_list)->get64();
-  Bit32u ldtr_limit = SIM->get_param_num("LDTR.limit", dbg_cpu_list)->get();
+  Bit32u ldtr_limit = SIM->get_param_num("LDTR.limit_scaled", dbg_cpu_list)->get();
 
   bx_bool all = 0;
 


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic