La doc dit ça :
Output: a0.l = Pointer to the function or NULL Destroy: a0
Le linker fait ça :
kernel::LibsPtr: movem.l d1-d2,-(a7) [...] end movem.l (a7)+,d1-d2 rts
Donc ça détruit d0.l. Il n'y a aucun appel à une autre fonction dans LibsPtr, donc ça ne changerait rien de sauver et restaurer d0 comme le dit la doc. C'est possible de changer ça stp ?
