MAX_HA_ENV_LEN
u64 env_store[MAX_HA_ENV_LEN];
_Static_assert(env_max_stored_nomiss <= MAX_HA_ENV_LEN, "Not enough slots");
_Static_assert(env_max_stored_opid <= MAX_HA_ENV_LEN, "Not enough slots");
_Static_assert(env_max_stored_stall <= MAX_HA_ENV_LEN, "Not enough slots");