remove virtual new_frame instruction

resolved to one register instruction, not worth the hassle
This commit is contained in:
Torsten Ruger
2015-10-16 17:58:42 +03:00
parent 3b07f625a7
commit 3a622efe9a
5 changed files with 1 additions and 31 deletions

View File

@ -1,6 +0,0 @@
module Virtual
class NewFrame < Instruction
end
end