aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHoernchen <la@tfc-server.de>2013-05-08 20:25:23 +0200
committerHoernchen <la@tfc-server.de>2013-05-08 20:25:23 +0200
commiteab1b6125338e473019b9f204762da0e7b388a74 (patch)
tree97dacd520bec4feacc9d04f732633df0fc03fc2b /lib
parentaf819dfa4af838fb55ac4da299069156d7fbbf00 (diff)
hackrf: default to sse2 on x86/64
Diffstat (limited to 'lib')
-rw-r--r--lib/hackrf/hackrf_sink_c.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/hackrf/hackrf_sink_c.cc b/lib/hackrf/hackrf_sink_c.cc
index c76f70f..94fd05f 100644
--- a/lib/hackrf/hackrf_sink_c.cc
+++ b/lib/hackrf/hackrf_sink_c.cc
@@ -441,11 +441,9 @@ int hackrf_sink_c::work( int noutput_items,
}
}
- noutput_items = items_consumed;
-
// Tell runtime system how many input items we consumed on
// each input stream.
- consume_each(noutput_items);
+ consume_each(items_consumed);
// Tell runtime system how many output items we produced.
return 0;