Commit 901d43bc by Richard Henderson Committed by Richard Henderson

Revert last change.

From-SVN: r41708
parent 595c2290
2001-04-30 Richard Henderson <rth@redhat.com>
* gcc.dg/20000724-1.c: Revert last change.
2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl> 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/execute/20010430.f: New test. * g77.f-torture/execute/20010430.f: New test.
......
...@@ -51,7 +51,7 @@ NT "ret" ...@@ -51,7 +51,7 @@ NT "ret"
extern inline void do_asm(struct s * x) extern inline void do_asm(struct s * x)
{ {
asm volatile("call ___checkme" : : "c" (x) : "esp", "memory"); asm volatile("call ___checkme" : : "c" (x) : "memory");
} }
int foo(void) int foo(void)
......
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