From 0f88dbaf8364142ea3e067d05bbe10149e35a3ec Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Sat, 2 Nov 2019 19:27:10 +0100 Subject: Fix typo that caused cygwin build error --- leon3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3