SWITCH in banked mode

I'm developing a banked program:

BANK0 and BANK1 :program
BANK2: constants

I can't execute long SWITCH statements in functions located at bank1. That't because the big switchs utilizes C?CCASE to resolve its possibilities, and somehow C?CCASE is not working right in the banked mode. How do I force ALL the switchs of my program to be implemented as jumps?

Thanks!

More questions in this forum