# File lib/parslet/bytecode/vm.rb, line 190
    def call(adr)
      @calls.push @ip
      jump(adr)
    end