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){ ...@@ -13411,8 +13411,9 @@ Dbacc::execREAD_PSUEDO_REQ(Signal* signal){
default: default:
tmp = 0; tmp = 0;
} }
memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results on
* on IRIX 64 otherwise * ithanium gcc (GCC) 3.4.1 smp linux 2.4
* otherwise
*/ */
// Uint32 * src = (Uint32*)&tmp; // Uint32 * src = (Uint32*)&tmp;
// signal->theData[0] = src[0]; // 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