Differences From Artifact [752ecf36d7]:
- File
src/runtime/morphos-clib.h
— part of check-in
[8f9c2b55ce]
at
2019-05-19 21:30:24
on branch trunk
— Use cvinclude.pl instead of sfdc for MorphOS
sfdc does not support SysV functions and is not part of the MorphOS SDK. (user: js, size: 2792) [annotate] [blame] [check-ins using]
To Artifact [d7622eaf7a]:
- File
src/runtime/morphos-clib.h
— part of check-in
[153b825cdb]
at
2019-06-26 19:25:29
on branch trunk
— runtime: Fix MorphOS library
This again works with both, SjLj and DWARF exceptions. The latest public
SDK still uses SjLj, so it still needs to be supported for now. (user: js, size: 2872) [annotate] [blame] [check-ins using]
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + + | int objc_sync_enter(id); int objc_sync_exit(id); id objc_getProperty(id, SEL, ptrdiff_t, bool); void objc_setProperty(id, SEL, ptrdiff_t, id, bool, signed char); void objc_getPropertyStruct(void *, const void *, ptrdiff_t, bool, bool); void objc_setPropertyStruct(void *, const void *, ptrdiff_t, bool, bool); void objc_enumerationMutation(id); |
| ︙ |