X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdisassem.lisp;h=b58838cc83399390a9efc41a42ec23aa7f8fe825;hb=a1a2c079c7654defb618baad0dddcf0eaf2ce64f;hp=0cbeb51cb6c8c055d4e9a8ec54dc3097ff9dfd90;hpb=0b5610d8a220a4b20cbeac958953ca4d67c00038;p=sbcl.git diff --git a/src/compiler/disassem.lisp b/src/compiler/disassem.lisp index 0cbeb51..b58838c 100644 --- a/src/compiler/disassem.lisp +++ b/src/compiler/disassem.lisp @@ -58,7 +58,7 @@ #| (defmacro set-disassem-params (&rest args) #!+sb-doc - "Specify global disassembler params. Keyword arguments include: + "Specify global disassembler params. &KEY arguments include: :INSTRUCTION-ALIGNMENT number Minimum alignment of instructions, in bits. @@ -805,8 +805,7 @@ #!+sb-doc "DEFINE-ARGUMENT-TYPE Name {Key Value}* Define a disassembler argument type NAME (which can then be referenced in - another argument definition using the :TYPE keyword argument). Keyword - arguments are: + another argument definition using the :TYPE argument). &KEY args are: :SIGN-EXTEND boolean If non-NIL, the raw value of this argument is sign-extended.