You must disable int before entering bootloader. And to exit from bootloader just execute @ RESET, and you are back on ORG 0, and your main program will setup interrupts again, same way as it setup when device is power on.
Just keep in mind that you have some data in RAM from bootloader, so putting CLEAR in your main program is good idea.