Extend use of the linkage table to static symbols
[sbcl.git] / src / assembly / x86 / assem-rtns.lisp
index 1c23f0a..9efecb9 100644 (file)
   (inst push 0)
   (inst push 0)
   (inst push ecx-tn)
-  (inst call (make-fixup "RtlUnwind@16" :foreign)))
+  (inst call (make-fixup "RtlUnwind" :foreign)))
 
 ;; We want no VOP for this one and for it to only happen on Win32
 ;; targets.  Hence the following disaster.