Expand case ranges to build on MSVC
This commit is contained in:
@ -41,9 +41,9 @@
|
||||
|
||||
/* #define DEBUG_HELPER */
|
||||
#ifdef DEBUG_HELPER
|
||||
#define HELPER_LOG(x...) qemu_log(x)
|
||||
#define HELPER_LOG(x, ...) qemu_log(x)
|
||||
#else
|
||||
#define HELPER_LOG(x...)
|
||||
#define HELPER_LOG(x, ...)
|
||||
#endif
|
||||
|
||||
/* Raise an exception statically from a TB. */
|
||||
|
Reference in New Issue
Block a user