OSDN Git Service

MIPS64: Fix stub_test implementation
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Fri, 27 Nov 2015 10:20:20 +0000 (11:20 +0100)
committerGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Fri, 27 Nov 2015 10:25:02 +0000 (11:25 +0100)
commit4d44e53f2dc96cf0f9fc8ddb697178e63de92e8b
tree18bf5804b450903070e7af83446a6258150ce72b
parent23e8733fc5ec7280a05ec5261cae9fd984dc25c6
MIPS64: Fix stub_test implementation

Clang doesn't recognize f0-f31 registers without '$' symbol in
inline assembly. So now they are $f0-$f31.

This change allows building ART tests.

Change-Id: Ie08e1a5aceee266f7b674c9883bed53473696178
runtime/arch/stub_test.cc