Skip to content
  • Timothy B. Terriberry's avatar
    Minor decode control flow updates. · e0ab29d4
    Timothy B. Terriberry authored
    This makes op_fetch_and_process_page() always try to fetch another
     page, like it used to (and like its name implies).
    There was only one place where we needed the early return for
     unprocessed packets, and getting rid of that actually simplifies
     the logic there (replacing a conditional continue with an
     unconditional one in a slightly different location).
    e0ab29d4