Private members
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package vm
|
||||
|
||||
const FunctionMemoryEntries = 16
|
||||
const functionMemoryEntries = 16
|
||||
|
||||
type StackFrame struct {
|
||||
PreviousFunctionIndex int64
|
||||
PreviousInstructionIndex int64
|
||||
FunctionMemory [FunctionMemoryEntries]uint64
|
||||
type stackFrame struct {
|
||||
previousFunctionIndex int64
|
||||
previousInstructionIndex int64
|
||||
functionMemory [functionMemoryEntries]uint64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user