Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    df0e56dc
    Fix the long-long callback issues reported by Luis Oliveira, · df0e56dc
    rtoy authored
    cmucl-imp, 2005/11/02.
    
    o long-long args to callbacks were getting the wrong value because
      both halves were getting written to the same memory location when
      saving register args to memory.
    o A long-long return value was getting word-swapped; ppc is
      big-endian, not little-endian.
    df0e56dc
    History
    Fix the long-long callback issues reported by Luis Oliveira,
    rtoy authored
    cmucl-imp, 2005/11/02.
    
    o long-long args to callbacks were getting the wrong value because
      both halves were getting written to the same memory location when
      saving register args to memory.
    o A long-long return value was getting word-swapped; ppc is
      big-endian, not little-endian.