osd/modules/debugger: Try again on the Win32 debugger. [R. Belmont]

This commit is contained in:
arbee 2023-08-31 22:51:10 -04:00
parent 28d85d8702
commit 396e7da2da

2
src/osd/modules/debugger/win/memoryviewinfo.cpp Normal file → Executable file
View file

@ -134,7 +134,7 @@ void memoryview_info::update_context_menu(HMENU menu)
bool enable = false;
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();
auto [mintf, spacenum] = source.space();
address_space *const space = &mintf->space(spacenum)
if (space)
{