Sign in
android
/
platform
/
external
/
compiler-rt
/
refs/heads/android13-qpr3-s7-release
/
.
/
test
/
safestack
/
utils.h
blob: b04e3bdc127ed341367bc4ae7333107220b07cfb [
file
] [
log
] [
blame
] [
edit
]
#ifndef
UTILS_H
#define
UTILS_H
static
inline
void
break_optimization
(
void
*
arg
)
{
__asm__ __volatile__
(
""
:
:
"r"
(
arg
)
:
"memory"
);
}
#endif