X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-assem.S;h=be588391bcf36d3fe187bf0fc09e62d5139ef3d8;hb=b05ccdd91520249de6b465e226d3708089e541dc;hp=31ae91e6ca742f78c56957c1ba8ceee80f21a2cf;hpb=f143939b1dbaf38ebd4f92c851fbc4ecddf37af1;p=sbcl.git diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index 31ae91e..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 type_LongFloat - .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)