xo-interpreter2: vsm stack: facet + gcobject + printable + init
This commit is contained in:
parent
771a0e640c
commit
b75010fa49
35 changed files with 983 additions and 143 deletions
|
|
@ -189,7 +189,8 @@ namespace xo {
|
|||
VirtualSchematikaMachine::execute_one()
|
||||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
log && log("stack", stack_);
|
||||
log && log(xtag("pc", pc_), xtag("cont", cont_));
|
||||
log && log(xtag("stack", stack_));
|
||||
|
||||
using Opcode = VsmInstr::Opcode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue