We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e793535 commit be9306aCopy full SHA for be9306a
src/constants.hpp
@@ -293,7 +293,7 @@ namespace constants {
293
static constexpr unsigned int dynamic_data_start = 10;
294
static constexpr unsigned int sfr_data_start = 460;
295
static constexpr unsigned int sfr_store_size = 5;
296
- static constexpr unsigned int sfr_num_fields = 92;
+ static constexpr unsigned int sfr_num_fields = 93;
297
static constexpr unsigned int sfr_data_full_offset = sfr_num_fields * sfr_store_size + 4;
298
static constexpr unsigned int write_age_limit = 95000; // Must be less than 100000
299
0 commit comments