Adding instruction generation loop.

Not yet doing anything, but close.
This commit is contained in:
Ben Vanik
2013-01-21 01:11:57 -08:00
parent 25af5f410a
commit b91d550ef1
6 changed files with 145 additions and 127 deletions

View File

@@ -108,6 +108,7 @@ public:
FunctionType type;
uint32_t flags;
kernel::KernelExport* kernel_export;
ExceptionEntrySymbol* ee;
vector<FunctionCall*> incoming_calls;