From: Hugo Villeneuve Date: Thu, 17 Oct 2013 02:25:37 +0000 (-0400) Subject: Refresh pgmwin after modifying regwin (PC) X-Git-Tag: v2.0.0~127 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bb59ed1964787e885103767fc19d4a04bbed9ef1;p=emu8051.git Refresh pgmwin after modifying regwin (PC) --- 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