Calling generated code. Woo.

This commit is contained in:
Ben Vanik
2014-01-02 20:56:21 -08:00
parent e14d3379cb
commit 9ef2d1baf6
3 changed files with 12 additions and 3 deletions

View File

@@ -120,8 +120,7 @@ int X64Assembler::Assemble(
X64Function* fn = new X64Function(symbol_info);
fn->set_debug_info(debug_info);
// TODO(benvanik): set mc
fn->Setup(machine_code, code_size);
*out_function = fn;