mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Fix debug builds (nw)
This commit is contained in:
parent
77f48db87e
commit
a0fbbbb621
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue