Native test runner: Support FPSCR

This commit is contained in:
Dr. Chat
2017-05-13 23:12:53 -05:00
parent 84758a3a3f
commit 6e2bf0b4b1
2 changed files with 8 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ struct Context {
double f[32]; // 0x100
vec128_t v[32]; // 0x200 For now, only support 32 vector registers.
uint32_t cr; // 0x400 Condition register
uint64_t fpscr; // 0x404 FPSCR
};
typedef std::vector<std::pair<std::string, std::string>> AnnotationList;