|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
implements etiss/ReturnCode.h More...
#include "etiss/jit/ReturnCode.h"
Go to the source code of this file.
Macros | |
| #define | ETISS_RETURNCODE_REGISTRATION_BODY |
Functions | |
| int32_t | etiss_returncode_setTemporary (const char *msg) |
| sets the message of a temporary return code and returns the returncode. | |
implements etiss/ReturnCode.h
Definition in file ReturnCode.cpp.
| #define ETISS_RETURNCODE_REGISTRATION_BODY |
Definition at line 16 of file ReturnCode.cpp.
| int32_t etiss_returncode_setTemporary | ( | const char * | msg | ) |
sets the message of a temporary return code and returns the returncode.
use for custom messages. message may be overwritten if all other temporary return codes are used
Definition at line 43 of file ReturnCode.cpp.