* src/vm/jit/jit.h (new_instruction): Committed the new instruction
authoredwin <none@none>
Mon, 29 May 2006 20:22:58 +0000 (20:22 +0000)
committeredwin <none@none>
Mon, 29 May 2006 20:22:58 +0000 (20:22 +0000)
commit871a7a323be276ed62aef23b6a39aef3c8e885ac
tree17515c13061bfec4d782d953a829d501c0a7da79
parent3af7b8bc5c9f48066b057892b651391d40db6ef7
* src/vm/jit/jit.h (new_instruction): Committed the new instruction
struct (with name `new_instruction` so it can co-exist with the old
format `instruction`).
(resolve.h): Include for new instruction format.

* src/vm/resolve.h (typeinfo.h): Include to resolve dependencies.

* src/vm/jit/parse.h: Added a reminder comment.
src/vm/jit/jit.h
src/vm/jit/parse.h
src/vm/resolve.h