Disables the RETURN instruction generation.
#pragma NO_RETURN
This pragma disables the RETURN instruction generation. The RETURN generation can be disabled if the function is known that it never returns, or if it returns in any other manner than using the RETURN instruction, or if the returning sequence is handled from inline-assembly.