projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1804334
)
remove fallthrough hack-keyword
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 Apr 2020 12:34:46 +0000
(13:34 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 Apr 2020 12:34:50 +0000
(13:34 +0100)
openpower/isa/sprset.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/sprset.mdwn
b/openpower/isa/sprset.mdwn
index 0454cc7576e7f864189a7afca4990e4faf9ff106..0b7f9a120cc4f24ba6365aaa914fcba801f988ec 100644
(file)
--- a/
openpower/isa/sprset.mdwn
+++ b/
openpower/isa/sprset.mdwn
@@
-7,7
+7,7
@@
XFX-Form
n <- spr[5:9] || spr[0:4]
switch (n)
case(13): see(Book_III_p974)
- case(808, 809, 810, 811):
fallthrough
+ case(808, 809, 810, 811):
default:
if length(SPR(n)) = 64 then
SPR(n) <- (RS)
@@
-27,7
+27,7
@@
XFX-Form
n <- spr[5:9] || spr[0:4]
switch (n)
case(129): see(Book_III_p975)
- case(808, 809, 810, 811):
fallthrough
+ case(808, 809, 810, 811):
default:
if length(SPR(n)) = 64 then
RT <- SPR(n)