aboutsummaryrefslogtreecommitdiff
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
commite1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a (patch)
tree57f8b39bd2a6679cde26bde4571b502c0f7a1e47
parent7785b0982a02099b991522e43db9010d3728cef1 (diff)
downloadfsf-binutils-gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.zip
fsf-binutils-gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.tar.gz
fsf-binutils-gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.tar.bz2
Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change
-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 d2a92d0..2204787 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