1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 08:59:28 +02:00

(check_static_to_scratch): Remove extraneous printf-argument found by icc v8.0.

(Logical change 1.213)
This commit is contained in:
hp.com!davidm 2004-04-23 00:12:51 +00:00
parent cfa7f11cb9
commit d0de283084

View file

@ -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)
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
{