mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
From Brad Lucier <lucier@math.purdue.edu>:
* i386.c (i386_find_call): Add cast to ensure that printf argument matches format. * tahoe.c (tahoe_find_call): Likewise. * vax.c (vax_find_call): Likewise.
This commit is contained in:
@ -260,8 +260,10 @@ tahoe_find_call (parent, p_lowpc, p_highpc)
|
||||
* maybe a callf, better check it out.
|
||||
* skip the count of the number of arguments.
|
||||
*/
|
||||
DBG (CALLDEBUG, printf ("[findcall]\t0x%x:callf",
|
||||
instructp - (unsigned char *) core_text_space));
|
||||
DBG (CALLDEBUG, printf ("[findcall]\t0x%lx:callf",
|
||||
((unsigned long)
|
||||
(instructp
|
||||
- (unsigned char *) core_text_space))));
|
||||
firstmode = tahoe_operandmode (instructp + length);
|
||||
switch (firstmode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user