Skip to content

Commit

Permalink
deploy: a9a5d15
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Feb 15, 2024
1 parent cf40813 commit 3d907f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion experimental/fault-proof/cannon-fault-proof-vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ <h2 id="state"><a class="header" href="#state">State</a></h2>
<li><code>hi</code> - 32-bit MIPS HI special register.</li>
<li><code>heap</code> - 32-bit base address of the most recent memory allocation via mmap.</li>
<li><code>exitCode</code> - 8-bit exit code.</li>
<li><code>exited</code> - 1-bit indicator that the VM has exited.</li>
<li><code>exited</code> - 8-bit indicator that the VM has exited.</li>
<li><code>step</code> - 8-byte step counter.</li>
<li><code>registers</code> - General-purpose MIPS32 registers. Each register is a 32-bit value.</li>
</ol>
<p>The state is represented by packing the above fields, in order, into a 226-byte buffer.</p>
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5819,7 +5819,8 @@ <h2 id="state"><a class="header" href="#state">State</a></h2>
<li><code>hi</code> - 32-bit MIPS HI special register.</li>
<li><code>heap</code> - 32-bit base address of the most recent memory allocation via mmap.</li>
<li><code>exitCode</code> - 8-bit exit code.</li>
<li><code>exited</code> - 1-bit indicator that the VM has exited.</li>
<li><code>exited</code> - 8-bit indicator that the VM has exited.</li>
<li><code>step</code> - 8-byte step counter.</li>
<li><code>registers</code> - General-purpose MIPS32 registers. Each register is a 32-bit value.</li>
</ol>
<p>The state is represented by packing the above fields, in order, into a 226-byte buffer.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3d907f7

Please sign in to comment.