Exemplo n.º 1
0
 /**
  * バックレジスタの値を取得します。
  *
  * @param v レジスタの値
  */
 @Override
 public void setValue(int v) {
   br.setValue(v);
 }