mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:49:37 +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
|
||||
.Lj3603:
|
||||
// [104] If declocked(l^) then
|
||||
cmpb $0,ismultithread
|
||||
cmpl $0,ismultithread
|
||||
jne .Lj3610
|
||||
decl (%edx)
|
||||
je .Lj3620
|
||||
|
Loading…
Reference in New Issue
Block a user