Mockout inline asm for riscv

This commit is contained in:
gingerBill
2026-08-20 14:42:42 +01:00
parent 1009ab0c62
commit 84f9bc76f9
8 changed files with 71 additions and 27 deletions

View File

@@ -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");