mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
c889a33d51
commit
ca5772086f
@ -445,7 +445,7 @@ __NEXT_STEP:;
|
||||
_0 = call_method(TOP(), __contains__, SECOND());
|
||||
}
|
||||
POP();
|
||||
TOP() = VAR(static_cast<bool>(CAST(bool, _0) ^ byte.arg));
|
||||
TOP() = VAR(static_cast<bool>((int)CAST(bool, _0) ^ byte.arg));
|
||||
DISPATCH();
|
||||
/*****************************************/
|
||||
TARGET(JUMP_ABSOLUTE)
|
||||
|
@ -141,6 +141,4 @@ public:
|
||||
Container& data() { return vec; }
|
||||
};
|
||||
|
||||
// template <typename T>
|
||||
// using pod_stack = stack<T, pod_vector<T>>;
|
||||
} // namespace pkpy
|
Loading…
x
Reference in New Issue
Block a user