From: Matheus Tavares Bernardino Date: Tue, 27 Dec 2022 20:49:04 +0000 (-0300) Subject: target/hexagon/idef-parser: fix two typos in README X-Git-Tag: v8.0.0-rc0~107^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa62435043bb43fdc6826e49e74babab8062c785;p=thirdparty%2Fqemu.git target/hexagon/idef-parser: fix two typos in README Signed-off-by: Matheus Tavares Bernardino Signed-off-by: Taylor Simpson Reviewed-by: Alessandro Di Federico Reviewed-by: Philippe Mathieu-Daudé Message-Id: --- diff --git a/target/hexagon/idef-parser/README.rst b/target/hexagon/idef-parser/README.rst index 65e6bf4ee56..ff6d14150ae 100644 --- a/target/hexagon/idef-parser/README.rst +++ b/target/hexagon/idef-parser/README.rst @@ -552,11 +552,11 @@ to compare our buggy CPU state against, running :: - meson configure -Dhexagon_idef_parser_enabled=false + meson configure -Dhexagon_idef_parser=false will disable the idef-parser for all instructions and fallback on manual tinycode generator overrides, or on helper function implementations. Recompiling -gives us ``qemu-hexagon`` which passes all tests. If ``qemu-heaxgon-buggy`` is +gives us ``qemu-hexagon`` which passes all tests. If ``qemu-hexagon-buggy`` is our binary with the incorrect tinycode generators, we can compare the CPU state between the two versions