summaryrefslogtreecommitdiff
path: root/Objective-C
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-04 15:53:50 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-04 15:53:50 +0100
commit820d94c5ebf10dfee495898862a18cf451032e85 (patch)
tree86431342a099beba73e475b0218637fa89e0885f /Objective-C
parent0801c06d99060c5573e63c0557ca75f9a1025e57 (diff)
Cosmetic improvements.
darcs-hash:9c9cfd8be339f6c191c1a4befda7a2e555c747a3
Diffstat (limited to 'Objective-C')
-rw-r--r--Objective-C/libobjcl.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/Objective-C/libobjcl.m b/Objective-C/libobjcl.m
index d1cce2a..b3fe789 100644
--- a/Objective-C/libobjcl.m
+++ b/Objective-C/libobjcl.m
@@ -682,10 +682,7 @@ imp_closure (ffi_cif *cif, void *result, void **args, void *user_data)
id exception;
TRACE (@"imp-closure");
-
- TRACE (@" %p", args[0]);
- //TRACE (@" = %p", *((id*)args[0]));
- //TRACE (@" = (%@)", *((id*)args[0]));
+ TRACE (@" %p", user_data);
ffi_call (cif, user_data, result, args);
@@ -718,7 +715,7 @@ objcl_create_imp (IMP callback,
static ffi_type *id_type = NULL;
static ffi_type *sel_type = NULL;
- TRACE (@"create-imp");
+ TRACE (@"create-imp %p", callback);
if (!id_type)
id_type = objcl_pyobjc_arg_signature_to_ffi_type ("@");
@@ -737,6 +734,7 @@ objcl_create_imp (IMP callback,
arg_types[i + 2] = objcl_pyobjc_arg_signature_to_ffi_type (arg_typespecs[i]);
#if DEBUG
+ TRACE (@"Return: %s", return_typespec);
for (i = 0; i < argc; i++)
{
TRACE (@"%d. %s", i, arg_typespecs[i]);
@@ -768,6 +766,7 @@ objcl_create_imp (IMP callback,
userInfo: nil] raise];
}
+ TRACE (@"create-imp: Closure jump address %p, data %p", code, closure);
TRACE (@"create-imp: Closure created.");
return (IMP) code;
}
@@ -1073,6 +1072,7 @@ objcl_test_foo (void)
i = [c new];
TRACE (@"%@", i);
+ TRACE (@"%@", [i self]);
TRACE (@"%d", (int) [i foo: 100
bar: i