Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
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