diff --git a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml index 5dcd1559fe..87f15a255f 100644 --- a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml +++ b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml @@ -696,7 +696,7 @@ and attributes looks like zero or more of the following lines: -type=(ram_space|rom_space|register_space) +type=(ram_space|register_space) size=integer default wordsize=integer @@ -758,11 +758,6 @@ with register_space. -A space of type rom_space has seen -little use so far but is intended to be the same as -a ram_space that is not writable. - - At least one space needs to be labeled with the default attribute. This should be the space that the processor accesses with its main address bus. In diff --git a/GhidraDocs/languages/html/sleigh_definitions.html b/GhidraDocs/languages/html/sleigh_definitions.html index 850c189a51..9ecc2ad8eb 100644 --- a/GhidraDocs/languages/html/sleigh_definitions.html +++ b/GhidraDocs/languages/html/sleigh_definitions.html @@ -86,7 +86,7 @@ and attributes looks like zero or more of following lines:

-type=(ram_space|rom_space|register_space)
+type=(ram_space|register_space)
 size=integer
 default
 wordsize=integer
@@ -148,11 +148,6 @@ with register_space.
 

-A space of type rom_space has seen -little use so far but is intended to be the same as -a ram_space that is not writable. -

-

At least one space needs to be labeled with the default attribute. This should be the space that the processor accesses with its main address bus. In