]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/primitives/primitives.factor
Revert "VM: removing the unused callstack-bounds primitive"
[factor.git] / basis / bootstrap / image / primitives / primitives.factor
index d28a096808b3a2164c5453e4053d7a803e59c072..6554f741628a97d9b0c3700f92fc5e612fbf9a5e 100644 (file)
@@ -313,6 +313,10 @@ CONSTANT: all-primitives {
                 { object } { fixnum } f
             }
             { "become" ( old new -- ) "become" { array array } { } f }
+            {
+                "callstack-bounds" ( -- start end ) "callstack_bounds"
+                { } { alien alien } make-flushable
+            }
             {
                 "check-datastack" ( array in# out# -- ? ) "check_datastack"
                 { array integer integer } { object } make-flushable