mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 02:33:37 +00:00
Mockout inline asm for riscv
This commit is contained in:
@@ -4321,7 +4321,7 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
bool failed_to_cache_parsing = false;
|
||||
|
||||
TIME_SECTION("init asm tables");
|
||||
init_asm_tables();
|
||||
init_asm_tables(build_context.metrics.ptr_size);
|
||||
|
||||
MAIN_TIME_SECTION("parse files");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user