mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:39:25 +02:00
* Move for MIPS is broken, commented out for now
git-svn-id: trunk@21123 -
This commit is contained in:
parent
31f54a7810
commit
2c5a2857e5
@ -81,9 +81,9 @@ function Sptr:Pointer;assembler;nostackframe;
|
||||
move $2,$sp
|
||||
end;
|
||||
|
||||
|
||||
{$ifdef USE_MIPS_STK2_ASM}
|
||||
{$ifndef FPC_SYSTEM_HAS_MOVE}
|
||||
{
|
||||
{$define FPC_SYSTEM_HAS_MOVE}
|
||||
procedure Move(const source;var dest;count:longint);[public, alias: 'FPC_MOVE'];assembler;
|
||||
asm
|
||||
@ -286,8 +286,8 @@ procedure Move(const source;var dest;count:longint);[public, alias: 'FPC_MOVE'];
|
||||
lw $14,-40($23)
|
||||
|
||||
end;
|
||||
}
|
||||
{$endif FPC_SYSTEM_HAS_MOVE}
|
||||
|
||||
{****************************************************************************
|
||||
Integer math
|
||||
****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user