Comment 2 for bug 1527916

Revision history for this message
Tomas Hlavaty (tomas-hlavaty) wrote :

I could reproduce the error with an old sbcl and this is now fixed on 1.3.2.136-7c6bbaa:

CL-USER> (disassemble 'expt)
; disassembly for EXPT
; Size: 48784 bytes. Origin: #x4F9E00F8 (segment 1 of 2)
; 00F8: 92EF0004 STW $LRA,4($CFP) ; no-arg-parsing entry point
; 00FC: 830F0024 LWZ $A0,36($CFP)
; 0100: 3B200000 ADDI $A1,$ZERO,0

etc