3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Fixed eval_select_op() api

This commit is contained in:
Clifford Wolf 2015-02-08 19:06:16 +01:00
parent 09ee65a050
commit bcd8a2fc56
2 changed files with 2 additions and 2 deletions

View file

@ -839,7 +839,7 @@ RTLIL::Selection eval_select_args(const vector<string> &args, RTLIL::Design *des
}
// extern decl. in register.h
void eval_select_op(vector<RTLIL::Selection> &work, string &op, RTLIL::Design *design)
void eval_select_op(vector<RTLIL::Selection> &work, const string &op, RTLIL::Design *design)
{
work_stack.swap(work);
select_stmt(design, op);