Commit 20856045 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/i386-local.c: Fix typo.

From-SVN: r63893
parent 0135f343
Wed Mar 5 23:18:11 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc.dg/i386-local2.c: New.
* gcc.dg/i386-local.c: Fix typo.
2003-03-05 Mark Mitchell <mark@codesourcery.com>
......
......@@ -10,5 +10,5 @@ m()
}
static t(int a)
{
asm("magic %1"::"g"(a));
asm("magic %0"::"g"(a));
}
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