Changeset 49147 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp
- Timestamp:
- Oct 16, 2013 9:35:14 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r48226 r49147 1949 1949 ); 1950 1950 1951 #if 0 1951 1952 memset(pVCpu->vmm.s.pbEMTStackR3, 0xaa, VMM_STACK_SIZE); /* Clear the stack. */ 1953 #endif 1952 1954 PRTGCUINTPTR32 pFrame = (PRTGCUINTPTR32)(pVCpu->vmm.s.pbEMTStackR3 + VMM_STACK_SIZE) - cArgs; 1953 1955 int i = cArgs;
Note:
See TracChangeset
for help on using the changeset viewer.