Skip to content
  • Ian Lynagh's avatar
    Fix ASSIGN_DBL on Win64 · 1212145b
    Ian Lynagh authored
    We were comparing ALIGNMENT_DOUBLE to ALIGNMENT_LONG, but really
    we cared about W_ values, and sizeof(long) /= sizeof(void *) on Win64
    1212145b