Differences From Artifact [b73cd77fba]:
- File src/runtime/lookup-x86-elf.S — part of check-in [f5747ff94a] at 2012-05-09 13:54:48 on branch runtime — Better way of calling the forwarding handler. (user: js, size: 1509) [annotate] [blame] [check-ins using]
To Artifact [5b85918f20]:
- File src/runtime/lookup-x86-elf.S — part of check-in [97b7c01ddd] at 2012-06-01 21:48:46 on branch runtime — jmp *(%foo) should be jmp *%foo. (user: js, size: 1507) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
45 46 47 48 49 50 51 | ret forward: call get_eip .L1: addl $objc_not_found_handler-.L1, %eax | | | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ret forward: call get_eip .L1: addl $objc_not_found_handler-.L1, %eax jmp *%eax objc_msg_lookup_super: movl 4(%esp), %edx cmpl $0, (%edx) je ret_nil movl 4(%edx), %edx |
︙ | ︙ |