added missing closing parentheses

git-svn-id: trunk@25413 -
This commit is contained in:
Károly Balogh 2013-09-04 14:56:53 +00:00
parent 115ddf4364
commit 2c49af3191

View File

@ -342,7 +342,7 @@ implementation
ref : treference;
r : tregister;
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
secondpass(left);
case left.location.loc of