wasm trace: log to cpu level

This commit is contained in:
Fabian 2022-07-26 20:04:52 +09:00
parent 075c773eb4
commit ee70cd950e

View file

@ -142,7 +142,7 @@ function V86Starter(options)
console.error(str);
},
"dbg_trace_from_wasm": function() {
dbg_trace();
dbg_trace(LOG_CPU);
},
"codegen_finalize": (wasm_table_index, start, state_flags, ptr, len) => {