mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-02 09:02:32 +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();
|
abort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
def->ofs += numpr_globals;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
numpr_globals += num_locals;
|
numpr_globals += num_locals;
|
||||||
|
|
Loading…
Reference in a new issue