Changeset 9848 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2008 11:26:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r9847 r9848 1780 1780 pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1), 1781 1781 pszHyper); 1782 *fDblEntry = true;1782 if (fDblEntry) *fDblEntry = true; 1783 1783 break; 1784 1784 } … … 1795 1795 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off, 1796 1796 pDesc->Gen.u2Dpl, pszPresent, pszCountOf, cParams, pszHyper); 1797 *fDblEntry = true;1797 if (fDblEntry) *fDblEntry = true; 1798 1798 break; 1799 1799 } … … 1809 1809 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off, 1810 1810 pDesc->Gen.u2Dpl, pszPresent, pszHyper); 1811 *fDblEntry = true;1811 if (fDblEntry) *fDblEntry = true; 1812 1812 break; 1813 1813 }
Note:
See TracChangeset
for help on using the changeset viewer.