Mercurial > hg > Members > menikon > CbC_xv6
comparison src/gearsTools/gen_Stub.pl @ 279:0a74a7bbe765
tweak...
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 28 Jan 2020 15:10:22 +0900 |
parents | 98aea649e37b |
children | 4d76280758db |
comparison
equal
deleted
inserted
replaced
278:98aea649e37b | 279:0a74a7bbe765 |
---|---|
13 use DDP {deparse => 1}; | 13 use DDP {deparse => 1}; |
14 | 14 |
15 my $target_cbc_file = shift; | 15 my $target_cbc_file = shift; |
16 my $stubManager = Gears::Stub->new(file_name => File::Spec->rel2abs($target_cbc_file)); | 16 my $stubManager = Gears::Stub->new(file_name => File::Spec->rel2abs($target_cbc_file)); |
17 | 17 |
18 $stubManager->findInterfacewImpl($stubManager->slup()); | 18 $stubManager->findInterfacewImpl(File::Spec->rel2abs($target_cbc_file)); |