From 0771c7b0175154df9205c40c37c375693e8a0c7b Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Tue, 7 Sep 2010 00:30:20 -0700 Subject: [PATCH] [sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem --- riscv/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/processor.h b/riscv/processor.h index 2624b40..26e49f3 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -1,8 +1,8 @@ #ifndef _RISCV_PROCESSOR_H #define _RISCV_PROCESSOR_H -#include #include "decode.h" +#include #include "trap.h" #include "mmu.h" -- 2.30.2