brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · b04e3bd Raw
9 lines · c
1#ifndef UTILS_H2#define UTILS_H3 4static inline void break_optimization(void *arg) {5  __asm__ __volatile__("" : : "r" (arg) : "memory");6}7 8#endif9