projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2a5de
)
minor whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 11:36:59 +0000
(12:36 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 11:36:59 +0000
(12:36 +0100)
openpower/isa/fixedtrap.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedtrap.mdwn
b/openpower/isa/fixedtrap.mdwn
index 30ee02b3a5d14ac43699b3393bc1ce4f31ecbd34..1568309de1a3cdea790de0e829119345a4bb5afe 100644
(file)
--- a/
openpower/isa/fixedtrap.mdwn
+++ b/
openpower/isa/fixedtrap.mdwn
@@
-75,7
+75,8
@@
A-Form
* isel RT,RA,RB,BC
- if RA=0 then a <-0 else a <- (RA)
+ if RA=0 then a <-0
+ else a <- (RA)
if CR[BC+32]=1 then RT <- a
else RT <- (RB)