Skip to content

Commit

Permalink
added command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshu committed Jan 6, 2013
1 parent eaecde7 commit 45be9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/benchmarks/sort.pir
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ function for FixedIntegetArray
.loadlib 'math_ops'

.sub main :main

.param pmc argv
.local int N, i, j

N = 10000
N = argv[1]
$P0 = new ['FixedIntegerArray'], N
i = 0
j = 0
Expand Down

0 comments on commit 45be9e7

Please sign in to comment.