diff --git a/ops.cc b/ops.cc index d107ac3..c54ad12 100644 --- a/ops.cc +++ b/ops.cc @@ -257,7 +257,7 @@ void T_OpContext::run( stack.clear( ); stack.add( 0xffffffff ); - while ( 0 /* FIXME */ ) { + while ( !stack.empty( ) ) { // if ( instrPtr >= program.ops. auto const& instr{ program.ops[ instrPtr ] };