mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-15 15:08:41 +00:00
fix thinko in last patch
This commit is contained in:
parent
19f12fb41c
commit
18daef646e
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user