@@ -1,9 +1,9 @@ /* vacall function for m68k CPU */ /* - * Copyright 1995-2006 Bruno Haible, + * Copyright 1995-2004 Bruno Haible, * * This is free software distributed under the GNU General Public Licence * described in the file COPYING. Contact the author if you don't have this * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied, * on this software. @@ -16,16 +16,11 @@ #endif #ifdef REENTRANT #define __vacall __vacall_r register struct { void (*vacall_function) (void*,va_alist); void* arg; } - * env -#ifdef __NetBSD__ - __asm__("a1"); -#else - __asm__("a0"); -#endif + * env __asm__("a0"); #endif register void* sret __asm__("a1"); register int iret __asm__("d0"); register int iret2 __asm__("d1"); register int pret __asm__("a0"); /* some compilers return pointers in a0 */