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
It struck me that the code is making use of the Call() macro, but in fact it is calling an external C function. we may need to validate that it is always calling an external C function
As we work towards a more sane implementation of the ABI on Power, we may want to redirect some of these from Call() to CallCFunction().
The text was updated successfully, but these errors were encountered:
Looking at change a001954
It struck me that the code is making use of the Call() macro, but in fact it is calling an external C function. we may need to validate that it is always calling an external C function
As we work towards a more sane implementation of the ABI on Power, we may want to redirect some of these from Call() to CallCFunction().
The text was updated successfully, but these errors were encountered: