E2426 Inline function must not have asm block (Delphi)
Go Up to Error and Warning Messages (Delphi)
Inline functions can not include an asm block. To avoid this error, remove the inline directive from your function or use Pascal code to express the statements in the asm block.