[fpc-pascal] About the bug report #3931

Marcel Martin mm10 at ellipsa.net
Thu May 5 16:23:46 CEST 2005


About the bug report #3931

 >The following does not compile:

 >jmp dword ptr [@@FwdJumpTable+ecx*4] <---
 >nop {Align Jump Table}
 >@@FwdJumpTable:
[...]

Use "jmp dword ptr @@FwdJumpTable[ecx*4]"
Don't use "nop" to align, use the "align" instruction (Yes, FPC
is better than Delphi :-)

mm





More information about the fpc-pascal mailing list