summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-11-02 19:27:10 +0100
committerJiri Gaisler <jiri@gaisler.se>2019-11-02 19:27:10 +0100
commit0f88dbaf8364142ea3e067d05bbe10149e35a3ec (patch)
treed5d65b4d4756663ad8901f64f5eeeaaa66f47cd4
parentAdded support for gdb hw break/watchpoints (diff)
downloadsis-0f88dbaf8364142ea3e067d05bbe10149e35a3ec.tar.bz2
Fix typo that caused cygwin build error
-rw-r--r--leon3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/leon3.c b/leon3.c
index 6b8e2e2..97a67fa 100644
--- a/leon3.c
+++ b/leon3.c
@@ -142,7 +142,7 @@ static int f1open = 0;
static char uarta_sreg, uarta_hreg;
static uint32 uart_stat_reg;
static uint32 uarta_data;
-static uint xcpu;
+static int xcpu;
/* Forward declarations. */