| commit | fdaa0b838813b39eb4aef88f2fc94ff5d6ec480a | [log] [tgz] |
|---|---|---|
| author | Keith Rothman <537074+litghost@users.noreply.github.com> | Thu Oct 10 11:26:31 2019 -0700 |
| committer | kmurray <kmurray@users.noreply.github.com> | Fri Oct 25 16:28:50 2019 -0400 |
| tree | 2be37b4f126ebabc3c7ac2ee323659cf46affa6f | |
| parent | 526fdf82a5f8b9cb64fcf8f4868fb0804aca2ae4 [diff] |
Add back bool simply to avoid merge conflicts. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
diff --git a/utils/fasm/src/fasm.h b/utils/fasm/src/fasm.h index 3e92a5f..28ab1c7 100644 --- a/utils/fasm/src/fasm.h +++ b/utils/fasm/src/fasm.h
@@ -85,6 +85,7 @@ std::ostream& os_; t_pb_graph_node *root_clb_; + bool current_blk_has_prefix_; t_physical_tile_type_ptr blk_type_; std::string blk_prefix_; std::string clb_prefix_;