K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-12-06T04:30:24.224925Z K 7 svn:log V 243 powerpc: Fix ELFv2 JMP_SLOT relocation fixup The jump slot is a function pointer, not a descriptor pointer, in ELFv2. Just write the pointer itself over, not the contents of the pointer, which would be the first instruction of the function. END