Changes between Version 17 and Version 18 of PSPSFlags_SAS10
- Timestamp:
- Jun 28, 2013, 11:05:05 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PSPSFlags_SAS10
v17 v18 160 160 ID_OBJ_GOOD_STACK = 0x10000000, // good-quality object in the stack (> 1 good stack) 161 161 ID_OBJ_SUSPECT_STACK = 0x20000000, // suspect object in the stack (> 1 good or suspect stack, < 2 good) 162 ID_OBJ_BAD_STACK = 0x40000000, // -quality object in the stack (> 1 good stack)162 ID_OBJ_BAD_STACK = 0x40000000, // bad-quality object in the stack (> 1 good stack) 163 163 164 164 }}}
