Mercurial > hg > Members > menikon > CbC_xv6
changeset 99:e960539c003d
tweak
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 14 Nov 2019 11:33:13 +0900 |
parents | d0aea70fe1b0 |
children | 37a0df8b1889 |
files | src/gearsTools/update_context.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gearsTools/update_context.pl Thu Nov 14 11:31:44 2019 +0900 +++ b/src/gearsTools/update_context.pl Thu Nov 14 11:33:13 2019 +0900 @@ -27,7 +27,7 @@ my @last_context_headers = (); while (my $line = <$fh>) { - if ( $line =~ /this is necessary for cbc_context generator/) { + if ( $line =~ /union Data end/) { push(@last_context_headers, $line); push(@last_context_headers, <$fh>); last;