- removed the SetupSimpleFrameMissingArgs logic as the number of args are now guaranteed

This commit is contained in:
Magnus Norddahl 2018-11-17 00:49:22 +01:00
commit f082a8af98
2 changed files with 5 additions and 83 deletions

View file

@ -43,7 +43,6 @@ private:
void IncrementVMCalls();
void SetupFrame();
void SetupSimpleFrame();
void SetupSimpleFrameMissingArgs();
void SetupFullVMFrame();
void BindLabels();
void EmitOpcode();