diff --git a/src/assembly/x86/arith.lisp b/src/assembly/x86/arith.lisp index a5a9635fc20268db7fedb328948449c42d176a18..5d6d432c02879c86f56541c2442619478498bc82 100644 --- a/src/assembly/x86/arith.lisp +++ b/src/assembly/x86/arith.lisp @@ -313,7 +313,7 @@ ;;; the state vector with new random numbers. The state vector is ;;; passed in the EAX register. ;;; -#+assembler ; we don't want a vop for this one. +#+(and random-mt19937 assembler) ; we don't want a vop for this one. (define-assembly-routine (random-mt19937-update) ((:temp state unsigned-reg eax-offset)