Deleted Added
sdiff udiff text old ( 14009:a4b36ce75361 ) new ( 14012:1bdf42ed6add )
full compact
1/*
2 * Copyright (c) 2012, 2018 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 96 unchanged lines hidden (view full) ---

105 uint8_t c;
106 if (!tryReadBlob(addr++, &c, 1))
107 return false;
108 if (!c)
109 return true;
110 str += c;
111 }
112}