Skip to content

Commit

Permalink
Added missing definitions for lir_component::*
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Jun 12, 2019
1 parent f52b71f commit dbc60af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fast++.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const constexpr uint_t log_style::none;
const constexpr uint_t log_style::decimal;
const constexpr uint_t log_style::abmag;

const constexpr uint_t lir_component::all;
const constexpr uint_t lir_component::bc;
const constexpr uint_t lir_component::cirrus;


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

0 comments on commit dbc60af

Please sign in to comment.