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


_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to