Changeset 11265 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Jan 24, 2007, 12:14:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAssert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAssert.h
r11248 r11265 19 19 psMemBlock *mb = (psMemBlock*)(NAME) - 1; \ 20 20 if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \ 21 *(ps Ptr *)((int8_t *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC) { \21 *(psU32 *)((char *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC) { \ 22 22 psError(PS_ERR_MEMORY_CORRUPTION, false, \ 23 23 "Error: Pointer %s is corrupted or not on the PS memory system.", \
Note:
See TracChangeset
for help on using the changeset viewer.
