Sign in
opensecura
/
3p
/
cheriot-rtos
/
0a58f8f69db58f27fd09697ba90d47c63f6b8227
/
.
/
tests.extra
/
regress-thread_exit_IRQ
/
top.cc
blob: e1a87d77051bd72c9cf53d5c15d74c116b551ce5 [
file
]
#include
"helper.h"
void
__cheri_compartment
(
"top"
)
entry
()
{
asm
volatile
(
"cmove cra, %0; cret"
:
:
"C"
(
help
()));
}