Skip to content
  • Xavier Leroy's avatar
    PowerPC: wrong computation of the position of the first vararg argument · 15f35478
    Xavier Leroy authored
    In function Asmexpand.next_arg_locations:
    
    If 7 integer parameter passing registers have been used already,
    and the next fixed arguments are Tlong then Tint, the Tlong argument
    was correctly analyzed as being passed on the stack, but the Tint
    argument was incorrectly analyzed as being passed in the 8th register.
    15f35478