X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsparc-vm.lisp;h=22930ed342cb3ce4a15bcbf0bff746afa6b57ed0;hb=cee8ef591040db9a79cdd19297867672a9529051;hp=129c83542e92b1a59bd84d079adb813116ccb6c5;hpb=367316f5f21281204393853910848fea7fb9a6ab;p=sbcl.git diff --git a/src/code/sparc-vm.lisp b/src/code/sparc-vm.lisp index 129c835..22930ed 100644 --- a/src/code/sparc-vm.lisp +++ b/src/code/sparc-vm.lisp @@ -13,15 +13,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 () "Returns a string describing the type of the local machine." "SPARC") - -;;; support for CL:MACHINE-VERSION defined OAOO elsewhere -(defun get-machine-version () - nil) (defun fixup-code-object (code offset fixup kind) (declare (type index offset))