mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-16 04:27:59 +00:00
ok
This commit is contained in:
committed by
Sven Van de Velde
parent
9cf5f4cd05
commit
8b7beac0c1
@@ -111,7 +111,7 @@ public class CParser {
|
|||||||
*/
|
*/
|
||||||
public static final String PRAGMA_BANK = "bank";
|
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";
|
public static final String PRAGMA_NOBANK = "nobank";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user