See? Bugs.

This commit is contained in:
Emmanuel BENOîT 2017-11-14 17:42:26 +01:00
parent c05ab54ca7
commit d5d463fd2c

2
ops.cc
View file

@ -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 ] };