mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
Fix debug builds (nw)
This commit is contained in:
parent
77f48db87e
commit
a0fbbbb621
@ -344,7 +344,6 @@ do {
|
||||
INT32 dy; \
|
||||
\
|
||||
assert(dest.valid()); \
|
||||
assert(gfx != NULL); \
|
||||
assert(!PRIORITY_VALID(PRIORITY_TYPE) || priority.valid()); \
|
||||
assert(dest.cliprect().contains(cliprect)); \
|
||||
assert(code < elements()); \
|
||||
@ -518,7 +517,6 @@ do {
|
||||
INT32 dx, dy; \
|
||||
\
|
||||
assert(dest.valid()); \
|
||||
assert(gfx != NULL); \
|
||||
assert(!PRIORITY_VALID(PRIORITY_TYPE) || priority.valid()); \
|
||||
assert(dest.cliprect().contains(cliprect)); \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user