Home
last modified time | relevance | path

Searched refs:codestr (Results 1 – 1 of 1) sorted by relevance

/qemu/target/i386/
H A Dcpu-dump.c558 char codestr[3]; in x86_cpu_dump_state() local
563 snprintf(codestr, sizeof(codestr), "%02x", code); in x86_cpu_dump_state()
565 snprintf(codestr, sizeof(codestr), "??"); in x86_cpu_dump_state()
568 i == offs ? "<" : "", codestr, i == offs ? ">" : ""); in x86_cpu_dump_state()