Fixed F_ADD, also disabled the int+int optimization in it. Most cases are already caught by the ADD_INTS opcode. At least if people type their code. Switched a few cmp(reg,PIKE_T_INT) to test(reg).