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

List:       bochs-cvs
Subject:    [Bochs-cvs] [13282] trunk/bochs/cpu/debugstuff.cc
From:       sshwarts--- via Bochs-cvs <bochs-cvs () lists ! sourceforge ! net>
Date:       2017-08-22 21:14:39
Message-ID: 1503436479.533419.16358 () sfp-scm-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 13282
Author:   sshwarts
Date:     2017-08-22 21:14:39 +0000 (Tue, 22 Aug 2017)
Log Message:
-----------
cleaned cr2 print in 32-bit mode

Modified Paths:
--------------
    trunk/bochs/cpu/debugstuff.cc

Modified: trunk/bochs/cpu/debugstuff.cc
===================================================================
--- trunk/bochs/cpu/debugstuff.cc	2017-08-22 21:03:58 UTC (rev 13281)
+++ trunk/bochs/cpu/debugstuff.cc	2017-08-22 21:14:39 UTC (rev 13282)
@@ -241,8 +241,8 @@
       (unsigned) BX_CPU_THIS_PTR cr0.get32(),
       (unsigned) BX_CPU_THIS_PTR cr2, (unsigned) BX_CPU_THIS_PTR cr3));
 #else
-    BX_INFO(("| CR0=0x%08x CR2=0x" FMT_ADDRX64,
-      BX_CPU_THIS_PTR cr0.get32(), BX_CPU_THIS_PTR cr2));
+    BX_INFO(("| CR0=0x%08x CR2=0x%08x",
+      BX_CPU_THIS_PTR cr0.get32(), (unsigned) BX_CPU_THIS_PTR cr2));
     BX_INFO(("| CR3=0x%08x CR4=0x%08x",
       (unsigned) BX_CPU_THIS_PTR cr3, 
       (unsigned) BX_CPU_THIS_PTR cr4.get32()));


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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