From e027bef26e25af8e3998d06942872bdcb36ee551 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 24 Mar 2017 23:43:45 +0000 Subject: Fixing stuff --- c_compiler/include/function.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c_compiler/include/function.hpp') diff --git a/c_compiler/include/function.hpp b/c_compiler/include/function.hpp index 38e1898..86b81af 100644 --- a/c_compiler/include/function.hpp +++ b/c_compiler/include/function.hpp @@ -29,8 +29,7 @@ public: virtual void printXml() const; virtual VariableStackBindings printAsm(VariableStackBindings bindings, unsigned& label_count) const; - void printParameterAsm(VariableStackBindings& bindings, unsigned& stack_offset, - unsigned& frame_offset) const; + void printParameterAsm(VariableStackBindings& bindings, unsigned& frame_offset) const; void countParameters(unsigned& parameter_count) const; }; -- cgit