diff options
Diffstat (limited to 'gdb/probe.c')
-rw-r--r-- | gdb/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/probe.c b/gdb/probe.c index 1f3da21..5702afe 100644 --- a/gdb/probe.c +++ b/gdb/probe.c @@ -60,7 +60,7 @@ public: /* Static operations associated with a generic probe. */ -const any_static_probe_ops any_static_probe_ops; +const any_static_probe_ops any_static_probe_ops {}; /* A helper for parse_probes that decodes a probe specification in SEARCH_PSPACE. It appends matching SALs to RESULT. */ |