Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250880
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +7 lines)
Line  Link Here
0
-- ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
0
++ ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
Lines 11667-11678 Link Here
11667
  default:
11667
  default:
11668
    tmp = 0;
11668
    tmp = 0;
11669
  }
11669
  }
11670
#if !defined(__sparc__)
11670
  memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results on
11671
  memcpy(signal->theData, &tmp, 8); /* must be memcpy, gives strange results on
11671
				     * ithanium gcc (GCC) 3.4.1 smp linux 2.4
11672
				     * ithanium gcc (GCC) 3.4.1 smp linux 2.4
11672
				     * otherwise
11673
				     * otherwise
11673
				     */
11674
				     */
11674
  //  Uint32 * src = (Uint32*)&tmp;
11675
#elif
11675
  //  signal->theData[0] = src[0];
11676
  Uint32 * src = (Uint32*)&tmp;
11676
  //  signal->theData[1] = src[1];
11677
  signal->theData[0] = src[0];
11678
  signal->theData[1] = src[1];
11679
#endif
11677
}
11680
}
11678
11681

Return to bug 250880