You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/codegen/mangling.d: change argument type of naked_dFunc to int (#4661)
Avoid issues on x86 with the calling convention by having an int
argument, which can be passed through a register, therefore, lifting
the burden of cleaning the stack, instead of a double.
Signed-off-by: Andrei Horodniceanu <[email protected]>
0 commit comments