X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.c;h=e5990776755eb6d7d1d1eced0a3eadb4f7123272;hb=5eb97830eca716fef626c6e12429c99c9b97e3c8;hp=aaad2a1589aae24f75440ccd87ae62e3cca7dec3;hpb=b08344ddbb8d0193054b72c01be7e367422ccf03;p=sbcl.git diff --git a/src/runtime/x86-arch.c b/src/runtime/x86-arch.c index aaad2a1..e599077 100644 --- a/src/runtime/x86-arch.c +++ b/src/runtime/x86-arch.c @@ -236,7 +236,7 @@ sigtrap_handler(int signal, siginfo_t *info, void *void_context) * seems to be no point in doing that, since we're just * going to lose(..) anyway. */ fake_foreign_function_call(context); - lose("%%primitive halt called; the party is over."); + lose("%%PRIMITIVE HALT called; the party is over."); case trap_Error: case trap_Cerror: