Skip to content

Commit

Permalink
#77: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jun 6, 2018
1 parent e0f1cc4 commit b9161ee
Show file tree
Hide file tree
Showing 53 changed files with 57,931 additions and 21,512 deletions.
2 changes: 1 addition & 1 deletion x86-semantics/scripts/run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub createEnv {
my @kstates = processKFile( $basename, $filek );
my @xstates = processXFile( $basename, $filex );

#pprint( \@kstates, \@xstates, $kstateskip );
pprint( \@kstates, \@xstates, $kstateskip );

compareStates( $basename, \@kstates, \@xstates );
}
Expand Down
Loading

0 comments on commit b9161ee

Please sign in to comment.