diff --git a/src/windows-emulator-test/emulation_test_utils.hpp b/src/windows-emulator-test/emulation_test_utils.hpp index d1f3a4a0..1b5c9ef9 100644 --- a/src/windows-emulator-test/emulation_test_utils.hpp +++ b/src/windows-emulator-test/emulation_test_utils.hpp @@ -97,8 +97,8 @@ namespace test puts("Emulation has no diff"); } - auto lower_bound = 0ULL; auto upper_bound = limit; + decltype(upper_bound) lower_bound = 0; printf("Bounds: %" PRIx64 " - %" PRIx64 "\n", lower_bound, upper_bound);