Differences From Artifact [ebcc628a59]:
- File src/forwarding.S — part of check-in [27daad1290] at 2013-07-09 00:20:24 on branch trunk — Add forwardingTargetForSelector: for ARM/ELF. Currently, no methods returning structs are supported, see the comment in OFObject. (user: js size: 1131)
To Artifact [eaa3178c48]:
- File src/forwarding.S — part of check-in [12095daf4e] at 2013-07-09 00:33:32 on branch trunk — Fix wrong include name. (user: js size: 1130)
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | # include "apple-forwarding-arm.S" # elif defined(__ppc__) # include "apple-forwarding-ppc.S" # endif #else # ifdef __ELF__ # if defined(__amd64__) || defined(__x86_64__) |