mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 11:33:43 +01:00
Tweak debug-levels a bit.
(Logical change 1.183)
This commit is contained in:
parent
43db353753
commit
f59f60f9ce
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ rotate_gr (struct cursor *c, int reg)
|
||||||
preg -= sor; /* wrap around */
|
preg -= sor; /* wrap around */
|
||||||
}
|
}
|
||||||
if (sor)
|
if (sor)
|
||||||
Debug (16, "sor=%u rrb.gr=%u, r%d -> r%d\n", sor, rrb_gr, reg, preg);
|
Debug (15, "sor=%u rrb.gr=%u, r%d -> r%d\n", sor, rrb_gr, reg, preg);
|
||||||
return preg;
|
return preg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ rotate_fr (struct cursor *c, int reg)
|
||||||
preg -= 96; /* wrap around */
|
preg -= 96; /* wrap around */
|
||||||
}
|
}
|
||||||
if (rrb_fr)
|
if (rrb_fr)
|
||||||
Debug (16, "rrb.fr=%u, f%d -> f%d\n", rrb_fr, reg, preg);
|
Debug (15, "rrb.fr=%u, f%d -> f%d\n", rrb_fr, reg, preg);
|
||||||
return preg;
|
return preg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue