summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_execute/lscript_execute.cpp
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2008-12-18 00:39:23 +0000
committerChristian Goetze <cg@lindenlab.com>2008-12-18 00:39:23 +0000
commita8d88418ce8d716df2d7b7eb94af8a04c81cb1ca (patch)
tree362bb08472a471181ba5ad127f138e5f09b4d8c0 /indra/lscript/lscript_execute/lscript_execute.cpp
parentd2a2b7fd552135b66aa7753eba4833b1197557b5 (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.cpp5
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)
{