mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Merge branch 'master' into new-opcodes
This commit is contained in:
commit
e64ea4bdec
7 changed files with 126 additions and 2 deletions
|
|
@ -30,6 +30,11 @@ public:
|
|||
{
|
||||
if (m_ptr > -1)
|
||||
m_stack[m_ptr--] = nullptr;
|
||||
else {
|
||||
#ifdef BLOCK_DEBUG
|
||||
fprintf(stderr, "pop from empty stack\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
PycRef<ASTNode> top(int i = 1) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue