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