HomeSort by relevance Sort by last modified time
    Searched refs:QEMU_BUILD_BUG_ON (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-common.h 14 #define QEMU_BUILD_BUG_ON(x) typedef char __build_bug_on__##__LINE__[(x)?-1:1];
cpu-exec.c 265 QEMU_BUILD_BUG_ON (sizeof (saved_env_reg) != sizeof (env));
    [all...]

Completed in 40 milliseconds