fix thinko in last patch

This commit is contained in:
Doug Evans 1998-02-18 23:57:47 +00:00
parent 19f12fb41c
commit 18daef646e

View File

@ -468,8 +468,11 @@ assemble_vu (str)
vu_lower_opcode_lookup_asm (str), vu_operands,
&str, f);
/* If this was the "loi" pseudo-insn, we need to set the `i' bit. */
if (strcmp (opcode->mnemonic, "loi") == 0)
f[7] |= 0x80;
if (opcode != NULL)
{
if (strcmp (opcode->mnemonic, "loi") == 0)
f[7] |= 0x80;
}
}
static const dvp_opcode *