mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:17:21 +01:00
* fixed a_load_reg_ref: the store size has to depend on the tosize,
not on the fromsize (fixes webtbs/tw10072, and hopefully also
resolves mantis #8121)
git-svn-id: trunk@9037 -
This commit is contained in:
parent
2770652beb
commit
ad5ce1adf4
@ -489,7 +489,7 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
case fromsize of
|
||||
case tosize of
|
||||
{ signed integer registers }
|
||||
OS_8,
|
||||
OS_S8:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user