diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-12-18 00:39:23 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-12-18 00:39:23 +0000 |
commit | a8d88418ce8d716df2d7b7eb94af8a04c81cb1ca (patch) | |
tree | 362bb08472a471181ba5ad127f138e5f09b4d8c0 /indra/lscript/lscript_execute/lscript_execute.cpp | |
parent | d2a2b7fd552135b66aa7753eba4833b1197557b5 (diff) |
QAR-1075 svn merge -r106114:106224 svn+ssh://svn.lindenlab.com/svn/linden/branches/parcel-stats-merge
Diffstat (limited to 'indra/lscript/lscript_execute/lscript_execute.cpp')
-rw-r--r-- | indra/lscript/lscript_execute/lscript_execute.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/lscript/lscript_execute/lscript_execute.cpp b/indra/lscript/lscript_execute/lscript_execute.cpp index 6280719748..fff005b7bc 100644 --- a/indra/lscript/lscript_execute/lscript_execute.cpp +++ b/indra/lscript/lscript_execute/lscript_execute.cpp @@ -744,6 +744,11 @@ S32 LLScriptExecuteLSL2::getMajorVersion() const return major_version; } +U32 LLScriptExecuteLSL2::getUsedMemory() +{ + return getBytecodeSize(); +} + LLScriptExecute::LLScriptExecute() : mReset(FALSE) { |