Skip to content

Commit dbc60af

Browse files
committed
Added missing definitions for lir_component::*
1 parent f52b71f commit dbc60af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fast++.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const constexpr uint_t log_style::none;
2828
const constexpr uint_t log_style::decimal;
2929
const constexpr uint_t log_style::abmag;
3030

31+
const constexpr uint_t lir_component::all;
32+
const constexpr uint_t lir_component::bc;
33+
const constexpr uint_t lir_component::cirrus;
34+
3135

3236
int vif_main(int argc, char* argv[]) {
3337
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");

0 commit comments

Comments
 (0)