VirtualBox

Changeset 71722 in vbox


Ignore:
Timestamp:
Apr 6, 2018 8:53:04 PM (7 years ago)
Author:
vboxsync
Message:

DevHDA: Made it work in raw-mode. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r71721 r71722  
    648648}
    649649
     650#ifdef IN_RING3
     651
    650652/**
    651653 * Looks up a register covering the offset given by @a offReg.
     
    695697    }
    696698
    697 #ifdef RT_STRICT
     699# ifdef RT_STRICT
    698700    for (unsigned i = 0; i < RT_ELEMENTS(g_aHdaRegMap); i++)
    699701        Assert(offReg - g_aHdaRegMap[i].offset >= g_aHdaRegMap[i].size);
    700 #endif
     702# endif
    701703    return -1;
    702704}
    703705
    704 #ifdef IN_RING3
    705706
    706707/**
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