filename | src/gui/gui.c |
changeset | 9:2784c7660165 |
prev | 2:42349f6ea216 |
next | 18:9a1b5d75703f |
author | nkeynes |
date | Thu Dec 08 13:38:00 2005 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Generalise the core debug window to allow multiple instances. Add cpu description structure to define different cpus for use by the debug window, in preparation for ARM implementation |
file | annotate | diff | log | raw |
1.1 --- a/src/gui/gui.c Sat Aug 21 06:15:49 2004 +00001.2 +++ b/src/gui/gui.c Thu Dec 08 13:38:00 2005 +00001.3 @@ -45,8 +45,8 @@1.4 }1.6 void update_gui(void) {1.7 - update_registers();1.8 - update_icount();1.9 + update_registers(main_debug);1.10 + update_icount(main_debug);1.11 update_mmr_win();1.12 dump_win_update_all();1.13 }
.