diff --git a/libraries/libLSL/lslByteCode.cs b/libraries/libLSL/lslByteCode.cs
index ea9e0b02b9..4dffe22451 100644
--- a/libraries/libLSL/lslByteCode.cs
+++ b/libraries/libLSL/lslByteCode.cs
@@ -13,8 +13,8 @@ namespace libLSL
byte ins = nextInstruction();
lslOpcodes code = (lslOpcodes)ins;
- Object arg1;
- Object arg2;
+ Object arg1 = (Object)32;
+ Object arg2 = (Object)32;
switch (code)
{
@@ -117,7 +117,7 @@ namespace libLSL
/// Ze bytes!
byte[] getBytes(int num)
{
-
+ return new byte[1];
}
///