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 66427aebe00bb32d780122b07ac4e9724b8ab9c7
parent 53919d9496e4275aaed67f3fa9ec1ea876ada759
Author: Alexander Burger <abu@software-lab.de>
Date:   Sun,  7 Oct 2012 14:23:51 +0200

emu64 continued
Diffstat:
Msrc64/arch/emu.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src64/arch/emu.l b/src64/arch/emu.l @@ -492,7 +492,7 @@ (asm nul4 () (genCode NIL '(nul4) NIL - "Carry = cfClr, Result = A.l;" ) ) + "Carry = cfClr, Result = (int32_t)A.l;" ) ) # Byte addressing (asm set (Dst D Src S)