diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 6e568eb..42b446c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -222,7 +222,7 @@ private: /* True if we have a textual error message, from an "E.MESSAGE" response. */ - bool m_textual_err_msg; + bool m_textual_err_msg = false; }; /* Enumeration of packets for a remote target. */ |