diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 11:07:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 11:07:15 +0000 |
commit | e9d7b9de5705a3b5c0b822077fbd165c86087481 (patch) | |
tree | fc6a51fec7f88d34acfeb79df63cc8a4d9a10f54 /test/coverage/chcore.c | |
parent | 26ed3732876a649fb02a83e768e4392034d65653 (diff) | |
download | ChibiOS-e9d7b9de5705a3b5c0b822077fbd165c86087481.tar.gz ChibiOS-e9d7b9de5705a3b5c0b822077fbd165c86087481.tar.bz2 ChibiOS-e9d7b9de5705a3b5c0b822077fbd165c86087481.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/coverage/chcore.c')
-rw-r--r-- | test/coverage/chcore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/coverage/chcore.c b/test/coverage/chcore.c index 9ec3dd9f5..6b934ad9a 100644 --- a/test/coverage/chcore.c +++ b/test/coverage/chcore.c @@ -84,8 +84,9 @@ void ChkIntSources(void) { */
__attribute__((used))
static void __dummy(Thread *otp, Thread *ntp) {
+ (void)otp; (void)ntp;
asm volatile (".globl @port_switch@8 \n\t" \
- "@port_switch@8: \n\t" \
+ "@port_switch@8: \n\t" \
"push %ebp \n\t" \
"push %esi \n\t" \
"push %edi \n\t" \
|