From: Phil Dawes Date: Tue, 25 Aug 2009 06:15:30 +0000 (+0100) Subject: overflow functions now retrieving their vm ptr from above ds stack X-Git-Tag: 0.97~5502^2~2^2~37 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=334f4c3455ad11e0a46a0cf680d6644e79801489 overflow functions now retrieving their vm ptr from above ds stack --- diff --git a/vm/primitives.hpp b/vm/primitives.hpp index 5eefc19e01..8e6c3b8f51 100644 --- a/vm/primitives.hpp +++ b/vm/primitives.hpp @@ -13,7 +13,6 @@ namespace factor extern const primitive_type primitives[]; #define PRIMITIVE_OVERFLOW_GETVM() vm - #define VM_PTR vm #define ASSERTVM() }