mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
- removed self-assignment of cur_stack_offset introduced by refactoring in
r30221 git-svn-id: trunk@30230 -
This commit is contained in:
parent
8334597476
commit
6230119140
@ -386,7 +386,6 @@ begin
|
||||
curintreg := nextintreg;
|
||||
curfloatreg := nextfloatreg;
|
||||
curmmreg := nextmmreg;
|
||||
cur_stack_offset := cur_stack_offset;
|
||||
result := cur_stack_offset;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user