diff --git a/oscar64/NativeCodeGenerator.cpp b/oscar64/NativeCodeGenerator.cpp index cc9f5d3..6cffe2a 100644 --- a/oscar64/NativeCodeGenerator.cpp +++ b/oscar64/NativeCodeGenerator.cpp @@ -5243,6 +5243,7 @@ void NativeCodeInstruction::Assemble(NativeCodeBasicBlock* block) rl.mFlags = LREF_BREAKPOINT; block->mRelocations.Push(rl); + block->PutByte(0xEA); } else if (mType == ASMIT_JSR && mLinkerObject && (mLinkerObject->mFlags & LOBJF_INLINE)) {