mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
relocate the locals defs as well as their references
This commit is contained in:
parent
735a35b2f9
commit
d86ed9a3b9
1 changed files with 1 additions and 0 deletions
|
@ -653,6 +653,7 @@ PR_FinishCompilation (void)
|
|||
abort();
|
||||
}
|
||||
}
|
||||
def->ofs += numpr_globals;
|
||||
}
|
||||
}
|
||||
numpr_globals += num_locals;
|
||||
|
|
Loading…
Reference in a new issue