package sinstructions;
public class SMonitorexit extends SInstruction
{
	public SMonitorexit()
	{
		super((short)195, "monitorexit");
	}
}
