X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farchitecture.h;h=cec397f8a29e1968a598d83abc949088a64d51ed;hb=62f710dfbd7b4a20257567067f562ad9c22412b3;hp=4db809f19f3cbf0ef33e6706b8cc1bedae5f0619;hpb=f76c063eb9b792088e034ffb4c2f173b843e8c57;p=builder.git diff --git a/source/architecture.h b/source/architecture.h index 4db809f..cec397f 100644 --- a/source/architecture.h +++ b/source/architecture.h @@ -38,6 +38,7 @@ private: public: Architecture(Builder &b, const std::string &spec); + const std::string &get_type() const { return type; } const std::string &get_name() const { return name; } const std::string &get_system() const { return system; } unsigned get_bits() const { return bits; }