b50114ae70
Repeatedly retrieving the vectors and registers from unicorn involves copying the entire set of registers and vectors by value instead of simply retrieving a reference to them. Instead, we can just do the work once and print out the values. While we're at it, also make our bracing consistent. |
||
---|---|---|
.. | ||
A32 | ||
A64 | ||
fp | ||
unicorn_emu | ||
CMakeLists.txt | ||
cpu_info.cpp | ||
fuzz_util.cpp | ||
fuzz_util.h | ||
main.cpp | ||
mp.cpp | ||
print_info.cpp | ||
rand_int.h |