diff Jint.Runtime/VM2/Instruction.cs @ 2:4aed85a1f558

implemented simple vm2
author cin
date Fri, 25 Oct 2013 15:52:16 +0400
parents 033ebe7432d5
children
line wrap: on
line diff
--- a/Jint.Runtime/VM2/Instruction.cs	Thu Oct 24 19:45:57 2013 +0400
+++ b/Jint.Runtime/VM2/Instruction.cs	Fri Oct 25 15:52:16 2013 +0400
@@ -2,6 +2,7 @@
 
 namespace Jint.Runtime.VM2
 {
+	using OpCodes;
 	public struct Instruction
 	{
 		public Codes code;