From 8c53256023b920bf44235b2c21af37bbc320baa8 Mon Sep 17 00:00:00 2001 From: Florian Schmiderer Date: Wed, 8 May 2024 18:55:11 +0200 Subject: [PATCH] annotate pseudo asm with text so doctest doesn't try to compile it --- .../src/compiler-flags/patchable-function-entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md b/src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md index 4f64544e77984..7ad514213c94b 100644 --- a/src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md +++ b/src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md @@ -9,7 +9,7 @@ N defaults to 0. As an illustrative example, `-Z patchable-function-entry=3,2` would produce: -```ignore +```text nop nop function_label: