1*7c3d14c8STreehugger Robot #ifndef UTILS_H 2*7c3d14c8STreehugger Robot #define UTILS_H 3*7c3d14c8STreehugger Robot break_optimization(void * arg)4*7c3d14c8STreehugger Robotstatic inline void break_optimization(void *arg) { 5*7c3d14c8STreehugger Robot __asm__ __volatile__("" : : "r" (arg) : "memory"); 6*7c3d14c8STreehugger Robot } 7*7c3d14c8STreehugger Robot 8*7c3d14c8STreehugger Robot #endif 9