commit | 15fdb8cfb5b2e3fc882113ec0648d492cebf852c | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Sun Sep 25 15:45:07 2011 -0700 |
committer | Ian Rogers <irogers@google.com> | Sun Sep 25 17:23:51 2011 -0700 |
tree | a44ae1aab6788f95c704d21ef4704502b52c175d | |
parent | d801cbcb56aabb0881733d52662337b895382790 [diff] [blame] |
Floating point callee save support in exception delivery. Untested until we promote floating point values in the compiler. Change-Id: I20fe66cb59e2f31b21043479dde898326aec668f
diff --git a/src/context_arm.h b/src/context_arm.h index e5a5118..31a1a2a 100644 --- a/src/context_arm.h +++ b/src/context_arm.h
@@ -28,7 +28,7 @@ private: uintptr_t gprs_[16]; - float fprs_[32]; + uint32_t fprs_[32]; }; } // namespace arm