chore: comment out fn type check for gocr

master
Sean McBride 4 years ago
parent 724a51c280
commit f9d6a22ac4

@ -172,7 +172,9 @@ get_function_from_table(uint32_t idx, uint32_t type_id)
assert(idx < INDIRECT_TABLE_SIZE);
struct indirect_table_entry f = local_sandbox_context_cache.module_indirect_table[idx];
assert(f.type_id == type_id);
// FIXME: Commented out function type check because of gocr
// assert(f.type_id == type_id);
assert(f.func_pointer);

Loading…
Cancel
Save