ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Macros | Functions
ReturnCode.cpp File Reference

implements etiss/ReturnCode.h More...

#include "etiss/jit/ReturnCode.h"
Include dependency graph for ReturnCode.cpp:

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.
 

Detailed Description

implements etiss/ReturnCode.h

Definition in file ReturnCode.cpp.

Macro Definition Documentation

◆ ETISS_RETURNCODE_REGISTRATION_BODY

#define ETISS_RETURNCODE_REGISTRATION_BODY

Definition at line 16 of file ReturnCode.cpp.

Function Documentation

◆ etiss_returncode_setTemporary()

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.