1 #ifndef KVM_COMPILER_H_ 2 #define KVM_COMPILER_H_ 3 4 #ifndef __compiletime_error 5 # define __compiletime_error(message) 6 #endif 7 8 #define notrace __attribute__((no_instrument_function)) 9 10 #endif /* KVM_COMPILER_H_ */ 11
1 #ifndef KVM_COMPILER_H_ 2 #define KVM_COMPILER_H_ 3 4 #ifndef __compiletime_error 5 # define __compiletime_error(message) 6 #endif 7 8 #define notrace __attribute__((no_instrument_function)) 9 10 #endif /* KVM_COMPILER_H_ */ 11