aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/symboltable.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/symboltable.h')
-rw-r--r--qtmips_machine/symboltable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/symboltable.h b/qtmips_machine/symboltable.h
index 174917c..0c33ac3 100644
--- a/qtmips_machine/symboltable.h
+++ b/qtmips_machine/symboltable.h
@@ -65,6 +65,7 @@ public:
void add_symbol(QString name, std::uint32_t value, std::uint32_t size,
unsigned char info = 0, unsigned char other = 0);
+ void remove_symbol(QString name);
QStringList *names() const;
public slots:
bool name_to_value(std::uint32_t &value, QString name) const;