Skip to content
  • Stefan Schulze Frielinghaus's avatar
    Extend argument of createIOThread to word size · d0924b15
    Stefan Schulze Frielinghaus authored and Marge Bot's avatar Marge Bot committed
    Function createIOThread expects its second argument to be of size word.
    The natural size of the second parameter is 32bits. Thus for some 64bit
    architectures, where a write of the lower half of a register does not
    clear the upper half, the value must be zero extended.
    d0924b15