Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AROS: Make sure opaque SMP extension is used for ABIv11 only
These changes adds an additional record field to record structure TMsgPort in order to support SMP for ABIv11 (non m68k targets only). This additional field contains two opaque IPTR's/PtrUInt's and therefor breaks compatibility between ABIv0, ABIv1 and ABIv11 as well as make them binary incompatible. It also renders ABIv11 incompatible with itself when this change was introduced on march 18 2022. Recompilation of existing code for this ABI is thus required. See: deadwood2/AROS@b9bc67a
- Loading branch information