Sign in
opensecura
/
3p
/
cheriot-rtos
/
df0bade98505f6ec38d0790a7e9cd25a02b615bc
/
.
/
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
()));
}