X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Falpha-vm.lisp;h=e8b4875a092e5fd23119f2150b847168a6b49b4b;hb=cee8ef591040db9a79cdd19297867672a9529051;hp=71f99b57151b428243b6b76c4c96bfc937f7eabd;hpb=367316f5f21281204393853910848fea7fb9a6ab;p=sbcl.git diff --git a/src/code/alpha-vm.lisp b/src/code/alpha-vm.lisp index 71f99b5..e8b4875 100644 --- a/src/code/alpha-vm.lisp +++ b/src/code/alpha-vm.lisp @@ -14,15 +14,11 @@ ;;; See x86-vm.lisp for a description of this. (define-alien-type os-context-t (struct os-context-t-struct)) -;;;; MACHINE-TYPE and MACHINE-VERSION +;;;; MACHINE-TYPE (defun machine-type () "Return a string describing the type of the local machine." "Alpha") - -;;; support for CL:MACHINE-VERSION defined OAOO elsewhere -(defun get-machine-version () - nil) (defun fixup-code-object (code offset value kind) (unless (zerop (rem offset n-word-bytes))