mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-26 01:04:58 +01:00
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. |
||
|---|---|---|
| .. | ||
| a64.cpp | ||
| fuzz_with_unicorn.cpp | ||
| testenv.h | ||
| verify_unicorn.cpp | ||