diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-03-12 00:48:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-03-18 16:59:10 -0700 |
| commit | e8ddef93da5f112795eff66ff7dc7ccccc1baa86 (patch) | |
| tree | 223fad2fcc8d4e8b654925003cc596409136d69f /src/libcore/rt/stack.rs | |
| parent | 087a015a727b11d46ff5a309ff37c7967e8636d1 (diff) | |
| download | rust-e8ddef93da5f112795eff66ff7dc7ccccc1baa86.tar.gz rust-e8ddef93da5f112795eff66ff7dc7ccccc1baa86.zip | |
core: Cleanup rt::context
Diffstat (limited to 'src/libcore/rt/stack.rs')
| -rw-r--r-- | src/libcore/rt/stack.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/rt/stack.rs b/src/libcore/rt/stack.rs index 02c47218ed8..ef48025ffe6 100644 --- a/src/libcore/rt/stack.rs +++ b/src/libcore/rt/stack.rs @@ -27,6 +27,7 @@ pub impl StackSegment { } } + /// Point one word beyond the high end of the allocated stack fn end(&self) -> *uint { unsafe { vec::raw::to_ptr(self.buf).offset(self.buf.len()) as *uint |
