*** kn10def.h.~1~ 2006-06-15 19:30:59.000000000 +0200 --- kn10def.h 2011-03-09 11:02:29.000000000 +0100 *************** *** 235,241 **** #if KLH10_EXTADR # define PC_ADDXCT(x) { register pcinc_t i__ = (x); if (i__) PC_ADD(i__); } #else ! # define PC_ADDXCT(x) (cpu.mr_PC += (x)) /* For now; fix up later? */ #endif /* Macros for putting PC into a word. --- 235,241 ---- #if KLH10_EXTADR # define PC_ADDXCT(x) { register pcinc_t i__ = (x); if (i__) PC_ADD(i__); } #else ! # define PC_ADDXCT(x) { register pcinc_t i__ = (x); cpu.mr_PC += i__; } /* gcc4 fix by Roch Kusiak */ #endif /* Macros for putting PC into a word.