Re: Fedora 11 on Hercules - Correction
for your interest:
the 5166 snapshot is breaking the fedora 11
good:
#define _PSW_IA(_regs, _n) \
((_regs)->AIV + (intptr_t)((_regs)->ip - (_regs)->aip) + (VADR)(_n))
bad:
#define _PSW_IA(_regs, _n) \
((_regs)->AIV + (uintptr_t)((_regs)->ip - (_regs)->aip) + (VADR)(_n))