X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.c;h=e45082f8c1a3224627e3a522eb08dc9c79002299;hb=1aefe68236aaf048ce602e7725ad26d130be1fd5;hp=d69e9c2fbd53fa981e0501fc2f48b937ef8e7a13;hpb=6e662062162ad5a6f09d6d3a5ec1249520e813a5;p=sbcl.git diff --git a/src/runtime/breakpoint.c b/src/runtime/breakpoint.c index d69e9c2..e45082f 100644 --- a/src/runtime/breakpoint.c +++ b/src/runtime/breakpoint.c @@ -62,7 +62,7 @@ void breakpoint_do_displaced_inst(os_context_t* context, * * -dan 2001.08.09 */ -#if !(defined(hpux) || defined(irix) || defined(__i386__) || defined(alpha)) +#if (defined(sparc) && defined (solaris)) undo_fake_foreign_function_call(context); #endif arch_do_displaced_inst(context, orig_inst);