VirtualBox

Changeset 26461 in vbox


Ignore:
Timestamp:
Feb 12, 2010 1:46:53 PM (15 years ago)
Author:
vboxsync
Message:

Fixed raw mode regression caused by r57572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMLdr.cpp

    r26437 r26461  
    838838VMMR3DECL(int) PDMR3LdrGetSymbolRCLazy(PVM pVM, const char *pszModule, const char *pszSymbol, PRTRCPTR pRCPtrValue)
    839839{
    840 #if defined(PDMLDR_FAKE_MODE) || !defined(PDMR3LdrLoadRC)
     840#if defined(PDMLDR_FAKE_MODE) || !defined(VBOX_WITH_RAW_MODE)
    841841    *pRCPtrValue = 0xfeedf00d;
    842842    return VINF_SUCCESS;
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