CEEBSRSA — Set return save area
The CEEBSRSA compiler-writer interface (CWI) dynamically sets the save area through which Language Environment returns on termination of the current enclave.
Syntax
#include <__le_cwi.h>
void __CEEBSRSA (void **rsa_address);
- rsa_address
- The register save area address that is used for return after Language Environment termination. Registers are restored from rsa_address and control transferred using R14 which is contained within the rsa_address.
Usage Notes:
- This service is provided explicitly for compatibility support and is not intended for general use.
- This service allows members to identify the register save area that Language Environment uses as the target save area for its termination.
- No verification is performed on the parameter.
- This routine is has no effect when running in a preinitialized environment.