From: Hans-Peter Nilsson Date: Fri, 3 Dec 2004 23:34:55 +0000 (+0000) Subject: Bah, forgot to commit the trivial fix I pointed out myself after applying patch for... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a;p=binutils-gdb.git Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change --- 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