overflow functions now retrieving their vm ptr from above ds stack
parent
be1b079eb5
commit
334f4c3455
|
@ -13,7 +13,6 @@ namespace factor
|
||||||
|
|
||||||
extern const primitive_type primitives[];
|
extern const primitive_type primitives[];
|
||||||
#define PRIMITIVE_OVERFLOW_GETVM() vm
|
#define PRIMITIVE_OVERFLOW_GETVM() vm
|
||||||
|
|
||||||
#define VM_PTR vm
|
#define VM_PTR vm
|
||||||
#define ASSERTVM()
|
#define ASSERTVM()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue