summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/debugint.cpp')
-rw-r--r--src/osd/modules/debugger/debugint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp
index 009d4db9f0c..28b6379f70e 100644
--- a/src/osd/modules/debugger/debugint.cpp
+++ b/src/osd/modules/debugger/debugint.cpp
@@ -1210,7 +1210,7 @@ static void on_memory_data_format(DView *dv, const ui_menu_event *event)
{
debug_view_memory *memview = downcast<debug_view_memory *>(focus_view->view);
int format = memview->get_data_format();
- int idx;
+ int idx = 0;
int order[7] = { 1, 2, 4, 8, 9, 10, 11 };
for(int x=0; x<7; x++)