0.9.9.18:
[sbcl.git] / src / compiler / x86-64 / vm.lisp
index ed05703..76577a6 100644 (file)
 
 (def!constant cfp-offset rbp-offset) ; pfw - needed by stuff in /code
 
+(!def-vm-support-routine combination-implementation-style (node)
+  (declare (type sb!c::combination node) (ignore node))
+  (values :default nil))