VM: the context_object_count must be wrong, there are only 4 of them
parent
cc80c37bbb
commit
81057c4108
|
@ -419,7 +419,7 @@ CONSTANT: OBJ-VM-GIT-LABEL 77
|
||||||
! Context object count and identifiers must be kept in sync with:
|
! Context object count and identifiers must be kept in sync with:
|
||||||
! vm/contexts.hpp
|
! vm/contexts.hpp
|
||||||
|
|
||||||
CONSTANT: context-object-count 10
|
CONSTANT: context-object-count 4
|
||||||
|
|
||||||
CONSTANT: CONTEXT-OBJ-NAMESTACK 0
|
CONSTANT: CONTEXT-OBJ-NAMESTACK 0
|
||||||
CONSTANT: CONTEXT-OBJ-CATCHSTACK 1
|
CONSTANT: CONTEXT-OBJ-CATCHSTACK 1
|
||||||
|
|
|
@ -3,7 +3,7 @@ namespace factor {
|
||||||
// Context object count and identifiers must be kept in sync with:
|
// Context object count and identifiers must be kept in sync with:
|
||||||
// core/kernel/kernel.factor
|
// core/kernel/kernel.factor
|
||||||
|
|
||||||
static const cell context_object_count = 10;
|
static const cell context_object_count = 4;
|
||||||
|
|
||||||
enum context_object {
|
enum context_object {
|
||||||
OBJ_NAMESTACK,
|
OBJ_NAMESTACK,
|
||||||
|
|
Loading…
Reference in New Issue