diff options
author | johannst <johannst@users.noreply.github.com> | 2023-03-05 20:47:28 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-03-05 20:47:28 +0000 |
commit | 865c1d3231fd57c648121d961be91793d0bfe690 (patch) | |
tree | a9dc81103d1e9d38b6a7ffe1f728d5f0e4959610 /src/juicebox_asm/rt.rs.html | |
parent | 872cf6d06f4d77637b4627fdc583bab79ee2372f (diff) | |
download | juicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.tar.gz juicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.zip |
deploy: 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c
Diffstat (limited to 'src/juicebox_asm/rt.rs.html')
-rw-r--r-- | src/juicebox_asm/rt.rs.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/juicebox_asm/rt.rs.html b/src/juicebox_asm/rt.rs.html index a44e465..62ee9b7 100644 --- a/src/juicebox_asm/rt.rs.html +++ b/src/juicebox_asm/rt.rs.html @@ -49,7 +49,11 @@ <a href="#49" id="49">49</a> <a href="#50" id="50">50</a> <a href="#51" id="51">51</a> -</pre><pre class="rust"><code><span class="kw">use </span>core::ffi::c_void; +<a href="#52" id="52">52</a> +<a href="#53" id="53">53</a> +</pre><pre class="rust"><code><span class="doccomment">//! A simple runtime which can be used to execute emitted instructions. + +</span><span class="kw">use </span>core::ffi::c_void; <span class="kw">use </span>nix::sys::mman::{mmap, munmap, MapFlags, ProtFlags}; <span class="doccomment">/// A simple `mmap`ed runtime with executable pages. |