Compiler [amd64]: reload sp_reg after call into c code The stack pointer needs to be reloaded after calling F_LOOP. Otherwise, since the F_LOOP opcode function changes the stack pointer, it might be overwritten with the wrong value before calling a subsequent opcode function.