Index: src/arm/assembler-arm.h |
diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h |
index 4a3e2d0037264f9bcdb5797d7afc269f402a6b6f..e5b6bb1b3e579399d003736207853b8532784d89 100644 |
--- a/src/arm/assembler-arm.h |
+++ b/src/arm/assembler-arm.h |
@@ -1215,6 +1215,7 @@ class Assembler : public AssemblerBase { |
void vrintn(const DwVfpRegister dst, const DwVfpRegister src); |
void vrintm(const SwVfpRegister dst, const SwVfpRegister src); |
void vrintm(const DwVfpRegister dst, const DwVfpRegister src); |
+ void vrintp(const SwVfpRegister dst, const SwVfpRegister src); |
void vrintp(const DwVfpRegister dst, const DwVfpRegister src); |
void vrintz(const DwVfpRegister dst, const DwVfpRegister src, |
const Condition cond = al); |