diff --git a/radeondump.c b/radeondump.c index e9fdae6..88ac9a8 100644 --- a/radeondump.c +++ b/radeondump.c @@ -136,7 +136,7 @@ void radeon_dump_radeon(struct radeon *radeon, FILE *file) { int i; - for (i = 0x00; i < 0x3F; i += 4) + for (i = 0x00; i < 0x3F; i++) fprintf(file, "0x%08X 0x%08X [0x%08X]\n", i, radeon_in_pll(radeon, i),