]> gitweb.factorcode.org Git - factor.git/commitdiff
overflow functions now retrieving their vm ptr from above ds stack
authorPhil Dawes <phil@phildawes.net>
Tue, 25 Aug 2009 06:15:30 +0000 (07:15 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:20:09 +0000 (08:20 +0100)
vm/primitives.hpp

index 5eefc19e016346a346bdd2372a8a123b0fcd6f56..8e6c3b8f518dec1aafe2f9f46138b4b4c54deb96 100644 (file)
@@ -13,7 +13,6 @@ namespace factor
 
 extern const primitive_type primitives[];
 #define PRIMITIVE_OVERFLOW_GETVM() vm
-
 #define VM_PTR vm
 #define ASSERTVM() 
 }