See? Bugs.
This commit is contained in:
parent
c05ab54ca7
commit
d5d463fd2c
1 changed files with 1 additions and 1 deletions
2
ops.cc
2
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 ] };
|
||||
|
||||
|
|
Loading…
Reference in a new issue