From d53e5fbfb7a3cafff6f21a6d656428f670256e9f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 20 Jul 2010 23:15:07 +0000 Subject: SCI: Removed the restoring parameter of the run_vm() function svn-id: r51076 --- engines/sci/engine/vm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index 81ec4f1c61..ee22e03310 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -315,9 +315,8 @@ ExecStack *send_selector(EngineState *s, reg_t send_obj, reg_t work_obj, * It executes the code on s->heap[pc] until it hits a 'ret' operation * while (stack_base == stack_pos). Requires s to be set up correctly. * @param[in] s The state to use - * @param[in] restoring true if s has just been restored, false otherwise */ -void run_vm(EngineState *s, bool restoring); +void run_vm(EngineState *s); /** * Debugger functionality -- cgit v1.2.3