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

/external/qemu-pc-bios/bochs/bios/
H A Drombios.h54 #define BX_PANIC(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p) macro
/external/qemu-pc-bios/bochs/
H A Dbochs.h376 #define BX_PANIC(x) (LOG_THIS panic) x macro
386 #define BX_PANIC(x) (LOG_THIS panic) x macro
390 #define BX_ASSERT(x) do {if (!(x)) BX_PANIC(("failed assertion \"%s\" at %s:%d\n", #x, __FILE__, __LINE__));} while (0)

Completed in 87 milliseconds