X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-assem.S;h=be588391bcf36d3fe187bf0fc09e62d5139ef3d8;hb=b05ccdd91520249de6b465e226d3708089e541dc;hp=cd0656387750ca3ea4bcf642c139c0e975de2eab;hpb=ec2616d216958a608581802c47496c0194478dc8;p=sbcl.git diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index cd06563..be58839 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -262,11 +262,7 @@ GNAME(undefined_tramp): int3 .byte trap_Error .byte 2 -#ifdef LONG_FLOAT_WIDETAG - .byte 24 -#else - .byte 23 -#endif + .byte UNDEFINED_FUN_ERROR .byte sc_DescriptorReg # eax in the Descriptor-reg SC ret .size GNAME(undefined_tramp), .-GNAME(undefined_tramp)