mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
halleys: Coverity 316135
This commit is contained in:
parent
0a8952b202
commit
fa9298cb16
@ -1432,6 +1432,7 @@ void halleys_state::copy_fixed_2b(bitmap_ind16 &bitmap, uint16_t *source)
|
|||||||
void halleys_state::filter_bitmap(bitmap_ind16 &bitmap, int mask)
|
void halleys_state::filter_bitmap(bitmap_ind16 &bitmap, int mask)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
#ifdef UNUSED
|
||||||
int dst_pitch;
|
int dst_pitch;
|
||||||
|
|
||||||
uint32_t *pal_ptr, *edi;
|
uint32_t *pal_ptr, *edi;
|
||||||
@ -1467,6 +1468,7 @@ void halleys_state::filter_bitmap(bitmap_ind16 &bitmap, int mask)
|
|||||||
edi += dst_pitch;
|
edi += dst_pitch;
|
||||||
}
|
}
|
||||||
while (--edx);
|
while (--edx);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user