summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/method-invocation.lisp')
-rw-r--r--Lisp/method-invocation.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lisp/method-invocation.lisp b/Lisp/method-invocation.lisp
index 72abefd..0227db0 100644
--- a/Lisp/method-invocation.lisp
+++ b/Lisp/method-invocation.lisp
@@ -441,7 +441,8 @@ easier to use with __apply__.
objc-return-value-cell)
objc-arg-ptrs)))
(unless (cffi:null-pointer-p error-cell)
- (error (make-condition 'exception :pointer error-cell)))
+ (error (make-condition 'exception :pointer error-cell)
+ #+(or) (intern-pointer-wrapper 'exception :pointer error-cell)))
(case (or (typespec-nominal-type return-type)
(typespec-primary-type return-type))
((id objective-c-class exception selector)