Sign in
opensecura
/
3p
/
cheriot-rtos
/
3cffc5c069ffc0e6670f93828d92bd154f28a4b7
/
.
/
benchmarks
/
compartment-call
/
callee.cc
blob: e02f27f4e0dd3c3c6fd95f93ec5d991224c87fae [
file
] [
log
] [
blame
]
#include
"callee.h"
#include
"../timing.h"
int
noop_return_rdcycle
()
{
return
rdcycle
();
}