mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
#if 0 around some debugging code.
This commit is contained in:
parent
dd15b719a3
commit
d8ba983889
@ -16,9 +16,11 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
|
||||||
|
// TEMPORARY helper to catch is_pod assertions in the debugger
|
||||||
|
#if 0
|
||||||
#undef assert
|
#undef assert
|
||||||
#define assert(x) do { if (!(x)) { printf("Assert: %s\n", #x); asm("int $3"); } } while (0)
|
#define assert(x) do { if (!(x)) { printf("Assert: %s\n", #x); asm("int $3"); } } while (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
// ======================> dynamic_array
|
// ======================> dynamic_array
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user