summaryrefslogtreecommitdiff
path: root/gdb/config/sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-20 18:16:28 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-20 18:16:28 +0000
commit2a8d78e8e11e2d43929760385a7c8f9538679014 (patch)
treec80a0726d78ebaa86606d1cb670b50bacd000d92 /gdb/config/sh
parent8f0c1e45ece49c714da591660bcfdb3ad0f98dd2 (diff)
downloadgdb-2a8d78e8e11e2d43929760385a7c8f9538679014.tar.gz
Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().
Diffstat (limited to 'gdb/config/sh')
-rw-r--r--gdb/config/sh/tm-wince.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h
index 16816141d35..4c4869af7a3 100644
--- a/gdb/config/sh/tm-wince.h
+++ b/gdb/config/sh/tm-wince.h
@@ -23,7 +23,7 @@
#include "sh/tm-sh.h"
#undef SOFTWARE_SINGLE_STEP_P
-#define SOFTWARE_SINGLE_STEP_P 1
+#define SOFTWARE_SINGLE_STEP_P() 1
#undef SOFTWARE_SINGLE_STEP
#define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)