Skip to content

Commit 835bc2d

Browse files
vezenovmTomAFrench
andauthored
Update acvm-repo/brillig/src/opcodes.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
1 parent fe0c0a3 commit 835bc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acvm-repo/brillig/src/opcodes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub enum MemoryAddress {
1212
/// Specifies an exact index in the VM's memory
1313
Direct(usize),
1414
/// Specifies an index relative to the stack pointer.
15+
///
1516
/// It is resolved as the current stack pointer plus the offset stored here.
1617
Relative(usize),
1718
}

0 commit comments

Comments
 (0)