aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/sky-pke.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/sky-pke.c')
-rw-r--r--sim/mips/sky-pke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/sky-pke.c b/sim/mips/sky-pke.c
index 554371e..d543374 100644
--- a/sim/mips/sky-pke.c
+++ b/sim/mips/sky-pke.c
@@ -639,7 +639,7 @@ pke_pc_fifo(struct pke_device* me, int operand_num, unsigned_4** operand)
{
int num = operand_num;
int new_qw_pc, new_fifo_pc;
- struct fifo_quadword* operand_fifo;
+ struct fifo_quadword* operand_fifo = NULL;
ASSERT(num > 0);