misc updates

This commit is contained in:
Stanislav Shwartsman 2009-10-12 20:53:00 +00:00
parent 5909ef1494
commit 4abd5e1494
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: dbg_main.cc,v 1.208 2009-10-02 15:11:23 akrisak Exp $
// $Id: dbg_main.cc,v 1.209 2009-10-12 20:53:00 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -687,7 +687,7 @@ void bx_dbg_print_sse_state(void)
Bit64u hi = SIM->get_param_num(param_name, dbg_cpu_list)->get64();
sprintf(param_name, "SSE.xmm%02d_lo", i);
Bit64u lo = SIM->get_param_num(param_name, dbg_cpu_list)->get64();
dbg_printf("XMM[%02u]: %08x%08x:%08x%08x\n", i,
dbg_printf("XMM[%02u]: %08x:%08x:%08x:%08x\n", i,
GET32H(hi), GET32L(hi), GET32H(lo), GET32L(lo));
}
#else

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: config.cc,v 1.184 2009-08-22 19:30:23 sshwarts Exp $
// $Id: config.cc,v 1.185 2009-10-12 20:53:00 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -242,7 +242,7 @@ void bx_init_options()
bx_param_c *root_param = SIM->get_param(".");
// general options subtree
menu = new bx_list_c(root_param, "general", "");
menu = new bx_list_c(root_param, "general", "", 10);
// config interface option, set in bochsrc or command line
static const char *config_interface_list[] = {