Refactoring of function types. Also fixes some library import bugs.
This commit is contained in:
@@ -21,7 +21,7 @@ using namespace alloy::runtime;
|
||||
|
||||
X64Function::X64Function(FunctionInfo* symbol_info) :
|
||||
machine_code_(NULL), code_size_(0),
|
||||
GuestFunction(symbol_info) {
|
||||
Function(symbol_info) {
|
||||
}
|
||||
|
||||
X64Function::~X64Function() {
|
||||
|
||||
Reference in New Issue
Block a user