aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 197da15a..e0fc1d07 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -566,7 +566,8 @@ for x in [
-- simple vector operations
['%vfill, :'FILL],
['%vlength, :'sizeOfSimpleArray],
- ['%vref, :'getSimpleArrayEntry],
+ ['%vref, :'SVREF],
+ ['%aref, :'getSimpleArrayEntry],
-- symbol unary functions
['%gensym, :'GENSYM],