X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fvm.before-xc.lisp;h=7471802af7e45b1aab666dd5b97effb9fc108d46;hb=d7cbe5c40e93796d326937f3fb962fa4d7b1fa85;hp=3fd2f2ff27eebec1d46d09424635bf31d1f9cbb9;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/tests/vm.before-xc.lisp b/tests/vm.before-xc.lisp index 3fd2f2f..7471802 100644 --- a/tests/vm.before-xc.lisp +++ b/tests/vm.before-xc.lisp @@ -19,10 +19,10 @@ (flet ((yes (x) (assert (eql (sc-number-or-lose 'immediate) - (impl-of-vm-support-routine-immediate-constant-sc x)))) + (immediate-constant-sc x)))) (no (x) (assert - (not (impl-of-vm-support-routine-immediate-constant-sc x))))) + (not (immediate-constant-sc x))))) ;; target fixnums can be dealt with as immediates; target bignums ;; can not. (yes #.sb-xc:most-positive-fixnum)