aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/registers.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-21 22:01:52 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-21 22:01:52 +0100
commitcd9e572b6523fac483ce1695ae1785fca075cc53 (patch)
tree06fddd51de93b35915e1b6beeecec364be2492b1 /qtmips_machine/registers.h
parent499a88621d12ff0cdcba1f8c796b7031d6adc649 (diff)
downloadqtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.gz
qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.bz2
qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.zip
Implement and test ADD
Diffstat (limited to 'qtmips_machine/registers.h')
-rw-r--r--qtmips_machine/registers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/registers.h b/qtmips_machine/registers.h
index 49b4cad..387b59d 100644
--- a/qtmips_machine/registers.h
+++ b/qtmips_machine/registers.h
@@ -21,6 +21,7 @@ public:
void write_hi_lo(bool hi, std::uint32_t value);
bool operator ==(const Registers &c) const;
+ bool operator !=(const Registers &c) const;
signals:
void pc_update(std::uint32_t val);