Changeset 11920 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 1, 2008 1:44:18 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.h
r9228 r11920 80 80 #define PATM_STACK_SIZE (PAGE_SIZE) 81 81 #define PATM_STACK_TOTAL_SIZE (2*PATM_STACK_SIZE) 82 #define PATM_MAX_STACK (PATM_STACK_SIZE/sizeof(RT GCPTR))82 #define PATM_MAX_STACK (PATM_STACK_SIZE/sizeof(RTRCPTR)) 83 83 84 84 /* Patch Manager pending actions (in GCSTATE). */ -
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r11915 r11920 640 640 AVLPVKEY key = 0; 641 641 642 Log(("Correct fixups in global helper functions\n")); 642 643 while (true) 643 644 {
Note:
See TracChangeset
for help on using the changeset viewer.