From e460324b89f724913c630ed5657bbd538f42cb6f Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Tue, 7 Sep 2010 00:28:19 -0700 Subject: [PATCH] [sim] fix stdint.h __STDC_LIMIT_MACROS problem --- riscv/processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/processor.cc b/riscv/processor.cc index 419d20c..fb32f96 100644 --- a/riscv/processor.cc +++ b/riscv/processor.cc @@ -1,9 +1,9 @@ +#include "processor.h" #include #include #include #include #include -#include "processor.h" #include "common.h" #include "config.h" #include "sim.h" -- 2.30.2