From 79f0a549e819344e0574cf198d443b11a44c24da Mon Sep 17 00:00:00 2001 From: Hannes Karppila Date: Fri, 26 Jul 2024 16:50:00 +0300 Subject: [PATCH] Newline --- src/fuel-vm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuel-vm/index.md b/src/fuel-vm/index.md index 7ae5eb88..fb443a20 100644 --- a/src/fuel-vm/index.md +++ b/src/fuel-vm/index.md @@ -209,4 +209,4 @@ If the context is internal, the owned memory range for a call frame is: ### Executability -Memory is only executable in range `[$is, $ssp)`. Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing [W^X](https://en.wikipedia.org/wiki/W%5EX) protection. \ No newline at end of file +Memory is only executable in range `[$is, $ssp)`. Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing [W^X](https://en.wikipedia.org/wiki/W%5EX) protection.