Skip to content

Commit

Permalink
Fix some typos in the ASN.1 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Jun 26, 2024
1 parent e267a75 commit 5581280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvm/schema.asn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PVMTestSuite DEFINITIONS ::= BEGIN

-- a 32-bit signed integer
-- a 64-bit signed integer
I64 ::= INTEGER(-9223372036854775808..9223372036854775807)

-- a 32-bit unsigned integer
Expand Down Expand Up @@ -67,7 +67,7 @@ Testcase ::= SEQUENCE {
expected-pc U32,

-- (part of the "µ′" from the paper)
-- lists all non-zero values after the execution finishes; all accessible address not on this list must be filled with zeroes
-- lists all non-zero values after the execution finishes; all accessible addresses not on this list must be filled with zeroes
expected-memory MemoryChunk,

-- (the "ξ′" from the paper)
Expand Down

0 comments on commit 5581280

Please sign in to comment.