From f6ee981bc6594a7ffab77767882e680f00411da9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 17:46:12 +0100 Subject: [PATCH] whoops indentation --- openpower/isa/sprset.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openpower/isa/sprset.mdwn b/openpower/isa/sprset.mdwn index 4165241ea..755d573da 100644 --- a/openpower/isa/sprset.mdwn +++ b/openpower/isa/sprset.mdwn @@ -96,8 +96,8 @@ XFX-Form n <- i count <- count + 1 if count = 1 then - RT <- [0]*64 - RT[4 *n+32:4*n+35] <- CR[4*n+32:4* n+35] + RT <- [0]*64 + RT[4*n+32:4*n+35] <- CR[4*n+32:4* n+35] Special Registers Altered: @@ -122,11 +122,11 @@ X-Form * setb RT,BFA if CR[4×BFA+32] = 1 then - RT <- 0xFFFF_FFFF_FFFF_FFFF + RT <- 0xFFFF_FFFF_FFFF_FFFF else if CR[4*BFA+33]=1 then - RT <- 0x0000_0000_0000_0001 + RT <- 0x0000_0000_0000_0001 else - RT <- 0x0000_0000_0000_0000 + RT <- 0x0000_0000_0000_0000 Special Registers Altered: -- 2.30.2