mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +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 "osdcore.h"
|
||||
|
||||
|
||||
// TEMPORARY helper to catch is_pod assertions in the debugger
|
||||
#if 0
|
||||
#undef assert
|
||||
#define assert(x) do { if (!(x)) { printf("Assert: %s\n", #x); asm("int $3"); } } while (0)
|
||||
#endif
|
||||
|
||||
// ======================> dynamic_array
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user