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:
e460324
)
[sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:30:20 +0000
(
00:30
-0700)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Tue, 7 Sep 2010 07:30:20 +0000
(
00:30
-0700)
riscv/processor.h
patch
|
blob
|
history
diff --git
a/riscv/processor.h
b/riscv/processor.h
index 2624b40a46801840a688c9fb06ba45d8e21e97f0..26e49f39e3c150a98da4bad8c1be5e433ec10cb3 100644
(file)
--- a/
riscv/processor.h
+++ b/
riscv/processor.h
@@
-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"