cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.99k stars 987 forks source link

fix bytecode endianness handling on s390x, m68k and hppa #854

Closed weinholt closed 4 months ago

weinholt commented 4 months ago

Building on the s390x, m68k and hppa architectures using bytecode does not work. The build fails with illegal pb instruction or invalid memory reference while running bytecode. This commit fixes that by amending an architecture list that lists big endian architectures.

mflatt commented 4 months ago

Thanks!