forked from Imagelibrary/rtems
2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.
This commit is contained in:
13
testsuites/samples/nsecs/empty.c
Normal file
13
testsuites/samples/nsecs/empty.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/* COPYRIGHT (c) 1989-2007.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/* put here hoping it won't get inlined */
|
||||
void dummy_function_empty_body_to_force_call() {}
|
||||
|
||||
Reference in New Issue
Block a user