mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[qfcc] Create .stack for Ruamoko progs
It's rather necessary :)
This commit is contained in:
parent
2a89a678ec
commit
e6fbe9fdbc
1 changed files with 4 additions and 0 deletions
|
@ -447,6 +447,10 @@ finish_link (void)
|
||||||
¶m_alignment);
|
¶m_alignment);
|
||||||
linker_add_def (".xdefs", &type_xdefs, flags, 0);
|
linker_add_def (".xdefs", &type_xdefs, flags, 0);
|
||||||
}
|
}
|
||||||
|
if (options.code.progsversion == PROG_VERSION) {
|
||||||
|
int stk = (QFOD_GLOBAL | QFOD_INITIALIZED | QFOD_NOSAVE);
|
||||||
|
linker_add_def (".stack", &type_uint, stk, 0);
|
||||||
|
}
|
||||||
|
|
||||||
if (options.code.debug) {
|
if (options.code.debug) {
|
||||||
pr_int_t str;
|
pr_int_t str;
|
||||||
|
|
Loading…
Reference in a new issue