RL78 manual does not mention a separate stack pointer register for interrupts, so it seems correct the interrupt uses the stack of task that got interrupted. Are you facing any issue?
No, I just had some stack overflow problem on tasks not related to the interrupt that caused the overflow and I wanted to understand what was going on and if there was some hidden problem.