mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Fix MSVC warning.
This commit is contained in:
parent
6153136640
commit
e6e51ca4bc
@ -3229,7 +3229,6 @@ void memory_view_set_subview(debug_view *view, int index)
|
|||||||
const memory_subview_item *subview;
|
const memory_subview_item *subview;
|
||||||
|
|
||||||
assert(view->type == DVT_MEMORY);
|
assert(view->type == DVT_MEMORY);
|
||||||
assert(subview != NULL);
|
|
||||||
|
|
||||||
/* pick the requested view */
|
/* pick the requested view */
|
||||||
subview = memory_view_get_subview_by_index(memdata->subviewlist, index);
|
subview = memory_view_get_subview_by_index(memdata->subviewlist, index);
|
||||||
|
Loading…
Reference in New Issue
Block a user