mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 23:53:14 +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;
|
curintreg := nextintreg;
|
||||||
curfloatreg := nextfloatreg;
|
curfloatreg := nextfloatreg;
|
||||||
curmmreg := nextmmreg;
|
curmmreg := nextmmreg;
|
||||||
cur_stack_offset := cur_stack_offset;
|
|
||||||
result := cur_stack_offset;
|
result := cur_stack_offset;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user