diff options
| author | bunnei <bunneidev@gmail.com> | 2016-05-17 21:24:57 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-17 21:24:57 -0400 |
| commit | a39144050bbff3c093dbc402284aface713c5168 (patch) | |
| tree | c55f388009abe0727ced35d6fa77023947b260d3 /src/core/arm | |
| parent | e5599ed300b4992e53425df63c7f217171f35603 (diff) | |
| parent | af37dd0d52b011236d176b924efbd369afa5746c (diff) | |
Merge pull request #1800 from JayFoxRox/set-fpscr
Set fpscr for new threads
Diffstat (limited to 'src/core/arm')
| -rw-r--r-- | src/core/arm/arm_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 533067d4f..d8abe5aeb 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -6,6 +6,7 @@ #include "common/common_types.h" #include "core/arm/skyeye_common/arm_regformat.h" +#include "core/arm/skyeye_common/vfp/asm_vfp.h" namespace Core { struct ThreadContext; |
