Changeset 556f9892 in mainline


Ignore:
Timestamp:
2010-04-26T19:33:48Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
acda8f0
Parents:
170332d
Message:

Add two missing interrupts_restore() in mips32 debugger code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/debugger.c

    r170332d r556f9892  
    164164                        printf("Duplicate breakpoint %d.\n", i);
    165165                        spinlock_unlock(&bkpoint_lock);
     166                        interrupts_restore(ipl);
    166167                        return 0;
    167168                } else if (breakpoints[i].address == (uintptr_t)argv->intval +
     
    171172                            "with %d.\n", i);
    172173                        spinlock_unlock(&bkpoint_lock);
     174                        interrupts_restore(ipl);
    173175                        return 0;
    174176                }
Note: See TracChangeset for help on using the changeset viewer.