backend/x64: Improve verbose debugging output

This commit is contained in:
Merry
2023-01-20 11:47:49 +00:00
parent c0813cf2a5
commit f0ebdf278c
14 changed files with 97 additions and 78 deletions

View File

@@ -663,6 +663,7 @@ static std::optional<size_t> str2sz(char const* s) {
int main(int argc, char* argv[]) {
if (argc != 5) {
fmt::print("Usage: {} <thumb|arm|a64> <seed> <instruction_count> <iteration_count>\n", argv[0]);
return 1;
}
const auto seed = str2sz(argv[2]);