Okay... The problem with SLOB is that it can return large objects (8Kb in this
case) that aren't 8-byte aligned. This screws up FRV as it expects to be able
to use load and store-double instructions, which fault if they don't get
8-byte (double register) alignment.
David
--