mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 00:46:02 +02:00
added missing closing parentheses
git-svn-id: trunk@25413 -
This commit is contained in:
parent
115ddf4364
commit
2c49af3191
@ -342,7 +342,7 @@ implementation
|
|||||||
ref : treference;
|
ref : treference;
|
||||||
r : tregister;
|
r : tregister;
|
||||||
begin
|
begin
|
||||||
if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
|
if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype]) then
|
||||||
begin
|
begin
|
||||||
secondpass(left);
|
secondpass(left);
|
||||||
case left.location.loc of
|
case left.location.loc of
|
||||||
|
Loading…
Reference in New Issue
Block a user