Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
efbca12b
Commit
efbca12b
authored
Jul 17, 2003
by
Benoit Perrot
Browse files
Normalize accessors.
parent
dd307eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vm/memory.hh
View file @
efbca12b
...
...
@@ -68,11 +68,11 @@ namespace vm
}
public:
int
heap_size
()
int
get_
heap_size
()
{
return
_heap
.
size
();
}
int
stack_size
()
int
get_
stack_size
()
{
return
_stack
.
size
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment