Refresh pgmwin after modifying regwin (PC)
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Oct 2013 02:25:37 +0000 (22:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:17 +0000 (21:50 -0500)
src/regwin.c

index 3a9bf82..4cba816 100644 (file)
@@ -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