From 2ece9c82c31d26e1edef5f9ff15eae3b46109b10 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 9 Jun 2017 08:41:30 -0700 Subject: Print the exit codes as unsigned numbers Without this I get a message that looks like Program has exited with code 0x/0000008 which doesn't make any sense. This prints Progam has exited with code:0x80000008 --- bsp/env/hifive1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp/env/hifive1.h') diff --git a/bsp/env/hifive1.h b/bsp/env/hifive1.h index b987847..0db2f0f 100644 --- a/bsp/env/hifive1.h +++ b/bsp/env/hifive1.h @@ -76,6 +76,6 @@ #define RTC_FREQ 32768 -void write_hex(int fd, long int hex); +void write_hex(int fd, unsigned long int hex); #endif /* _SIFIVE_HIFIVE1_H */ -- cgit v1.2.1-18-gbd029