projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4093ad2
)
Refresh pgmwin after modifying regwin (PC)
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Oct 2013 02:25:37 +0000
(22:25 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:17 +0000
(21:50 -0500)
src/regwin.c
patch
|
blob
|
history
diff --git
a/src/regwin.c
b/src/regwin.c
index
3a9bf82
..
4cba816
100644
(file)
--- 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