Skip to content
Snippets Groups Projects
Commit 01a3f47b authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerated.

parent a013ec10
No related branches found
No related tags found
No related merge requests found
......@@ -126,10 +126,6 @@ msgstr ""
msgid "inline scalb function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p with limited x range function"
msgstr ""
......@@ -146,6 +142,10 @@ msgstr ""
msgid "inline atan2 function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline complex single-float creation"
msgstr ""
......
......@@ -17157,10 +17157,22 @@ msgstr ""
 
#: src/compiler/disassem.lisp
msgid ""
"Disassembles the given area of memory starting at ADDRESS and LENGTH long.\n"
" Note that if CODE-COMPONENT is NIL and this memory could move during a GC,"
"Disassembles the given area of memory starting at ADDRESS and\n"
" LENGTH (octets) long. Note that if CODE-COMPONENT is NIL and this\n"
" memory could move during a GC, you'd better disable it around the\n"
" call to this function. ADDRESS can be either an integer or a\n"
" system-area-pointer.\n"
"\n"
" you'd better disable it around the call to this function."
" :Stream stream\n"
" The dissassembly is written to this stream.\n"
" :Use-labels\n"
" Labels are generated instead of using instruction addresses.\n"
" :Base\n"
" :Case\n"
" :Radix\n"
" The disassembler uses the specified base, case, and radix when\n"
" printing the disassembled code. The default values are 16,\n"
" :downcase, and *print-radix*, respectively. "
msgstr ""
 
#: src/compiler/disassem.lisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment