-
- Downloads
Fix the long-long callback issues reported by Luis Oliveira,
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.
Please register or sign in to comment