space nit

This commit is contained in:
Quentin Carbonneaux 2026-05-06 22:21:00 +02:00
parent ade9f31efb
commit a450a08e03

2
rega.c
View File

@ -16,7 +16,7 @@ struct RMap {
}; };
enum { enum {
NPm = 64, /* max copies in a parallel move */ NPm = 64, /* max copies in a parallel move */
}; };
static bits regu; /* registers used */ static bits regu; /* registers used */