Searched defs:QEMU_BUILD_BUG_ON (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-common.h41 #define QEMU_BUILD_BUG_ON(x) typedef char __build_bug_on__##__LINE__[(x)?-1:1]; macro
61 #define QEMU_BUILD_BUG_ON(x) typedef char __build_bug_on__##__LINE__[(x)?-1:1]; macro

Completed in 43 milliseconds