Make unit tests for GetTypeSize routine from Spring.pas

Issue #14 resolved
Jeroen Wiert Pluimers created an issue

Make sure all supported types (those that have type info) return the correct size for parameter passing.

Comments (4)

  1. Honza Rameš

    Done, see 9778cae for changes. I reduced size of Extended back to 10B on iOS ARM since it seems it is not aligned to 16B as on Mac OS x86.

  2. Log in to comment