fp: A64::FPCR -> FP::FPCR

This commit is contained in:
MerryMage 2018-07-17 19:53:21 +01:00
parent 084bf63a10
commit b53127600b
14 changed files with 218 additions and 143 deletions

View file

@ -6,11 +6,11 @@
#include "common/assert.h"
#include "common/bit_util.h"
#include "common/fp/fpcr.h"
#include "common/fp/fpsr.h"
#include "common/fp/info.h"
#include "common/fp/process_exception.h"
#include "common/fp/process_nan.h"
#include "frontend/A64/FPCR.h"
namespace Dynarmic::FP {