Skip to content
  • Ken Shan's avatar
    [project @ 2001-09-22 12:24:57 by ken] · 349de67a
    Ken Shan authored
    Alphas: The heroic Simon Marlow found a bug in the Digital UNIX
    assembler (!) wherein .quad constants inside .text sections are
    first narrowed to 32 bits then sign-extended back to 64 bits.
    This obviously screws up our 64-bit bitmaps, so we work around
    the bug by replacing .quad with .align 3 + .long + .long
    MERGE TO STABLE
    349de67a