Sign in
cobalt
/
cobalt
/
aa3fa575a3bff33238a9a436ba5e61d9921364e3
/
.
/
src
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
safestack
/
utils.h
blob: b04e3bdc127ed341367bc4ae7333107220b07cfb [
file
] [
log
] [
blame
]
#ifndef
UTILS_H
#define
UTILS_H
static
inline
void
break_optimization
(
void
*
arg
)
{
__asm__ __volatile__
(
""
:
:
"r"
(
arg
)
:
"memory"
);
}
#endif