summaryrefslogtreecommitdiffstats
path: root/sys/riscv
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2016-02-17 14:24:25 +0000
committerbr <br@FreeBSD.org>2016-02-17 14:24:25 +0000
commit633cf96bb13055f85afd9b2dff463d794edca38e (patch)
tree768fc591c132dd608fdd30f74579b90253e234c9 /sys/riscv
parent0a85ee9986afb7dfb6f84c11a4feee32ac46edb2 (diff)
downloadFreeBSD-src-633cf96bb13055f85afd9b2dff463d794edca38e.zip
FreeBSD-src-633cf96bb13055f85afd9b2dff463d794edca38e.tar.gz
Use better form representing 32 x 128-bit floating-point registers.
Suggested by: kib
Diffstat (limited to 'sys/riscv')
-rw-r--r--sys/riscv/include/ucontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/riscv/include/ucontext.h b/sys/riscv/include/ucontext.h
index 20b593c..4c3d39d 100644
--- a/sys/riscv/include/ucontext.h
+++ b/sys/riscv/include/ucontext.h
@@ -50,7 +50,7 @@ struct gpregs {
};
struct fpregs {
- __uint64_t fp_x[64] __aligned(16);
+ __uint64_t fp_x[32][2];
__uint64_t fp_fcsr;
int fp_flags;
int pad;
OpenPOWER on IntegriCloud