diff options
| author | bunnei <bunneidev@gmail.com> | 2015-01-30 17:11:12 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-01-30 17:11:12 -0500 |
| commit | dbff4e5e1226e16fdf5d79f2b57847bb5107149a (patch) | |
| tree | 6660a9871dc598af77ec546b0aea6198a65ef29f /src/core/arm/skyeye_common/vfp/vfp.h | |
| parent | 88a62b671b6825020efb9084a0abb7aa431d576b (diff) | |
| parent | b6cfc48a0b1d8d139f8a51e1748b51abbbd10108 (diff) | |
Merge pull request #516 from lioncash/cleanup
ARM: More cleanup.
Diffstat (limited to 'src/core/arm/skyeye_common/vfp/vfp.h')
| -rw-r--r-- | src/core/arm/skyeye_common/vfp/vfp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/arm/skyeye_common/vfp/vfp.h b/src/core/arm/skyeye_common/vfp/vfp.h index 5ff213e08..09c7520db 100644 --- a/src/core/arm/skyeye_common/vfp/vfp.h +++ b/src/core/arm/skyeye_common/vfp/vfp.h @@ -18,8 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __VFP_H__ -#define __VFP_H__ +#pragma once #include "core/arm/skyeye_common/vfp/vfp_helper.h" /* for references to cdp SoftFloat functions */ @@ -109,5 +108,3 @@ int VLDR(ARMul_State * state, int type, ARMword instr, ARMword value); #ifdef __cplusplus } #endif - -#endif |
