From a2804bf7010c2759668cfc36285a2b2a39bc695f Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 16 May 2014 20:04:13 -0400 Subject: - removed unused stubbed out code - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's --- src/core/arm/interpreter/vfp/vfpdouble.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/arm/interpreter/vfp/vfpdouble.cpp') diff --git a/src/core/arm/interpreter/vfp/vfpdouble.cpp b/src/core/arm/interpreter/vfp/vfpdouble.cpp index 37fd28829..7e79ecafb 100644 --- a/src/core/arm/interpreter/vfp/vfpdouble.cpp +++ b/src/core/arm/interpreter/vfp/vfpdouble.cpp @@ -51,8 +51,9 @@ * =========================================================================== */ -#include "vfp_helper.h" -#include "asm_vfp.h" +#include "core/arm/interpreter/vfp/vfp.h" +#include "core/arm/interpreter/vfp/vfp_helper.h" +#include "core/arm/interpreter/vfp/asm_vfp.h" static struct vfp_double vfp_double_default_qnan = { //.exponent = 2047, -- cgit v1.2.3