First functional drop of the gpuif code plus modifications to
authorPatrick Macdonald <patrickm@redhat.com>
Fri, 13 Feb 1998 18:02:24 +0000 (18:02 +0000)
committerPatrick Macdonald <patrickm@redhat.com>
Fri, 13 Feb 1998 18:02:24 +0000 (18:02 +0000)
non-gpuif code to allow sky sim to build with --enable-sim-warnings

sim/mips/sky-pke.c

index 554371e3491e7ee472eecbe2f11a2ac4a01b30e3..d54337453a15693c26dd39933334a2d49ea6f92d 100644 (file)
@@ -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);
 
This page took 0.027976 seconds and 4 git commands to generate.