Skip to content

Commit

Permalink
Purge superfluous (?) braces in cubobjdump output, see NervanaSystems…
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed May 23, 2016
1 parent a0f1fee commit 10ea3ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MaxAs/MaxAs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,9 @@ sub Extract
{
$line = <$in>;

# skip superfluous (?) braces in cuobjdump output
$line =~ s/{//g;
$line =~ s/}//g;
my $inst = processSassLine($line) or next CTRL;

# Convert branch/jump/call addresses to labels
Expand Down

0 comments on commit 10ea3ff

Please sign in to comment.