CrashHelper.cpp 75 B

123456
  1. // (c) 2014, Electronic Arts Inc
  2. void CrashHelper(int *p)
  3. {
  4. *p = 0;
  5. }