History log of /external/smali/util/src/main/java/org/jf/util/LinearSearch.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec284003947ada630e5c9e9774b14e37aab46959 16-Apr-2013 Ben Gruver <bgruv@google.com> Switch to new parameter syntax

The new syntax is:
.param p1, firstParamName

which is closer to the existing local syntax:
.local v0, someLocal:I
/external/smali/util/src/main/java/org/jf/util/LinearSearch.java