commit | 8df2da70e71f7897f90c1f7db806ddece9c8d607 | [log] [tgz] |
---|---|---|
author | Douglas Leung <douglas@mips.com> | Fri Oct 25 11:39:58 2013 -0700 |
committer | Douglas Leung <douglas@mips.com> | Fri Oct 25 14:30:46 2013 -0700 |
tree | bd7e2d8d3e711d9f05cfd19990ac6fb696e836c3 | |
parent | f8bbff07d2d3766e949b636b3494f671d441ca36 [diff] |
[MIPS] Fixing FP registers fs0 and fs1 corruption bug. There was an earlier patch which fixed the same problem in the "mterp" code. This patch is for fixing the JIT template code. For performance reasons, we don't want to use "callee saved" FP registers. The fix is to just use temporary FP registers instead. Change-Id: I93b75d15a9208d1a18c1b45445eb175db7d88818 Signed-off-by: Douglas Leung <douglas@mips.com>