Home
last modified time | relevance | path

Searched refs:new_instr (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c726 struct instruction *new_instr; in seq_alloc() local
728 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc()
729 if (new_instr == NULL) in seq_alloc()
731 memset(new_instr, 0, sizeof(*new_instr)); in seq_alloc()
732 STAILQ_INSERT_TAIL(&seq_program, new_instr, links); in seq_alloc()
733 new_instr->srcline = yylineno; in seq_alloc()
734 return new_instr; in seq_alloc()