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/vfpsingle.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/vfpsingle.cpp')
| -rw-r--r-- | src/core/arm/interpreter/vfp/vfpsingle.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/vfp/vfpsingle.cpp b/src/core/arm/interpreter/vfp/vfpsingle.cpp index 24c0ded2b..34de030bf 100644 --- a/src/core/arm/interpreter/vfp/vfpsingle.cpp +++ b/src/core/arm/interpreter/vfp/vfpsingle.cpp @@ -51,8 +51,9 @@ * =========================================================================== */ -#include "vfp_helper.h" -#include "asm_vfp.h" +#include "core/arm/interpreter/vfp/vfp_helper.h" +#include "core/arm/interpreter/vfp/asm_vfp.h" +#include "core/arm/interpreter/vfp/vfp.h" static struct vfp_single vfp_single_default_qnan = { //.exponent = 255, |
