summaryrefslogtreecommitdiff
path: root/src/register_manager.hh
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2022-07-31 10:17:43 +0200
committerJohannes Altmanninger <aclopte@gmail.com>2022-08-16 19:15:22 +0200
commit08ea6d07e4e5fcd7176a3cdacc18977e89115f4b (patch)
treecab7b3df3f2ddd5d8aa2e97d0b3b580ef063b7d5 /src/register_manager.hh
parent31e9fc3cefcbea03d4eaad75ed0dab3da8f3dc6f (diff)
Remove stale comment about StaticRegister
Commit d470bd2cc (Make numeric registers setable, 2017-02-14) removed the user-provided StaticRegister::operator= in favor of a set() member function, so this comment is no longer valid.
Diffstat (limited to 'src/register_manager.hh')
-rw-r--r--src/register_manager.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/register_manager.hh b/src/register_manager.hh
index 1fe8680b..2e760e6f 100644
--- a/src/register_manager.hh
+++ b/src/register_manager.hh
@@ -34,7 +34,6 @@ protected:
};
// static value register, which can be modified
-// using operator=, so should be user modifiable
class StaticRegister : public Register
{
public: