Mercurial > hg > CbC > CbC_xv6
changeset 344:12c7ba704de7
fix
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 27 Feb 2020 19:27:27 +0900 |
parents | a9aba14b2b6a |
children | efef0767b1bc |
files | src/gearsTools/trans_impl.pl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gearsTools/trans_impl.pl Thu Feb 27 16:17:40 2020 +0900 +++ b/src/gearsTools/trans_impl.pl Thu Feb 27 19:27:27 2020 +0900 @@ -174,9 +174,9 @@ } print $out "__code $cg->{name}"; unless ($is_impl) { - print $out "$impl"; + print $out $impl; } - print "("; + print $out "("; print $out "$data_gears) {\n\n"; _emit_cg($out,$data_gears); }