diff options
Diffstat (limited to 'src/cpu/simple')
-rw-r--r-- | src/cpu/simple/exec_context.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cpu/simple/exec_context.hh b/src/cpu/simple/exec_context.hh index 938bb784a..fb4ced381 100644 --- a/src/cpu/simple/exec_context.hh +++ b/src/cpu/simple/exec_context.hh @@ -502,16 +502,6 @@ class SimpleExecContext : public ExecContext { /** Returns a pointer to the ThreadContext. */ ThreadContext *tcBase() override { return thread->getTC(); } - /** - * Check for special simulator handling of specific PAL calls. If - * return value is false, actual PAL call will be suppressed. - */ - bool - simPalCheck(int palFunc) override - { - return thread->simPalCheck(palFunc); - } - bool readPredicate() const override { |