Skip to content

Commit

Permalink
Patch from Embarcadero to define NO_NATIVE_ASM for OSX 64-bit ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebeau committed Jul 10, 2021
1 parent 4728cbd commit 4680429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/Protocols/IdGlobalProtocols.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,9 @@ TInt64Rec = record
{$IFDEF CPUX64}
{$DEFINE NO_NATIVE_ASM}
{$ENDIF}
{$IFDEF CPUARM64}
{$DEFINE NO_NATIVE_ASM}
{$ENDIF}
{$ENDIF}
{$IFDEF ANDROID}
{$DEFINE NO_NATIVE_ASM}
Expand Down

0 comments on commit 4680429

Please sign in to comment.