Hi Dmitry,
On 07/09/2018 08:26 AM, Dmitry Timoshkov wrote:
@@ -173,9 +181,6 @@ static int tlb_read_byte(void) static void print_offset(void) { int i;
- printf("%04x: ", offset);
- for(i=0; i<indent; i++) printf(" ");
}
Why are you dropping printing offset? For this and other helper function changes, it would be nice to have separated patches.
Thanks,
Jacek