Skip to content
  • Timothy B. Terriberry's avatar
    Fix an uninitialized variable. · 8f26e5a1
    Timothy B. Terriberry authored
    Surprisingly, the actual initial value of this variable is
     irrelevant, since we always insert 24 bits of data into and then
     read only those bits out.
    However, fixing this still removes undefined behavior and removes
     extraneous register dependencies.
    8f26e5a1