summaryrefslogtreecommitdiffstats
path: root/test/419-long-parameter
Commit message (Collapse)AuthorAgeFilesLines
* Fix for long parameter passed both in stack and register.Nicolas Geoffray2014-10-303-0/+37
Fix for long parameter passed both in stack and register on 32bits architectures. The move to hard float ABI makes it so that the register index does not necessarily match the stack index anymore. Change-Id: I26b483f68ac86d336b4a37d94c38b04917668659