Fix objc_msgSend_stret() when the receiver is a small object.

main
theraven 14 years ago
parent 705135bb89
commit aece370989

@ -123,7 +123,7 @@
pop %rax pop %rax
jmp *%r10 jmp *%r10
6: # smallObject: 6: # smallObject:
and %rdi, %r10 # Find the small int type and \receiver, %r10 # Find the small int type
shll $3, %r10d shll $3, %r10d
lea SmallObjectClasses(%rip), %r11 lea SmallObjectClasses(%rip), %r11
add %r11, %r10 add %r11, %r10

Loading…
Cancel
Save