summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Garrett2015-08-05 04:12:38 -0500
committerMark Garrett2015-08-05 04:12:38 -0500
commit653f7d0a345bede0542326090b622b885545c712 (patch)
tree782ca7a0969e1939b87d69dc10072f6603391028
parentc159ff563036204dc75377e66488d6f2adf02364 (diff)
downloadgdbc6x-653f7d0a345bede0542326090b622b885545c712.tar.gz
gdbc6x-653f7d0a345bede0542326090b622b885545c712.tar.xz
gdbc6x-653f7d0a345bede0542326090b622b885545c712.zip
Invalidate cache
-rw-r--r--gdbserver-c6x/src/Server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbserver-c6x/src/Server.c b/gdbserver-c6x/src/Server.c
index 4a98f68..097011b 100644
--- a/gdbserver-c6x/src/Server.c
+++ b/gdbserver-c6x/src/Server.c
@@ -154,6 +154,8 @@ extern int GDB_server_initLocal(void)
154 int error = NO_ERR; 154 int error = NO_ERR;
155 int i = 0; 155 int i = 0;
156 156
157 Util_cacheInv((uint32_t)&gdb_globalData,sizeof(gdb_globalData));
158
157 // check if global initialization has been performed 159 // check if global initialization has been performed
158 if(gdb_globalData.commSession[0].intNum == 0) 160 if(gdb_globalData.commSession[0].intNum == 0)
159 { 161 {