Commit 16b8b7db authored by unknown's avatar unknown

sorry, previous comment should have been on ithanium, not IRIX

parent 7e6e24a1
......@@ -13411,8 +13411,9 @@ Dbacc::execREAD_PSUEDO_REQ(Signal* signal){
default:
tmp = 0;
}
memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results
* on IRIX 64 otherwise
memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results on
* ithanium gcc (GCC) 3.4.1 smp linux 2.4
* otherwise
*/
// Uint32 * src = (Uint32*)&tmp;
// signal->theData[0] = src[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment