mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
* ismultithread is a longbool nowadays (cmpb -> cmpl)
git-svn-id: trunk@5893 -
This commit is contained in:
parent
8e5a5d3f2b
commit
3381fd2ea1
@ -1234,7 +1234,7 @@ asm
|
|||||||
jl .Lj3596
|
jl .Lj3596
|
||||||
.Lj3603:
|
.Lj3603:
|
||||||
// [104] If declocked(l^) then
|
// [104] If declocked(l^) then
|
||||||
cmpb $0,ismultithread
|
cmpl $0,ismultithread
|
||||||
jne .Lj3610
|
jne .Lj3610
|
||||||
decl (%edx)
|
decl (%edx)
|
||||||
je .Lj3620
|
je .Lj3620
|
||||||
|
Loading…
Reference in New Issue
Block a user