summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c')
-rw-r--r--sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c b/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
index 2dcf5bb634..dbe06c847b 100644
--- a/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
+++ b/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
@@ -44,8 +44,8 @@ do_test (void)
uint32_t* vscr_ptr = vscr;
uint32_t vscr_word;
ucontext_t ucp;
- __vector __int128_t v0 = {0};
- __vector __int128_t v1 = {0};
+ __vector unsigned int v0 = {0};
+ __vector unsigned int v1 = {0};
/* Set SAT bit in VSCR register. */
asm volatile (".machine push;\n"