diff --git a/src/main/java/dk/camelot64/kickc/parser/CParser.java b/src/main/java/dk/camelot64/kickc/parser/CParser.java index 029c6d5f6..5e3ef8ad1 100644 --- a/src/main/java/dk/camelot64/kickc/parser/CParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/CParser.java @@ -111,7 +111,7 @@ public class CParser { */ public static final String PRAGMA_BANK = "bank"; /** - * #pragma nobank specifies the scope of the sequent functions to be near. Segments are defined in the linker file. + * #pragma nobank Changes the current bank to the default bank. */ public static final String PRAGMA_NOBANK = "nobank";