VirtualBox

Changeset 9848 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 20, 2008 11:26:03 AM (17 years ago)
Author:
vboxsync
Message:

Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r9847 r9848  
    17801780                                        pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1),
    17811781                                        pszHyper);
    1782                 *fDblEntry = true;
     1782                if (fDblEntry) *fDblEntry = true;
    17831783                break;
    17841784            }
     
    17951795                                        iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off,
    17961796                                        pDesc->Gen.u2Dpl, pszPresent, pszCountOf, cParams, pszHyper);
    1797                 *fDblEntry = true;
     1797                if (fDblEntry) *fDblEntry = true;
    17981798                break;
    17991799            }
     
    18091809                                        iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off,
    18101810                                        pDesc->Gen.u2Dpl, pszPresent, pszHyper);
    1811                 *fDblEntry = true;
     1811                if (fDblEntry) *fDblEntry = true;
    18121812                break;
    18131813            }
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