diff options
| author | Michael Meissner <meissner@gcc.gnu.org> | 1994-09-20 18:36:51 +0000 |
|---|---|---|
| committer | Michael Meissner <meissner@gcc.gnu.org> | 1994-09-20 18:36:51 +0000 |
| commit | b840bfb0a22793c3794793a6e4817f9fb7b8e03a (patch) | |
| tree | 6807dcc71df9d1143e9db694545eb8346bd766b6 /gcc/objc | |
| parent | 3221f176136402b4df91492f2234ce203cba6e76 (diff) | |
| download | gcc-b840bfb0a22793c3794793a6e4817f9fb7b8e03a.zip gcc-b840bfb0a22793c3794793a6e4817f9fb7b8e03a.tar.gz gcc-b840bfb0a22793c3794793a6e4817f9fb7b8e03a.tar.bz2 | |
Respin DI support to be combine friendly; Allow push of SF without temp reg; Fix broken i386 untyped_call
From-SVN: r8098
Diffstat (limited to 'gcc/objc')
| -rw-r--r-- | gcc/objc/sendmsg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/objc/sendmsg.c b/gcc/objc/sendmsg.c index 3e4f504..8185485 100644 --- a/gcc/objc/sendmsg.c +++ b/gcc/objc/sendmsg.c @@ -68,9 +68,7 @@ nil_method(id receiver, SEL op, ...) } /* Given a class and selector, return the selector's implementation. */ -#ifndef i386 -__inline__ /* this is broken on i386... */ -#endif +__inline__ IMP get_imp (Class* class, SEL sel) { |
