|
DOF_PCR_DECLSPEC void PCR_AssertFail |
( |
const char * |
expression, |
|
|
const char * |
filename, |
|
|
uint32 |
line |
|
) |
| |
Assertion failure handler.
This function should never be called directly. This handles the failure of a PCR_Assert.
- Note
- This function should end by calling PCR_Die with a code of 0.
- Parameters
-
expression | The expression given to PCR_Assert that failed to evaluate to non-zero (TRUE), given as an ASCII C string. |
filename | The filename in which the failing PCR_Assert is located, given as an ASCII C string. |
line | The line number on which the failing PCR_Assert is located. |
|