From 1bdb931e6898a32f628016f54f60d0e46f745870 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 26 Feb 2021 08:04:41 +0000 Subject: [PATCH] --- openpower/isa.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa.mdwn b/openpower/isa.mdwn index 9b8ce96fd..3bc09de95 100644 --- a/openpower/isa.mdwn +++ b/openpower/isa.mdwn @@ -44,8 +44,8 @@ Also worth noting as used in the above example: the following operators are used * `<-` assignment, instead of "=" as in python * `=` equals comparator, instead of "==" as in python * `||` concatenate, done bitwise, in MSB0 order. -* `>u' for unsigned greater (">" is signed) -* `u` for unsigned greater (">" is signed) +* `