From c7157443aa14ea1c3815ec0426c44eeacaa5149a Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 30 Jan 2023 20:04:09 +0800 Subject: [PATCH] Update vm.h --- src/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm.h b/src/vm.h index 725acec2..5ba2918d 100644 --- a/src/vm.h +++ b/src/vm.h @@ -856,7 +856,7 @@ public: setattr(type, __name__, PyStr(name)); } - this->__py2py_call_signal = new_object(_tp_object, (i64)7); + this->__py2py_call_signal = new_object(_tp_object, DUMMY_VAL); std::vector<_Str> publicTypes = {"type", "object", "bool", "int", "float", "str", "list", "tuple", "range"}; for (auto& name : publicTypes) {