mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
be385fdfe8
After updating the function type conversion to be extra strict about type alignment, the model-to-header tests for all these primitive types no longer pass: it's no longer valid for a CFT to use any primitives ABI is not aware of as part of the prototype. As a simple workaround, this commit replaces all the primitives used by said prototypes with pointers.