Register access (dynamic and static) wired up.

This commit is contained in:
Ben Vanik
2013-12-07 13:09:22 -08:00
parent e5d867a92f
commit d8cc9fb0b4
8 changed files with 337 additions and 38 deletions

View File

@@ -26,6 +26,8 @@ public:
Backend(runtime::Runtime* runtime);
virtual ~Backend();
runtime::Runtime* runtime() const { return runtime_; }
virtual int Initialize();
virtual void* AllocThreadData();