mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
osd/modules/debugger: One more blind attempt at Win32 for the night. [R. Belmont]
This commit is contained in:
parent
396e7da2da
commit
ff932a7d34
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void memoryview_info::update_context_menu(HMENU menu)
|
|||
debug_view_memory &memview(*view<debug_view_memory>());
|
||||
debug_view_memory_source const &source = downcast<debug_view_memory_source const &>(*memview.source());
|
||||
auto [mintf, spacenum] = source.space();
|
||||
address_space *const space = &mintf->space(spacenum)
|
||||
address_space *const space = &mintf->space(spacenum);
|
||||
if (space)
|
||||
{
|
||||
if (memview.cursor_visible())
|
||||
|
|
Loading…
Reference in a new issue