From a8d88418ce8d716df2d7b7eb94af8a04c81cb1ca Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Thu, 18 Dec 2008 00:39:23 +0000 Subject: QAR-1075 svn merge -r106114:106224 svn+ssh://svn.lindenlab.com/svn/linden/branches/parcel-stats-merge --- indra/lscript/lscript_execute/lscript_execute.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/lscript/lscript_execute') 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) { -- cgit v1.2.3