overflow functions now retrieving their vm ptr from above ds stack

Phil Dawes 2009-08-25 07:15:30 +01:00
parent 44d2d8672e
commit 90119f3dd7
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace factor
extern const primitive_type primitives[];
#define PRIMITIVE_OVERFLOW_GETVM() vm
#define VM_PTR vm
#define ASSERTVM()
}