Did not call expunge vector with any params. So libbase was only
commit5b179b1800d0b54438965eee6b19b87ccd25c504
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 7 Sep 2005 11:04:47 +0000 (7 11:04 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 7 Sep 2005 11:04:47 +0000 (7 11:04 +0000)
treea315941719ce6e93ea5e6416ecc887f027b47a31
parente7f22ed0c5f832977ca0dfc3a9ddf27729c6c01b
Did not call expunge vector with any params. So libbase was only
passed in A6. But our sources don't always agree with that idea.
Some think the libbase also gets passed in D0. Therefore call
expunge vector with one param: libbase in D0 which at the end means
that libbase gets passed both in D0 and A6. This should work with
library/device sources which assume there is no param for expunge
function, and as well with other library/device sources which assume there
is one param for expunge (d0 = libbase).

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@23598 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/exec/remdevice.c
rom/exec/remlibrary.c