* src/vm/jit/arm/codegen.c: Remove hack for return value in float registers.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 14 Oct 2011 21:22:53 +0000 (23:22 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 14 Oct 2011 21:22:53 +0000 (23:22 +0200)
commit278063eaf49b3b3fc68b40cc7fc4172a065f4e99
tree8629596ef38312c79ac257d4c566e2f6161ea571
parent4ace3f4e68529dcf1572e56eace426ad26feed8b
* src/vm/jit/arm/codegen.c: Remove hack for return value in float registers.

This would only be relevant for -mfloat-abi=hard (armhf). At the moment,
support for armhf is rather pointless and can never have worked because all
arguments are passed in integer registers unconditionally. This applies to both
the internal and the system ABI.
src/vm/jit/arm/codegen.c