Changeset 378757f in mainline


Ignore:
Timestamp:
2013-01-24T21:50:17Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f55b52f
Parents:
6968948
Message:

bootloader mm: add r0 to the list of clobbered registers in disable_paging()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/mm.c

    r6968948 r378757f  
    4545                "bic r0, r0, #1\n"
    4646                "mcr p15, 0, r0, c1, c0, 0\n"
     47                ::: "r0"
    4748        );
    4849}
Note: See TracChangeset for help on using the changeset viewer.