Separated the return address from Pike_fp->pc. pc always points to the current opcode now, which makes everything a lot simpler. This fixes off-by-one bugs that could occur for the innermost line in backtraces when machine code is used. Rev: src/builtin.cmod:1.150 Rev: src/interpret.h:1.150 Rev: src/interpret_functions.h:1.164 Rev: src/opcodes.h:1.39 Rev: src/peep.c:1.98