diff test/suite_aggrs/README.txt @ 439:252f32fa59d8

- suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
author Tassilo Philipp
date Wed, 26 Jan 2022 13:56:40 +0100
parents 167faab0c0be
children 236015fdf7a8
line wrap: on
line diff
--- a/test/suite_aggrs/README.txt	Wed Jan 26 13:37:19 2022 +0100
+++ b/test/suite_aggrs/README.txt	Wed Jan 26 13:56:40 2022 +0100
@@ -1,6 +1,10 @@
 suite_aggrs for dyncall written in C and Lua.
 
-Tests aggregates (structs, unions and arrays) passed by value, along with other, non-aggregate args.
+Tests aggregates (structs, unions and arrays) passed by value, along with
+other, non-aggregate args.
+
+A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
+aggregate instances.
 
 @@@ unions and arrays missing