picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 55dcb4c023c1ef38b6364cab9f1cfdfd7a177338
parent 78e5f03edac6ec7b943f8790ae5d0b05f2e44247
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 27 Apr 2011 10:29:14 +0200

(White space)
Diffstat:
Msrc64/arch/ppc64.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src64/arch/ppc64.l b/src64/arch/ppc64.l @@ -1391,7 +1391,7 @@ (prinst "cmpld" @u1 @v) # u1 >= v? (prinst "bge-" "divOvfl") # Yes: Overflow (prinst "li" @s 0) # Init 's' - (prinst "cmpdi" @v 0) # Normalize + (prinst "cmpdi" @v 0) # Normalize (prinst "blt" "div2") (prinl "div1:") (prinst "addi" @s @s 1) # Increment 's'