fixed minor bug in cogen of vector?

This commit is contained in:
Abdulaziz Ghuloum 2009-05-28 14:04:19 +03:00
parent 1dd8e71a2c
commit 83d8f051fe
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1796
1797

View File

@ -495,7 +495,7 @@
[else (check-non-vector x idx)]))
/section)
(define-primop vector? unsafe
(define-primop vector? safe
[(P x) (sec-tag-test (T x) vector-mask vector-tag fx-mask fx-tag)]
[(E x) (nop)])