From: Thorsten O. <ad...@th...> - 2024-04-04 14:41:18
|
On Donnerstag, 4. April 2024 16:11:19 CEST Vincent Rivière wrote: > I don't know what if there is a difference between "i" and "n" for > m68k: (define_constraint "i" "Matches a general integer constant." (define_constraint "n" "Matches a non-symbolic integer constant." So 'i' also allows symbolic constants like function addresses, but 'n' does not. Maybe that could make a small difference for bindings like Supexec. |