Error: Empty ISR

Error: Due to an error in the parser, a blank interrupt routine (ISR) crashes the compiler.

Error:
isr myInterrupt
endisr
Solutions:
isr myInterrupt fastauto 'any option
endisr
isr myInterrupt
  nop 'any command(s) (not empty)
endisr