VirtualBox

Changeset 20130 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
May 28, 2009 3:55:42 PM (16 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r20124 r20130  
    151151{
    152152    /* RTThreadPreemptIsPending is only reliable of we've got both offsets and size. */
    153     return offQuantumEnd    != 0
    154         && cbQuantumEnd     != 0
    155         && offDpcQueueDepth != 0;
     153    return g_offrtNtPbQuantumEnd    != 0
     154        && g_cbrtNtPbQuantumEnd     != 0
     155        && g_offrtNtPbDpcQueueDepth != 0;
    156156}
    157157
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