1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-09 20:31:44 +00:00
This commit is contained in:
Jesper Balman Gravgaard 2023-04-11 07:42:41 +00:00 committed by Sven Van de Velde
parent 9cf5f4cd05
commit 8b7beac0c1

@ -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";