mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 21:31:30 +08:00
Added missing memory attribute to asm instruction.
From-SVN: r88612
This commit is contained in:
parent
8470634361
commit
71dfe05195
@ -74,7 +74,7 @@ main()
|
||||
"call %P0\n\t"
|
||||
"addl $12, %%esp\n\t"
|
||||
"popl %%ebp"
|
||||
: : "i"(ustrzcat));
|
||||
: : "i"(ustrzcat) : "memory" );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user