mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
eval opcode stubs
This commit is contained in:
@@ -842,6 +842,21 @@ e_interpret(String8 bytecode)
|
|||||||
}
|
}
|
||||||
}break;
|
}break;
|
||||||
|
|
||||||
|
case RDI_EvalOp_CallSiteValue:
|
||||||
|
{
|
||||||
|
NotImplemented;
|
||||||
|
}break;
|
||||||
|
|
||||||
|
case RDI_EvalOp_PartialValue:
|
||||||
|
{
|
||||||
|
NotImplemented;
|
||||||
|
}break;
|
||||||
|
|
||||||
|
case RDI_EvalOp_PartialValueBit:
|
||||||
|
{
|
||||||
|
NotImplemented;
|
||||||
|
}break;
|
||||||
|
|
||||||
case RDI_EvalOp_Swap:
|
case RDI_EvalOp_Swap:
|
||||||
{
|
{
|
||||||
// TODO: add support for pushing multiple values onto the stack
|
// TODO: add support for pushing multiple values onto the stack
|
||||||
|
|||||||
Reference in New Issue
Block a user