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

From-SVN: r63893
This commit is contained in:
Jan Hubicka 2003-03-06 16:31:38 +01:00 committed by Jan Hubicka
parent 0135f3437a
commit 2085604548
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
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>

View File

@ -10,5 +10,5 @@ m()
}
static t(int a)
{
asm("magic %1"::"g"(a));
asm("magic %0"::"g"(a));
}