On 5/7/21 3:48 PM, Nathan Ringo wrote:
-    trace_translate_block(tb, tb->pc, tb->tc.ptr);
+    trace_translate_block(tb, tb->pc, (int)tb->icount, tb->tc.ptr);

What target are you looking at, because for the variable-length isa's, instruction count may not really help. Perhaps tb->size instead?


r~

Reply via email to