mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-31 19:42:17 +02:00
(check_static_to_scratch): Remove extraneous printf-argument found by icc v8.0.
(Logical change 1.213)
This commit is contained in:
parent
cfa7f11cb9
commit
d0de283084
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ check_static_to_scratch (unw_cursor_t *c, unw_word_t *vals)
|
||||||
{
|
{
|
||||||
if (f4.raw.bits[0] != 0 || f4.raw.bits[1] != 0x1fffe)
|
if (f4.raw.bits[0] != 0 || f4.raw.bits[1] != 0x1fffe)
|
||||||
panic ("%s: f4=%016lx.%016lx instead of NaTVal!\n",
|
panic ("%s: f4=%016lx.%016lx instead of NaTVal!\n",
|
||||||
__FUNCTION__, f4.raw.bits[1], f4.raw.bits[0], r[0]);
|
__FUNCTION__, f4.raw.bits[1], f4.raw.bits[0]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue