[sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem
authorYunsup Lee <yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:30:20 +0000 (00:30 -0700)
committerYunsup Lee <yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:30:20 +0000 (00:30 -0700)
riscv/processor.h

index 2624b40a46801840a688c9fb06ba45d8e21e97f0..26e49f39e3c150a98da4bad8c1be5e433ec10cb3 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _RISCV_PROCESSOR_H
 #define _RISCV_PROCESSOR_H
 
-#include <cstring>
 #include "decode.h"
+#include <cstring>
 #include "trap.h"
 #include "mmu.h"