diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-05-16 20:04:13 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-05-16 20:04:13 -0400 |
| commit | a2804bf7010c2759668cfc36285a2b2a39bc695f (patch) | |
| tree | 9d0823f4cd6afca9255080530a16e50aa0673dcd /src/core/arm/interpreter/vfp/vfpdouble.cpp | |
| parent | f872807de2d2fec7cd7c76936fa06cca1cf1c1ad (diff) | |
- removed unused stubbed out code
- fixed some compiler issues with xscale_copro when porting code to Windows
- fixed some #include's
Diffstat (limited to 'src/core/arm/interpreter/vfp/vfpdouble.cpp')
| -rw-r--r-- | src/core/arm/interpreter/vfp/vfpdouble.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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, |
