From: Yunsup Lee Date: Tue, 7 Sep 2010 07:28:19 +0000 (-0700) Subject: [sim] fix stdint.h __STDC_LIMIT_MACROS problem X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e460324b89f724913c630ed5657bbd538f42cb6f;p=riscv-isa-sim.git [sim] fix stdint.h __STDC_LIMIT_MACROS problem --- 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"