Fix objc_msgSend test with new names for slot structures.

main
David Chisnall 10 years ago committed by David Chisnall
parent c3c81796ca
commit b11779dc19

@ -164,8 +164,8 @@ IMP forward(id o, SEL s)
return (IMP)fwdMany; return (IMP)fwdMany;
} }
static struct objc_slot slot; static struct objc_slot_v1 slot;
struct objc_slot *forward_slot(id o, SEL s) struct objc_slot_v1 *forward_slot(id o, SEL s)
{ {
slot.method = (IMP)fwd; slot.method = (IMP)fwd;
return &slot; return &slot;

Loading…
Cancel
Save