コード例 #1
0
ファイル: Halt.java プロジェクト: cris3w/tp-vm-poo
 protected void executeAux(CPU cpu) {
   cpu.exit();
 }