aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/include/function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/include/function.hpp')
-rw-r--r--c_compiler/include/function.hpp3
1 files changed, 1 insertions, 2 deletions
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;
};