Commit 40c1bf53 by Richard Henderson

* alpha.md (adddi3): Make `pattern' array static.

From-SVN: r29359
parent a995e389
......@@ -537,7 +537,7 @@
""
"*
{
const char * const pattern[4] = {
static const char * const pattern[4] = {
\"addq %r1,%2,%0\",
\"subq %r1,%n2,%0\",
\"lda %0,%2(%r1)\",
......
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