--- nono/exp/optestm88k/optestm88k_table.c 2026/04/29 17:04:57 1.1.1.1 +++ nono/exp/optestm88k/optestm88k_table.c 2026/04/29 17:05:00 1.1.1.2 @@ -72,5 +72,7 @@ struct testentry test_table[] = { { test_div, list_div_imm, "div_imm" }, { test_div, list_divu, "divu" }, { test_div, list_divu_imm, "divu_imm" }, + { test_flt, list_flt_ss, "flt_ss" }, + { test_flt, list_flt_ds, "flt_ds" }, { NULL, NULL, NULL }, };