--- nono/exp/optestm88k/optestm88k_main.h 2026/04/29 17:04:57 1.1 +++ nono/exp/optestm88k/optestm88k_main.h 2026/04/29 17:05:04 1.1.1.2 @@ -14,6 +14,7 @@ typedef int (*func_t)(int *, int *); struct testentry { func_t code; int **testdata; + int quad; const char *testname; };