projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2695a
)
[sim] fix stdint.h __STDC_LIMIT_MACROS problem
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:28:19 +0000
(
00:28
-0700)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:28:19 +0000
(
00:28
-0700)
riscv/processor.cc
patch
|
blob
|
history
diff --git
a/riscv/processor.cc
b/riscv/processor.cc
index 419d20cdef8d8ebcabf1625b319ce63e766e7abe..fb32f96dc56a89cf8882a53007ad9dff0a3662d1 100644
(file)
--- a/
riscv/processor.cc
+++ b/
riscv/processor.cc
@@
-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"