diff options
author | Josh Blum | 2012-04-19 00:50:18 -0700 |
---|---|---|
committer | Josh Blum | 2012-04-19 18:13:23 -0700 |
commit | bb61c325dabfc80bbd8404b2892575948b77496b (patch) | |
tree | 71786d98c39bc9abfa05dce6b629c9aefd171cda /volk/tmpl | |
parent | 04adf90ea75de53551025cd442295d1d99b36f05 (diff) | |
download | gnuradio-bb61c325dabfc80bbd8404b2892575948b77496b.tar.gz gnuradio-bb61c325dabfc80bbd8404b2892575948b77496b.tar.bz2 gnuradio-bb61c325dabfc80bbd8404b2892575948b77496b.zip |
volk: code simplification, overrule macro and python opts
Diffstat (limited to 'volk/tmpl')
-rw-r--r-- | volk/tmpl/volk_machine_xxx.tmpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/tmpl/volk_machine_xxx.tmpl.c b/volk/tmpl/volk_machine_xxx.tmpl.c index 1f6a77501..e405bd693 100644 --- a/volk/tmpl/volk_machine_xxx.tmpl.c +++ b/volk/tmpl/volk_machine_xxx.tmpl.c @@ -19,7 +19,7 @@ * Boston, MA 02110-1301, USA. */ -#set $this_machine = $machine_dict[$which] +#set $this_machine = $machine_dict[$args[0]] #set $arch_names = $this_machine.arch_names #for $arch in $this_machine.archs |