mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
sim: sh: fix -Wunused-but-set-variable warnings
This commit is contained in:
parent
0e12bb132e
commit
49b556efb5
1 changed files with 0 additions and 2 deletions
|
|
@ -1667,10 +1667,8 @@ dump_profile (void)
|
|||
{
|
||||
unsigned int minpc;
|
||||
unsigned int maxpc;
|
||||
unsigned short *p;
|
||||
int i;
|
||||
|
||||
p = saved_state.asregs.profile_hist;
|
||||
minpc = 0;
|
||||
maxpc = (1 << sim_profile_size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue