diff options
author | Patrick Macdonald <patrickm@redhat.com> | 1998-02-13 18:02:24 +0000 |
---|---|---|
committer | Patrick Macdonald <patrickm@redhat.com> | 1998-02-13 18:02:24 +0000 |
commit | 8f9acca31762a94d91792b9083971a17d47679a5 (patch) | |
tree | 104dfb7661aa39d7f7b975a0c42b304a22402447 /sim/mips/sky-pke.c | |
parent | 6cf2575a22d46da4665ff690f7bb844e301978fa (diff) | |
download | gdb-8f9acca31762a94d91792b9083971a17d47679a5.zip gdb-8f9acca31762a94d91792b9083971a17d47679a5.tar.gz gdb-8f9acca31762a94d91792b9083971a17d47679a5.tar.bz2 |
First functional drop of the gpuif code plus modifications to
non-gpuif code to allow sky sim to build with --enable-sim-warnings
Diffstat (limited to 'sim/mips/sky-pke.c')
-rw-r--r-- | sim/mips/sky-pke.c | 2 |
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); |