Commit 60665aab by Stan Cox

(leave): clobbers esp and ebp.

From-SVN: r12537
parent 3c67a76b
......@@ -6081,7 +6081,9 @@
}")
(define_insn "leave"
[(const_int 2)]
[(const_int 2)
(clobber (reg:SI 6))
(clobber (reg:SI 7))]
""
"leave")
......
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