Zykluszeit im ByteCode
This commit is contained in:
@ -365,6 +365,7 @@ public class BytecodeEmitter {
|
||||
// Header
|
||||
w.Write(Encoding.ASCII.GetBytes(Bytecode.Magic));
|
||||
w.Write(Bytecode.Version);
|
||||
w.Write(Bytecode.DefaultCycleTime);
|
||||
|
||||
// Konstanten
|
||||
w.Write((ushort)consts.Count);
|
||||
|
||||
Reference in New Issue
Block a user