Skip to content

Commit

Permalink
zsvjmp.S: Don't stick to abiversion 2 for ppc64
Browse files Browse the repository at this point in the history
This fails on the big-endian variant (which is abiversion 1)
  • Loading branch information
olebole committed Sep 20, 2024
1 parent 7c28ca0 commit a431b07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unix/os/zsvjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@

#if defined(__aarch64__)
.arch armv8-a
#elif defined(__ppc64__) || defined(__PPC64__) || defined(__powerpc64__)
.abiversion 2
#elif defined (__arm__)
.arch armv6
#elif defined(__mips__) && (_MIPS_SIM == _ABIO32)
Expand Down

0 comments on commit a431b07

Please sign in to comment.