label-to-label offset exceeds 2 GB ???
This commit is contained in:
parent
bbf868e869
commit
044e7004c4
@ -99,7 +99,7 @@ typedef struct status_table_struct {
|
||||
} status_table_struct;
|
||||
|
||||
#ifdef LABEL_OFFSET
|
||||
#define F(x) {#x, sizeof(#x)-1, (int)(&&case_##x-&&base)},
|
||||
#define F(x) {#x, sizeof(#x)-1, (long)(&&case_##x-&&base)},
|
||||
#else
|
||||
#define F(x) {#x, sizeof(#x)-1, &&case_##x},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user