diff options
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index 33f208e..b69ade9 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -266,7 +266,7 @@ extern struct linux_target_ops the_low_target; /* Target ops definitions for a Linux target. */ -class linux_process_target : public process_target +class linux_process_target : public process_stratum_target { public: |