summaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-12-03 23:34:55 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-12-03 23:34:55 +0000
commit12f1fcb5eee9f78cc46ab64b6d34598efafcd5ea (patch)
treea094bca9401cbc5ba349b1b1a2d34d8c1669aaeb /sim/common
parentb9d8570443fdc01d81efafa28a7a6eca03767907 (diff)
downloadgdb-12f1fcb5eee9f78cc46ab64b6d34598efafcd5ea.tar.gz
Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c
index d2a92d084ca..22047876277 100644
--- a/sim/common/callback.c
+++ b/sim/common/callback.c
@@ -816,7 +816,7 @@ cb_host_to_target_stat (cb, hs, ts)
if (hs != NULL)
{
- if (1)
+ if (0)
;
/* Defined here to avoid emacs indigestion on a lone "else". */
#undef ST_x