diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-12-03 23:34:55 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-12-03 23:34:55 +0000 |
commit | e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a (patch) | |
tree | 57f8b39bd2a6679cde26bde4571b502c0f7a1e47 /sim | |
parent | 7785b0982a02099b991522e43db9010d3728cef1 (diff) | |
download | gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.zip gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.tar.gz gdb-e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a.tar.bz2 |
Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/callback.c | 2 |
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 |