remove error(1) output.

This commit is contained in:
christos 2013-10-05 16:52:55 +00:00
parent 931d487d87
commit 26ac899854

View File

@ -288,7 +288,6 @@ alphanbsd_sigtramp_offset (struct gdbarch *gdbarch, CORE_ADDR pc)
for (i = 0; i < RETCODE_NWORDS; i++)
{
/*###287 [cc] error: 'sigtramp_retcode' undeclared (first use in this function)%%%*/
if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0)
break;
}