mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
* fixed compilation for x86_64
git-svn-id: trunk@4637 -
This commit is contained in:
parent
2b1d5ed13e
commit
95c0ff6db2
@ -209,11 +209,11 @@ function fpc_set_unset_byte(const source: fpc_normal_set; b : byte): fpc_normal_
|
||||
Var sets
|
||||
****************************************************************************}
|
||||
|
||||
{$ifndef FPC_SYSTEM_HAS_FPC_SET_LOAD_SMALL}
|
||||
{$ifndef FPC_SYSTEM_HAS_FPC_VARSET_LOAD_SMALL}
|
||||
{
|
||||
load a normal set p from a smallset l
|
||||
}
|
||||
procedure fpc_varset_load_small(l: fpc_small_set;var dest); compilerproc;
|
||||
procedure fpc_varset_load_small(l: fpc_small_set;var dest;size : ptrint); compilerproc;
|
||||
begin
|
||||
move(l,plongint(@dest)^,4);
|
||||
FillChar((@dest+4)^,size-4,0);
|
||||
|
Loading…
Reference in New Issue
Block a user