From d5d463fd2c4a395f443637055d67c9b8d060a272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Tue, 14 Nov 2017 17:42:26 +0100 Subject: [PATCH] See? Bugs. --- ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] };