ObjFW  Check-in [07d8ae8c34]

Overview
Comment:apple-forwarding-arm64.S: Fix two bugs.

The offset for the stored x0 was wrong so that comparing the result of
the call to -[forwardingTargetForSelector:] with self did not work. The
other bug was that x19 was not restored before jumping to
of_method_not_found.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 07d8ae8c34d010c9430ba94cc4e3b69994f2c033e8e2a86f93dcfff0a57423cd
User & Date: js on 2014-01-14 00:56:13
Other Links: manifest | tags
Context
2014-01-15
18:53
lookup-asm: Clean up local labels. check-in: f4cf33fee6 user: js tags: trunk
2014-01-14
00:56
apple-forwarding-arm64.S: Fix two bugs. check-in: 07d8ae8c34 user: js tags: trunk
2014-01-13
13:28
Remove class_isKindOfClass(). check-in: 7c0fa1fa85 user: js tags: trunk
Changes