aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/src/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/src/type.cpp')
-rw-r--r--c_compiler/src/type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_compiler/src/type.cpp b/c_compiler/src/type.cpp
index feda3a5..44c4ddb 100644
--- a/c_compiler/src/type.cpp
+++ b/c_compiler/src/type.cpp
@@ -13,7 +13,7 @@ void Type::print() const
void Type::printXml() const
{}
-VariableStackBindings Type::printAsm(VariableStackBindings bindings) const
+VariableStackBindings Type::printAsm(VariableStackBindings bindings, unsigned& label_count) const
{
return bindings;
}