diff options
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r-- | ecp5/arch.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc index 6b701a32..3aa24aca 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -43,6 +43,7 @@ static std::tuple<int, int, std::string> split_identifier_name(const std::string // ----------------------------------------------------------------------- + void IdString::initialize_arch(const BaseCtx *ctx) { #define X(t) initialize_add(ctx, #t, ID_##t); |