aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/libLSL/lslByteCode.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-05-03 05:13:22 +0000
committerAdam Frisby2007-05-03 05:13:22 +0000
commit8b2896291afc254ae0e7cca23ba64feaabff1e4a (patch)
tree127b13211b1a03122350b61e98460b3e13e32d9e /libraries/libLSL/lslByteCode.cs
parent* Added NOOP, POP, POPV, POPQ, DUP, DUPV, DUPQ instructions. (diff)
downloadopensim-SC_OLD-8b2896291afc254ae0e7cca23ba64feaabff1e4a.zip
opensim-SC_OLD-8b2896291afc254ae0e7cca23ba64feaabff1e4a.tar.gz
opensim-SC_OLD-8b2896291afc254ae0e7cca23ba64feaabff1e4a.tar.bz2
opensim-SC_OLD-8b2896291afc254ae0e7cca23ba64feaabff1e4a.tar.xz
Saving project / small changes. Will do more tomorrow.
Diffstat (limited to 'libraries/libLSL/lslByteCode.cs')
-rw-r--r--libraries/libLSL/lslByteCode.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libLSL/lslByteCode.cs b/libraries/libLSL/lslByteCode.cs
index 1b37f49..ea9e0b0 100644
--- a/libraries/libLSL/lslByteCode.cs
+++ b/libraries/libLSL/lslByteCode.cs
@@ -74,6 +74,10 @@ namespace libLSL
74 pushBytes(getBytes(16)); 74 pushBytes(getBytes(16));
75 break; 75 break;
76 76
77 case lslOpcodes.OP_STORE:
78 // Somefin.
79 break;
80
77 default: 81 default:
78 break; 82 break;
79 } 83 }