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