Sign in
android
/
platform
/
external
/
compiler-rt
/
8984d7254161da3bf3e64f6b4da1b13a028f55d5
/
.
/
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