package sinstructions;
public class SIfgt extends SBranch
{
	public SIfgt(int _sOffset)
	{
		super((short)157, "ifgt", _sOffset);
	}
}
