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:
906bbfa
)
Keep DCSR_XDEBUGVER unsigned.
author
Tim Newsome
<tim@sifive.com>
Fri, 3 Jun 2016 22:07:04 +0000
(15:07 -0700)
committer
Tim Newsome
<tim@sifive.com>
Fri, 3 Jun 2016 22:08:48 +0000
(15:08 -0700)
riscv/encoding.h
patch
|
blob
|
history
diff --git
a/riscv/encoding.h
b/riscv/encoding.h
index 1d5fb0d618c7ebcf2d6350ad5ee9c85648940036..032626ea9f105d93d194877d43e48d1de65c3090 100644
(file)
--- a/
riscv/encoding.h
+++ b/
riscv/encoding.h
@@
-33,7
+33,7
@@
#define SSTATUS32_SD 0x80000000
#define SSTATUS64_SD 0x8000000000000000
-#define DCSR_XDEBUGVER (3<<30)
+#define DCSR_XDEBUGVER (3
U
<<30)
#define DCSR_NDRESET (1<<29)
#define DCSR_FULLRESET (1<<28)
#define DCSR_HWBPCOUNT (0xfff<<16)