diff --git a/src/apps/debugger/arch/Architecture.cpp b/src/apps/debugger/arch/Architecture.cpp index 5fc769a4ca..05eb903689 100644 --- a/src/apps/debugger/arch/Architecture.cpp +++ b/src/apps/debugger/arch/Architecture.cpp @@ -122,8 +122,6 @@ Architecture::CreateStackTrace(Team* team, while (cpuState != NULL) { // get the instruction pointer target_addr_t instructionPointer = cpuState->InstructionPointer(); - if (instructionPointer == 0) - break; // get the image for the instruction pointer AutoLocker teamLocker(team);