« Return to Thread: Fedora 11 on Hercules

Re: Fedora 11 on Hercules - Correction

by Peter Sylvester-3 :: Rate this Message:

Reply to Author | View in Thread

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))

 « Return to Thread: Fedora 11 on Hercules