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

index 419d20cdef8d8ebcabf1625b319ce63e766e7abe..fb32f96dc56a89cf8882a53007ad9dff0a3662d1 100644 (file)
@@ -1,9 +1,9 @@
+#include "processor.h"
 #include <bfd.h>
 #include <dis-asm.h>
 #include <cmath>
 #include <cstdlib>
 #include <iostream>
-#include "processor.h"
 #include "common.h"
 #include "config.h"
 #include "sim.h"