* elf32-xtensa.c (ebb_propose_action): Fix argument order.
[deliverable/binutils-gdb.git] / gdb / value.c
index 2bbaeaca7e561eb74dae323a88ff986caab34a87..5afc5b447c99b0921707fa9943bfed7ed7a53082 100644 (file)
@@ -964,6 +964,7 @@ value_primitive_field (struct value *arg1, int offset,
     VALUE_LVAL (v) = lval_internalvar_component;
   VALUE_ADDRESS (v) = VALUE_ADDRESS (arg1);
   VALUE_REGNUM (v) = VALUE_REGNUM (arg1);
+  VALUE_FRAME_ID (v) = VALUE_FRAME_ID (arg1);
 /*  VALUE_OFFSET (v) = VALUE_OFFSET (arg1) + offset
    + TYPE_FIELD_BITPOS (arg_type, fieldno) / 8; */
   return v;
This page took 0.025058 seconds and 4 git commands to generate.