From bb59ed1964787e885103767fc19d4a04bbed9ef1 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 16 Oct 2013 22:25:37 -0400 Subject: [PATCH] Refresh pgmwin after modifying regwin (PC) --- src/regwin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regwin.c b/src/regwin.c index 3a9bf82..4cba816 100644 --- a/src/regwin.c +++ b/src/regwin.c @@ -30,6 +30,7 @@ #include "cpu8051.h" #include "regwin.h" #include "memwin.h" +#include "pgmwin.h" #include "instructions_8051.h" #include "hexfile.h" @@ -390,6 +391,7 @@ regwin_cell_edited(GtkCellRendererText *cell, gchar *path_string, */ regwin_Show(); memwin_DumpD(); + pgmwin_Disasm(); }; static void -- 2.20.1