Commit 71dfe051 by Kenneth Zadeck

Added missing memory attribute to asm instruction.

From-SVN: r88612
parent 84706343
......@@ -74,7 +74,7 @@ main()
"call %P0\n\t"
"addl $12, %%esp\n\t"
"popl %%ebp"
: : "i"(ustrzcat));
: : "i"(ustrzcat) : "memory" );
return 0;
}
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