mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
Fix compilation
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user