Untested code for static register load/stores.

This commit is contained in:
Ben Vanik
2014-01-26 18:51:56 -08:00
parent 638afa686c
commit 1518523651
3 changed files with 71 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ static const size_t MAX_CODE_SIZE = 1 * 1024 * 1024;
X64Emitter::X64Emitter(X64Backend* backend, XbyakAllocator* allocator) :
runtime_(backend->runtime()),
backend_(backend),
code_cache_(backend->code_cache()),
allocator_(allocator),