diff options
Diffstat (limited to 'src/cpu/exec_context.hh')
-rw-r--r-- | src/cpu/exec_context.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/exec_context.hh b/src/cpu/exec_context.hh index 3d07e95f3..c930b5cce 100644 --- a/src/cpu/exec_context.hh +++ b/src/cpu/exec_context.hh @@ -140,4 +140,7 @@ class ExecContext { /** Executes a syscall specified by the callnum. */ void syscall(int64_t callnum); #endif + + /** Finish a DTB address translation. */ + void finishTranslation(WholeTranslationState *state); }; |