Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/system/GNU/Linux/tcf/regset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/system/GNU/Linux/tcf/regset.h b/agent/system/GNU/Linux/tcf/regset.h
index d98148c3..f30b7539 100644
--- a/agent/system/GNU/Linux/tcf/regset.h
+++ b/agent/system/GNU/Linux/tcf/regset.h
@@ -26,8 +26,8 @@
#if defined(__arm__)
struct user_vfpregs {
- uint64_t fpregs[32];
- uint32_t fpscr;
+ uint64_t fpregs[32];
+ uint32_t fpscr;
};
#endif

Back to the top