We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b5334 commit 3f2dd00Copy full SHA for 3f2dd00
storage.cpp
@@ -1,7 +1,5 @@
1
#include "stdafx.h"
2
3
-#define MAX_REUSABLES 512
4
-
5
#include "spasm.h"
6
#include "storage.h"
7
#include "utils.h"
storage.h
@@ -12,6 +12,7 @@
12
#define MAX_ARGS 16 //max number of args macros can have
13
#define MAX_LABELS 65521 //prime number for hash table
14
#define MAX_DEFINES 65521 //prime number for hash table
15
+#define MAX_REUSABLES 4096 //max number of reusable labels
16
17
//used for defines and macros
18
typedef struct define {
0 commit comments