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