From 040c1998500d3b0b50b3ddef4fe93216563343a8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 2 Jul 2019 17:14:38 +0200 Subject: Teach simple embedded assembler .orig and .word directives. Signed-off-by: Pavel Pisa --- qtmips_gui/fixmatheval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_gui/fixmatheval.h') diff --git a/qtmips_gui/fixmatheval.h b/qtmips_gui/fixmatheval.h index 7712530..3312bfa 100644 --- a/qtmips_gui/fixmatheval.h +++ b/qtmips_gui/fixmatheval.h @@ -112,7 +112,7 @@ class FmeExpression : public FmeNode { public: FmeExpression(); virtual ~FmeExpression(); - virtual bool parse(QString &expression, QString &error); + virtual bool parse(const QString &expression, QString &error); virtual bool eval(FmeValue &value, FmeSymbolDb *symdb, QString &error) override; virtual bool insert(FmeNode *node) override; virtual FmeNode *child() override; -- cgit v1.2.3