mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:48:49 +02:00
* patch by Michael Ring to fix errors introduced by r48722
git-svn-id: trunk@48734 -
This commit is contained in:
parent
fb5cd1aefd
commit
29b0712418
@ -74,3 +74,4 @@ asm
|
||||
.Ltext_start:
|
||||
.long _text_start
|
||||
{$endif REMAP_VECTTAB}
|
||||
end;
|
||||
|
@ -64,7 +64,7 @@ asm
|
||||
.long _data
|
||||
.L_edata:
|
||||
.long _edata
|
||||
{$if not defined(FPUARM_HAS_VFP_EXTENSION)}
|
||||
{$if defined(FPUARM_HAS_VFP_EXTENSION)}
|
||||
.Lcpacr:
|
||||
.long 0xE000ED88
|
||||
{$endif defined(FPUARM_HAS_VFP_EXTENSION)}
|
||||
|
Loading…
Reference in New Issue
Block a user