Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/assembly/x86/arith.lisp
    ... ... @@ -313,7 +313,7 @@
    313 313
     ;;; the state vector with new random numbers. The state vector is
    
    314 314
     ;;; passed in the EAX register.
    
    315 315
     ;;;
    
    316
    -#+assembler ; we don't want a vop for this one.
    
    316
    +#+(and random-mt19937 assembler) ; we don't want a vop for this one.
    
    317 317
     (define-assembly-routine
    
    318 318
         (random-mt19937-update)
    
    319 319
         ((:temp state unsigned-reg eax-offset)