diff options
Diffstat (limited to 'src/cpu/minor/exec_context.hh')
-rw-r--r-- | src/cpu/minor/exec_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/minor/exec_context.hh b/src/cpu/minor/exec_context.hh index 6ac0df5f8..238d11352 100644 --- a/src/cpu/minor/exec_context.hh +++ b/src/cpu/minor/exec_context.hh @@ -292,7 +292,7 @@ class ExecContext : public ::ExecContext } bool - readPredicate() override + readPredicate() const override { return thread.readPredicate(); } |