VirtualBox

Changeset 15184 in vbox


Ignore:
Timestamp:
Dec 9, 2008 2:56:56 PM (16 years ago)
Author:
vboxsync
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r15181 r15184  
    804804    OP_PARAMVAL param1, param2;
    805805
    806 #ifdef HC_ARCH_BITS == 32
     806#if HC_ARCH_BITS == 32
    807807    Assert(pCpu->param1.size <= 4);
    808808#endif
     
    14161416    OP_PARAMVAL param1, param2;
    14171417
    1418 #ifdef HC_ARCH_BITS == 32
     1418#if HC_ARCH_BITS == 32
    14191419    Assert(pCpu->param1.size <= 4);
    14201420#endif
     
    29292929    }
    29302930
    2931 #ifdef HC_ARCH_BITS == 32
     2931#if HC_ARCH_BITS == 32
    29322932    if (CPUMIsGuestIn64BitCode(pVM, pRegFrame))
    29332933    {
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