X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fbpf-ibld.c;h=e2601dd38fd9cb23a5bb47b7829e4fb74773f3c0;hb=62e6599087efba193e0156d89ee65fb74fc99cb2;hp=b14c28b43bc2af1d96026b84d87aa17d93f1c05e;hpb=45d735237b7edf282131d570a7a9f6aa9ee1bd9c;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/bpf-ibld.c b/opcodes/bpf-ibld.c index b14c28b43b..e2601dd38f 100644 --- a/opcodes/bpf-ibld.c +++ b/opcodes/bpf-ibld.c @@ -689,7 +689,7 @@ bpf_cgen_extract_operand (CGEN_CPU_DESC cd, length = extract_normal (cd, ex_info, insn_value, 0, 96, 31, 32, 32, total_length, pc, & fields->f_imm64_c); if (length <= 0) break; { - FLD (f_imm64) = ((((((DI) (UINT) (FLD (f_imm64_c)))) << (32))) | (((DI) (UINT) (FLD (f_imm64_a))))); + FLD (f_imm64) = ((((((UDI) (UINT) (FLD (f_imm64_c)))) << (32))) | (((UDI) (UINT) (FLD (f_imm64_a))))); } } break;