From 4bbddfb5e2cb653d19434fb1f8d242b56dcfa868 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Wed, 24 Jan 2018 23:34:35 +0100 Subject: [PATCH] Added comment. --- .../dk/camelot64/kickc/fragment/AsmFragmentInstanceSpec.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/dk/camelot64/kickc/fragment/AsmFragmentInstanceSpec.java b/src/main/java/dk/camelot64/kickc/fragment/AsmFragmentInstanceSpec.java index b2e6400cd..f3b2c76d7 100644 --- a/src/main/java/dk/camelot64/kickc/fragment/AsmFragmentInstanceSpec.java +++ b/src/main/java/dk/camelot64/kickc/fragment/AsmFragmentInstanceSpec.java @@ -205,6 +205,7 @@ public class AsmFragmentInstanceSpec { * Add bindings of a value. * * @param value The value to bind. + * @param type The type to bind the value as (used for casting). null if not casting, will use the actual type of the value. * @return The bound name of the value. If the value has already been bound the existing bound name is returned. */ public String bind(Value value, SymbolType type) {