blaise/runtime
Graeme Geldenhuys 743ca4f5e6 fix(rtl): blaise_atomic uses Pointer params, not a public PInteger alias
blaise_atomic exported a PInteger = ^Integer type that collides with the same
alias in blaise_arc when the RTL units are compiled together into one program
(the pasbuild library / whole-program path), giving 'Duplicate type name
PInteger'.  The per-unit Makefile build never saw it.  Type the params as
Pointer (the asm body reads through %rdi regardless); the external-name callers
in blaise_arc are unaffected (link is by symbol).  Prerequisite for compiling
the RTL units together (RTL-unification).
2026-06-25 23:08:30 +01:00
..
src fix(rtl): blaise_atomic uses Pointer params, not a public PInteger alias 2026-06-25 23:08:30 +01:00
Makefile feat(rtl): migrate blaise_utf8 .s to inline asm — RTL now pure Pascal 2026-06-25 14:53:30 +01:00
project.xml chore: remove stale info from code comment. 2026-06-20 15:09:09 +01:00