VirtualBox

Changeset 10804 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 22, 2008 9:42:40 AM (17 years ago)
Author:
vboxsync
Message:

VMM: Fixed VBOX_SVN_REV blunder (mine).

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r10450 r10804  
    430430# For vmmGetSvnRev.
    431431#
    432 VMMAll/VMMAll.cpp_DEFS = VBOX_SVN_REV
     432VMMAll/VMMAll.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
    433433
    434434
  • trunk/src/VBox/VMM/VMMGC/VMMGC.cpp

    r10450 r10804  
    8888
    8989            int rc = RTGCInit(u64TS);
    90             Log(("VMMGCEntry: VMMGC_DO_VMMGC_INIT - uArg=%#x (svn revision) u64TS=%RX64; rc=%Rrc\n", uArg, u64TS, rc));
     90            Log(("VMMGCEntry: VMMGC_DO_VMMGC_INIT - uArg=%u (svn revision) u64TS=%RX64; rc=%Rrc\n", uArg, u64TS, rc));
    9191            AssertRCReturn(rc, rc);
    9292
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