-
- Downloads
Compiler: Work around for broken 32-bit code generator in gcc 4.8.5.
Gcc 4.8.5 in 32-bit mode compiled the initialization loop for the byte code relabel section to xmms opcodes that caused a SIGSEGV. Assume 2-complement integers and use memset to initialize instead.
Please register or sign in to comment