Changeset 52726 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Sep 12, 2014 2:05:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r52724 r52726 3127 3127 3128 3128 /* Check that there is sufficient space on the stack. */ 3129 ///@todo: Factor out segment limit checking for normal/expand down segments into a separate function 3129 /** @todo Factor out segment limit checking for normal/expand down segments 3130 * into a separate function. */ 3130 3131 if (!(DescSS.Legacy.Gen.u4Type & X86_SEL_TYPE_DOWN)) 3131 3132 {
Note:
See TracChangeset
for help on using the changeset viewer.