diff options
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r-- | gdb/opencl-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c index 1d6117a..136969e 100644 --- a/gdb/opencl-lang.c +++ b/gdb/opencl-lang.c @@ -708,7 +708,7 @@ opencl_structop_operation::evaluate (struct type *expect_type, noside); else { - struct value *v = value_struct_elt (&arg1, NULL, + struct value *v = value_struct_elt (&arg1, {}, std::get<1> (m_storage).c_str (), NULL, "structure"); |