aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorMerry <[email protected]>2023-01-20 11:47:49 +0000
committerMerry <[email protected]>2023-01-20 11:47:49 +0000
commitf0ebdf278cf59eb90a56a159c374028eef059253 (patch)
treef68a9980b35a8bc38800e06bfa497213c0662d13 /tests
parentc0813cf2a50a71e372b6782141e777335ac801d9 (diff)
downloaddynarmic-f0ebdf278cf59eb90a56a159c374028eef059253.tar.gz
dynarmic-f0ebdf278cf59eb90a56a159c374028eef059253.zip
backend/x64: Improve verbose debugging output
Diffstat (limited to 'tests')
-rw-r--r--tests/test_generator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_generator.cpp b/tests/test_generator.cpp
index 00bfd73c..024db15c 100644
--- a/tests/test_generator.cpp
+++ b/tests/test_generator.cpp
@@ -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]);