eval opcode stubs

This commit is contained in:
Nikita Smith
2025-10-02 17:08:50 -07:00
parent c7774c7582
commit 1f9ce6e6ba
+15
View File
@@ -842,6 +842,21 @@ e_interpret(String8 bytecode)
}
}break;
case RDI_EvalOp_CallSiteValue:
{
NotImplemented;
}break;
case RDI_EvalOp_PartialValue:
{
NotImplemented;
}break;
case RDI_EvalOp_PartialValueBit:
{
NotImplemented;
}break;
case RDI_EvalOp_Swap:
{
// TODO: add support for pushing multiple values onto the stack