First functional drop of the gpuif code plus modifications to

non-gpuif code to allow sky sim to build with --enable-sim-warnings
This commit is contained in:
Patrick Macdonald 1998-02-13 18:02:24 +00:00
parent 6cf2575a22
commit 8f9acca317
1 changed files with 1 additions and 1 deletions

View 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);