Another 64-bit fix.

main
theraven 16 years ago
parent bfbc15e4f7
commit 060ddf89be

@ -143,7 +143,7 @@ static inline void add_selector_to_table(SEL aSel, int32_t uid, uint32_t idx)
// Store the selector.
selector_insert(sel_table, aSel);
// Set the selector's name to the uid.
aSel->name = (const char*)uid;
aSel->name = (const char*)(uintptr_t)uid;
}
/**
* Really registers a selector. Must be called with the selector table locked.

@ -1,32 +0,0 @@
sendmsg.o: sendmsg.c objc/runtime-legacy.h objc/objc.h objc/objc-api.h \
objc/hash.h objc/Availability.h objc/thr.h objc/objc-decls.h \
objc/objc-list.h objc/slot.h objc/sarray.h objc/encoding.h lock.h \
pool.h sendmsg2.c
objc/runtime-legacy.h:
objc/objc.h:
objc/objc-api.h:
objc/hash.h:
objc/Availability.h:
objc/thr.h:
objc/objc-decls.h:
objc/objc-list.h:
objc/slot.h:
objc/sarray.h:
objc/encoding.h:
lock.h:
pool.h:
sendmsg2.c:
Loading…
Cancel
Save