From d86ed9a3b959198aa2455f5d0e5313bdc9fdec36 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 5 Jun 2001 23:52:34 +0000 Subject: [PATCH] relocate the locals defs as well as their references --- tools/qfcc/source/qfcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index 667572606..5f8079d4e 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -653,6 +653,7 @@ PR_FinishCompilation (void) abort(); } } + def->ofs += numpr_globals; } } numpr_globals += num_locals;