sim: microblaze: fix -Wunused-variable warnings
This commit is contained in:
parent
2705c08342
commit
96967be368
@ -97,7 +97,6 @@ static void
|
||||
set_initial_gprs (SIM_CPU *cpu)
|
||||
{
|
||||
int i;
|
||||
long space;
|
||||
|
||||
/* Set up machine just out of reset. */
|
||||
PC = 0;
|
||||
@ -120,19 +119,14 @@ sim_engine_run (SIM_DESC sd,
|
||||
int siggnal) /* ignore */
|
||||
{
|
||||
SIM_CPU *cpu = STATE_CPU (sd, 0);
|
||||
int needfetch;
|
||||
signed_4 inst;
|
||||
enum microblaze_instr op;
|
||||
int memops;
|
||||
int bonus_cycles;
|
||||
int insts;
|
||||
int w;
|
||||
int cycs;
|
||||
signed_4 WLhash;
|
||||
unsigned_1 carry;
|
||||
bool imm_unsigned;
|
||||
short ra, rb, rd;
|
||||
long immword;
|
||||
unsigned_4 oldpc, newpc;
|
||||
short delay_slot_enable;
|
||||
short branch_taken;
|
||||
|
Loading…
x
Reference in New Issue
Block a user