diff options
Diffstat (limited to 'gdbserver/win32-arm-low.cc')
-rw-r--r-- | gdbserver/win32-arm-low.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbserver/win32-arm-low.cc b/gdbserver/win32-arm-low.cc index 7720011..238ee4b 100644 --- a/gdbserver/win32-arm-low.cc +++ b/gdbserver/win32-arm-low.cc @@ -148,6 +148,7 @@ struct win32_target_ops the_low_target = { NULL, /* single_step */ (const unsigned char *) &arm_wince_breakpoint, arm_wince_breakpoint_len, + 0, arm_win32_get_pc, arm_win32_set_pc, /* Watchpoint related functions. See target.h for comments. */ |