Overview
Comment: | runtime: Fix recursive call in Amiga linklib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b14e3d5ba66ac4cde5644eecfcb99e13 |
User & Date: | js on 2020-11-14 14:51:11 |
Other Links: | manifest | tags |
Context
2020-11-14
| ||
15:55 | runtime: Fix theoretically invalid SysBase check-in: 4d470a65d4 user: js tags: trunk | |
14:51 | runtime: Fix recursive call in Amiga linklib check-in: b14e3d5ba6 user: js tags: trunk | |
12:23 | Rename of_malloc and of_calloc check-in: 627511b032 user: js tags: trunk | |
Changes
Modified src/runtime/linklib/linklib.m from [f6ecf9cc72] to [a23c24d38e].
︙ | ︙ | |||
737 738 739 740 741 742 743 | { return glue_object_getTaggedPointerValue(object); } id objc_createTaggedPointer(int class, uintptr_t value) { | | | 737 738 739 740 741 742 743 744 745 | { return glue_object_getTaggedPointerValue(object); } id objc_createTaggedPointer(int class, uintptr_t value) { return glue_objc_createTaggedPointer(class, value); } |