svm: typo
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 23 Jun 2015 21:41:02 +0000 (14:41 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:57 +0000 (16:52 -0700)
src/compiler/machines/svm/assembler-runtime.scm

index 563ff7c9382cfa2aeed90182082ad9f8236f1d20..f61414adf7e0827494a04ebf7c4bc326fead5313 100644 (file)
@@ -781,7 +781,7 @@ USA.
                (lambda (x e)
                  (let ((n (inexact->exact x)))
                    (if (not (exact-nonnegative-integer? n))
-                       (error "Flonum decode failed:" x))
+                       (error "Flonum encode failed:" x))
                    (values n e)))))
           (lambda (x)
             (if (and (> x 1)