how to return to main loop instead of function after interrupt?

whatever9:
I don't want program execution to resume where it left off in a function. I want the program to resume at the beginning of the main loop.

"Software reset" in the interrupt routine?