VirtualBox

Changeset 33207 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Oct 18, 2010 3:02:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66746
Message:

tstRTInlineAsm: another fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r33206 r33207  
    210210                      iStd, s.uEAX, s.uEBX, s.uECX, s.uEDX, iStd <= cFunctions ? "" : "*");
    211211
    212         if (iStd == 0x04 || iStd == 0x0d || iStd > cFunctions)
     212        if (iStd == 0x04 || iStd == 0x0b || iStd == 0x0d || iStd > cFunctions)
    213213            continue; /* Leaf 04 and leaf 0d output depend on the initial value of ECX
    214214                       * The same seems to apply to invalid standard functions */
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