Skip to content

Commit

Permalink
Update lib/fizzy/stack.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beregszaszi <[email protected]>
  • Loading branch information
chfast and axic authored Sep 16, 2020
1 parent 7154db0 commit ffe7c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fizzy/stack.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Stack
/// Contains current frame's locals (including arguments) and operand stack.
/// The storage space for locals and operand stack together is allocated as a
/// continuous memory. Elements occupy the storage space in the order:
/// arguments, local variables, operand stack.
/// arguments, local variables, operand stack. Arguments and local variables can be accessed under a single namespace and are separate from the stack itself.
class OperandStack
{
/// The size of the pre-allocated internal storage: 128 bytes.
Expand Down

0 comments on commit ffe7c0e

Please sign in to comment.