VirtualBox

Ignore:
Timestamp:
Oct 21, 2008 1:18:34 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38213
Message:

further MSVC stuff, almost there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/cpu-exec.c

    r13382 r13440  
    345345            {
    346346                interrupt_request = env->interrupt_request;
     347#ifndef VBOX
    347348                if (__builtin_expect(interrupt_request, 0))
     349#else
     350                if (RT_UNLIKELY(interrupt_request != 0))
     351#endif
    348352                {
    349353                    /** @todo: reconscille with what QEMU really does */
Note: See TracChangeset for help on using the changeset viewer.

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