Set fpscr for new threads

This commit is contained in:
Jannik Vogel 2016-05-14 15:45:04 +02:00
parent 18b517e236
commit af37dd0d52
3 changed files with 6 additions and 0 deletions

View file

@ -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;