- removed self-assignment of cur_stack_offset introduced by refactoring in

r30221

git-svn-id: trunk@30230 -
This commit is contained in:
Jonas Maebe 2015-03-14 21:55:48 +00:00
parent 8334597476
commit 6230119140

View File

@ -386,7 +386,6 @@ begin
curintreg := nextintreg;
curfloatreg := nextfloatreg;
curmmreg := nextmmreg;
cur_stack_offset := cur_stack_offset;
result := cur_stack_offset;
end;