overflow functions now retrieving their vm ptr from above ds stack

db4
Phil Dawes 2009-08-25 07:15:30 +01:00
parent be1b079eb5
commit 334f4c3455
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()
}