Artifact 6a1cc4f87571108b37d870a5a7d61d30f042f196a78b65af565ec0916d4ecdc6:
- File
generators/library/GlueGenerator.h
- 2025-04-21 16:51:55 — part of check-in [e26fbfee2d] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js size: 1052)
- 2025-04-21 16:51:55 — part of check-in [e26fbfee2d] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js size: 1052)
- 2025-04-28 21:09:40 — part of check-in [8e8a6582f2] on branch trunk — Build runtime as an Amiga library for MorphOS (user: js size: 1052)
- 2025-05-22 20:55:03 — part of check-in [0d10241888] on branch trunk — Revert to generating ObjC for MorphOS library glue The initial assembly code forgot that r13 needs to be saved. While it was changed later to save r13, that code was still wrong, as arguments might be passed on the stack. To properly copy arguments passed on the stack into the new stack frame, awareness of the arguments and their types is required. It's much easier to just generate ObjC code and let the compiler handle it. (user: js size: 1052)
- 2025-05-22 21:26:02 — part of check-in [099522cf4d] on branch morphos-library — Merge trunk into branch "morphos-library" (user: js size: 1052)