mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 04:09:20 +02:00
* corrected assembler syntax error
This commit is contained in:
parent
c3ed2525b4
commit
9b70b46975
@ -299,7 +299,7 @@ begin
|
|||||||
asm
|
asm
|
||||||
{Load handle}
|
{Load handle}
|
||||||
movl f,%ebx
|
movl f,%ebx
|
||||||
movw (%ebx),%ebx
|
movl (%ebx),%ebx
|
||||||
movl time,%ecx
|
movl time,%ecx
|
||||||
shldl $16,%ecx,%edx
|
shldl $16,%ecx,%edx
|
||||||
{Set date}
|
{Set date}
|
||||||
@ -1175,7 +1175,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2001-06-13 22:21:53 hajny
|
Revision 1.14 2001-10-05 01:35:48 carl
|
||||||
|
* corrected assembler syntax error
|
||||||
|
|
||||||
|
Revision 1.13 2001/06/13 22:21:53 hajny
|
||||||
+ platform specific information
|
+ platform specific information
|
||||||
|
|
||||||
Revision 1.12 2001/05/21 20:50:19 hajny
|
Revision 1.12 2001/05/21 20:50:19 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user