VirtualBox

Changeset 69024 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Oct 10, 2017 9:52:03 AM (7 years ago)
Author:
vboxsync
Message:

iprt/init-win.cpp: Use RhxD instead of Rhxd when dumping the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/init-win.cpp

    r68985 r69024  
    497497
    498498        RTLogLogger(pLogger, NULL, "\nStack %p, dumping %#x bytes (low=%p, high=%p)\n", uStack, cbToDump, uLow, uHigh);
    499         RTLogLogger(pLogger, NULL, "%.*Rhxd\n", cbToDump, uStack);
     499        RTLogLogger(pLogger, NULL, "%.*RhxD\n", cbToDump, uStack);
    500500
    501501        /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette