Skip to content

Instantly share code, notes, and snippets.

@kaspar030
Created August 6, 2020 09:52
Show Gist options
  • Save kaspar030/3fb89c4369a498a795d08b334c980568 to your computer and use it in GitHub Desktop.
Save kaspar030/3fb89c4369a498a795d08b334c980568 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
<!--
-*- coding: utf-8 -*-
-*- mode: python -*-
elf_diff
Copyright (C) 2019 Noseglasses ([email protected])
This program is free software: you can redistribute it and/or modify it under it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with along with
this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name="robots" content="noindex">
<title>ELF Binary Comparison - (c) 2019 by noseglasses</title>
<script src="/home/kaspar/src/elf_diff/bin/../js/sorttable.js"></script>
<link rel="stylesheet" href="/home/kaspar/src/elf_diff/bin/../css/elf_diff_general.css">
<style>
table.size_overview th:nth-child(1) { text-align: left; }
table.size_overview th:nth-child(2) { text-align: right; }
table.size_overview th:nth-child(3) { text-align: right; }
table.size_overview th:nth-child(4) { text-align: right; }
table.size_overview td:nth-child(1) { text-align: left; }
table.size_overview td:nth-child(2) { text-align: right; font-family: monospace;}
table.size_overview td:nth-child(3) { text-align: right; font-family: monospace;}
table.size_overview td:nth-child(4) { text-align: right; font-family: monospace;}
table.persisting_symbols th:nth-child(1) { text-align: left; }
table.persisting_symbols th:nth-child(2) { text-align: right; }
table.persisting_symbols th:nth-child(3) { text-align: right; }
table.persisting_symbols th:nth-child(4) { text-align: right; }
table.persisting_symbols th:nth-child(5) { text-align: right; }
table.persisting_symbols td:nth-child(1) { text-align: left; font-family: monospace;}
table.persisting_symbols td:nth-child(2) { text-align: right; font-family: monospace;}
table.persisting_symbols td:nth-child(3) { text-align: right; font-family: monospace;}
table.persisting_symbols td:nth-child(4) { text-align: right; font-family: monospace;}
table.persisting_symbols td:nth-child(5) { text-align: right; font-family: monospace;}
table.quad_col th:nth-child(1) { text-align: left; }
table.quad_col th:nth-child(2) { text-align: right; }
table.quad_col th:nth-child(3) { text-align: right; }
table.quad_col th:nth-child(4) { text-align: right; }
table.quad_col th:nth-child(5) { text-align: right; }
table.quad_col td:nth-child(1) { text-align: left; font-family: monospace;}
table.quad_col td:nth-child(2) { text-align: right; font-family: monospace;}
table.quad_col td:nth-child(3) { text-align: right; font-family: monospace;}
table.quad_col td:nth-child(4) { text-align: right; font-family: monospace;}
table.quad_col td:nth-child(5) { text-align: right; font-family: monospace;}
table.similar_symbols th:nth-child(1) { text-align: left; }
table.similar_symbols th:nth-child(2) { text-align: left; }
table.similar_symbols th:nth-child(3) { text-align: right; }
table.similar_symbols th:nth-child(4) { text-align: right; }
table.similar_symbols th:nth-child(5) { text-align: right; }
table.similar_symbols td:nth-child(1) { text-align: left; font-family: monospace;}
table.similar_symbols td:nth-child(2) { text-align: left; font-family: monospace;}
table.similar_symbols td:nth-child(3) { text-align: right; font-family: monospace;}
table.similar_symbols td:nth-child(4) { text-align: right; font-family: monospace;}
table.similar_symbols td:nth-child(5) { text-align: right; font-family: monospace;}
table.bin_col th:nth-child(1) { text-align: left; }
table.bin_col th:nth-child(2) { text-align: right; }
table.bin_col th:nth-child(3) { text-align: right; }
table.bin_col td:nth-child(1) { text-align: left; font-family: monospace;}
table.bin_col td:nth-child(2) { text-align: right; font-family: monospace;}
table.bin_col td:nth-child(3) { text-align: right; font-family: monospace;}
table.diff td {font-family: monospace;}
</style>
</head>
<body>
<H1>ELF Binary Comparison</H1>
generated: 2020-08-06 11:52:10
<H2>Binaries</H2>
<p>old: master.elf</p>
<p>new: pr.elf</p>
<H2>Resource Consumption</H2>
<H3>Program Storage</H3>
<table class = "fixed_table size_overview">
<col align="left">
<col align="right">
<col align="right">
<col align="right">
<thead><tr><th></th><th>Old/bytes</th><th>New/bytes</th><th>Delta/bytes</th></thead>
<tbody>
<tr><td>overall</td><td>93412</td><td>93388</td><td><span class="improvement number">-24</span></td></tr>
<tr><td>text</td><td>93228</td><td>93204</td><td><span class="improvement number">-24</span></td></tr>
<tr><td>data</td><td>184</td><td>184</td><td><span class="unchanged number">+0</span></td></tr>
</tbody>
</table>
<H3>Static RAM</H3>
<table class = "fixed_table size_overview">
<col align="left">
<col align="right">
<col align="right">
<col align="right">
<thead><tr><th></th><th>Old/bytes</th><th>New/bytes</th><th>Delta/bytes</th></thead>
<tbody>
<tr><td>overall</td><td>19432</td><td>19432</td><td><span class="unchanged number">+0</span></td></tr>
<tr><td>data</td><td>184</td><td>184</td><td><span class="unchanged number">+0</span></td></tr>
<tr><td>bss</td><td>19248</td><td>19248</td><td><span class="unchanged number">+0</span></td></tr>
</tbody>
</table>
<H3>Legend</H3>
<table>
<col align="left">
<col align="left">
<tbody>
<tr><td>text</td><td>instructions</td></tr>
<tr><td>data</td><td>initialized global or static variables</td></tr>
<tr><td>bss</td><td>uninitialized global or static variables</td></tr>
</tbody>
</table>
<H2>Symbols</H2>
<p>820 symbols found in master.elf</p>
<p>820 symbols found in pr.elf</p>
<H3>Persisting Symbols</H3>
<p>818 symbols persisted but potentially changed size (<span class="improvement number">-24</span> bytes of program memory)</p>
<table class="sortable persisting_symbols">
<thead><tr><th>Symbol</th><th>Type</th><th>Old Size/bytes</th><th>New Size/bytes</th><th>Delta/bytes</th></thead>
<tbody>
<tr><td><a name="table_msg_send_receive"><a href="#details_msg_send_receive">msg_send_receive</a></a></td><td>T</td><td><span class="number">88</span></td><td><span class="number">80</span></td><td><span class="improvement number">-8</span></td></tr>
<tr><td><a name="table__msg_receive"><a href="#details__msg_receive">_msg_receive</a></a></td><td>t</td><td><span class="number">244</span></td><td><span class="number">228</span></td><td><span class="improvement number">-16</span></td></tr>
</tbody>
</table>
<H3>Symbols Disappeared </H3>
<p>2 symbols disappeared (<span class="improvement number">-21</span> bytes of program memory)</p>
<table class="sortable bin_col">
<thead><tr><th>Symbol</th><th>Type</th><th>Size/bytes</th></thead>
<tbody>
<tr><td><a name="table_CSWTCH.40"><a href="#details_CSWTCH.40">CSWTCH.40</a></a></td><td>t</td><td><span class="number">18</span></td></tr>
<tr><td><a name="table_CSWTCH.123"><a href="#details_CSWTCH.123">CSWTCH.123</a></a></td><td>t</td><td><span class="number">3</span></td></tr>
</tbody>
</table>
<H3>New Symbols</H3>
<p>2 symbols were newly introduced (<span class="deterioration number">+21</span> bytes of program memory)</p>
<table class="sortable bin_col">
<thead><tr><th>Symbol</th><th>Type</th><th>Size/bytes</th></thead>
<tbody>
<tr><td><a name="table_CSWTCH.16"><a href="#details_CSWTCH.16">CSWTCH.16</a></a></td><td>t</td><td><span class="number">18</span></td></tr>
<tr><td><a name="table_CSWTCH.13"><a href="#details_CSWTCH.13">CSWTCH.13</a></a></td><td>t</td><td><span class="number">3</span></td></tr>
</tbody>
</table>
<H3>Similar Symbols</H3>
<p>4 pairs of similar symbols have been found.</p>
<p>Similarities may be due to symbols having been renamed or moved between classes and namespaces.
Please note that the listed pairs are not necessarily related. The table tries to aid finding actually related symbol pairs by listing those pairs that exhibit similarities in terms of namespaces, class names, function/method names or parameter signatures.</p>
<table class="sortable similar_symbols">
<thead><tr><th>ID</th><th>Symbols</th><th>Types</th><th>Sizes/bytes</th><th>Delta/bytes</th></thead>
<tbody>
<tr><td><a name="similar_table_1"><a href="#similar_details_1">1</a></a></td><td><p><a href="#details_CSWTCH.123">CSWTCH.123</a></p><p><a href="#details_CSWTCH.16">CSWTCH.16</a></p></td><td><p>t</p><p>t</p></td><td><p><span class="number">3</span></p><p><span class="number">18</span></p></td><td><span class="deterioration number">+15</span></td></tr>
<tr><td><a name="similar_table_2"><a href="#similar_details_2">2</a></a></td><td><p><a href="#details_CSWTCH.123">CSWTCH.123</a></p><p><a href="#details_CSWTCH.13">CSWTCH.13</a></p></td><td><p>t</p><p>t</p></td><td><p><span class="number">3</span></p><p><span class="number">3</span></p></td><td><span class="unchanged number">+0</span></td></tr>
<tr><td><a name="similar_table_3"><a href="#similar_details_3">3</a></a></td><td><p><a href="#details_CSWTCH.40">CSWTCH.40</a></p><p><a href="#details_CSWTCH.16">CSWTCH.16</a></p></td><td><p>t</p><p>t</p></td><td><p><span class="number">18</span></p><p><span class="number">18</span></p></td><td><span class="unchanged number">+0</span></td></tr>
<tr><td><a name="similar_table_4"><a href="#similar_details_4">4</a></a></td><td><p><a href="#details_CSWTCH.40">CSWTCH.40</a></p><p><a href="#details_CSWTCH.13">CSWTCH.13</a></p></td><td><p>t</p><p>t</p></td><td><p><span class="number">18</span></p><p><span class="number">3</span></p></td><td><span class="improvement number">-15</span></td></tr>
</tbody>
</table>
<H2>Symbol Details</H2>
<H3>Persisting Symbols</H3>
<H4><a name="details_.udivsi3_skip_div0_test"><a href="#table_.udivsi3_skip_div0_test"><span class="symbol_name">.udivsi3_skip_div0_test</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to0__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to0__14"><a href="#difflib_chg_to0__0">f</a></td><td class="diff_header" id="from0_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"><a href="#difflib_chg_to0__0">f</a></td><td class="diff_header" id="to0_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to0_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b410&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4}</td><td class="diff_next"></td><td class="diff_header" id="to0_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b410&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to0_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__1">n</a></td><td class="diff_header" id="from0_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d32c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">a4</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__1">n</a></td><td class="diff_header" id="to0_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d32c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">8c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to0_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0724&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to0_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0724&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__2">n</a></td><td class="diff_header" id="from0_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">5c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__2">n</a></td><td class="diff_header" id="to0_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">44</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4281&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to0_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4281&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__3">n</a></td><td class="diff_header" id="from0_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">5c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__3">n</a></td><td class="diff_header" id="to0_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">44</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to0_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;011b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to0_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;011b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__4">n</a></td><td class="diff_header" id="from0_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">4e</span>&nbsp;&lt;.udivsi3_skip_div0_test+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__4">n</a></td><td class="diff_header" id="to0_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">36</span>&nbsp;&lt;.udivsi3_skip_div0_test+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to0_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__5">n</a></td><td class="diff_header" id="from0_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">6c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__5">n</a></td><td class="diff_header" id="to0_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">54</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4281&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to0_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4281&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__6">n</a></td><td class="diff_header" id="from0_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">6c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__6">n</a></td><td class="diff_header" id="to0_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;117<span class="diff_chg">54</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0049&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to0_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0049&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to0_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__7">n</a></td><td class="diff_header" id="from0_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">5e</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__7">n</a></td><td class="diff_header" id="to0_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">46</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to0_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__8">n</a></td><td class="diff_header" id="from0_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">74</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__8">n</a></td><td class="diff_header" id="to0_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">5c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a40&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to0_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a40&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;431a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to0_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;431a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;084c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to0_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;084c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__9">n</a></td><td class="diff_header" id="from0_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;1178<span class="diff_sub">0</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x40&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__9">n</a></td><td class="diff_header" id="to0_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_add">6</span>8&nbsp;&lt;.udivsi3_skip_div0_test+0x40&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;085c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to0_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;085c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;088c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to0_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;088c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__10">n</a></td><td class="diff_header" id="from0_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">8c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x4c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__10">n</a></td><td class="diff_header" id="to0_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">74</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x4c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;089c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to0_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;089c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;08cc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to0_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;08cc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__11">n</a></td><td class="diff_header" id="from0_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_sub">9</span>8&nbsp;&lt;.udivsi3_skip_div0_test+0x58&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__11">n</a></td><td class="diff_header" id="to0_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;1178<span class="diff_add">0</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x58&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;08dc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to0_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;08dc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r3,&nbsp;#3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to0_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to0_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__12">n</a></td><td class="diff_header" id="from0_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">a4</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__12">n</a></td><td class="diff_header" id="to0_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">8c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;091b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to0_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;091b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__13">n</a></td><td class="diff_header" id="from0_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">a4</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__13">n</a></td><td class="diff_header" id="to0_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">8c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x64&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0909&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to0_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0909&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__14">n</a></td><td class="diff_header" id="from0_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">6c</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__14">n</a></td><td class="diff_header" id="to0_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;117<span class="diff_chg">54</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x2c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to0_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4}</td><td class="diff_next"></td><td class="diff_header" id="to0_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to0_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b501&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to0_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b501&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to0_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to0__top">t</a></td><td class="diff_header" id="from0_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f80b&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">c8</span>&nbsp;&lt;__aeabi_idiv0&gt;</td><td class="diff_next"><a href="#difflib_chg_to0__top">t</a></td><td class="diff_header" id="to0_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f80b&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">b0</span>&nbsp;&lt;__aeabi_idiv0&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to0_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from0_58">58</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to0_58">58</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details_GNRC_RPL_COUNTER_GREATER_THAN"><a href="#table_GNRC_RPL_COUNTER_GREATER_THAN"><span class="symbol_name">GNRC_RPL_COUNTER_GREATER_THAN</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to1__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to1__7"><a href="#difflib_chg_to1__0">f</a></td><td class="diff_header" id="from1_1">1</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"><a href="#difflib_chg_to1__0">f</a></td><td class="diff_header" id="to1_1">1</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to1_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_3">3</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td><td class="diff_next"></td><td class="diff_header" id="to1_3">3</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sxtb&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to1_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sxtb&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;((A&nbsp;&gt;&nbsp;GNRC_RPL_COUNTER_LOWER_REGION)&nbsp;?&nbsp;((B&nbsp;&gt;&nbsp;GNRC_RPL_COUNTER_LOWER_REGION)&nbsp;?</span></td><td class="diff_next"></td><td class="diff_header" id="to1_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;((A&nbsp;&gt;&nbsp;GNRC_RPL_COUNTER_LOWER_REGION)&nbsp;?&nbsp;((B&nbsp;&gt;&nbsp;GNRC_RPL_COUNTER_LOWER_REGION)&nbsp;?</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b24a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sxtb&nbsp;&nbsp;r2,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b24a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sxtb&nbsp;&nbsp;r2,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_7">7</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td><td class="diff_next"></td><td class="diff_header" id="to1_7">7</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to1_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__1">n</a></td><td class="diff_header" id="from1_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;fb<span class="diff_chg">de</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__1">n</a></td><td class="diff_header" id="to1_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;fb<span class="diff_chg">c6</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to1_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to1_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__2">n</a></td><td class="diff_header" id="from1_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;fb<span class="diff_sub">d</span>c&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x32&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__2">n</a></td><td class="diff_header" id="to1_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;fbc<span class="diff_add">4</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x32&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td><td class="diff_next"></td><td class="diff_header" id="to1_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__3">n</a></td><td class="diff_header" id="from1_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;fb<span class="diff_chg">c8</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__3">n</a></td><td class="diff_header" id="to1_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;fb<span class="diff_chg">b0</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td><td class="diff_next"></td><td class="diff_header" id="to1_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to1_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td><td class="diff_next"></td><td class="diff_header" id="to1_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to1_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td><td class="diff_next"></td><td class="diff_header" id="to1_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2a0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#15</td><td class="diff_next"></td><td class="diff_header" id="to1_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2a0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#15</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__4">n</a></td><td class="diff_header" id="from1_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dd07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ble.n&nbsp;fb<span class="diff_chg">d8</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__4">n</a></td><td class="diff_header" id="to1_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dd07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ble.n&nbsp;fb<span class="diff_chg">c0</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to1_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td><td class="diff_next"></td><td class="diff_header" id="to1_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__5">n</a></td><td class="diff_header" id="from1_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;fb<span class="diff_chg">d8</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__5">n</a></td><td class="diff_header" id="to1_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;fb<span class="diff_chg">c0</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a59&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a59&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;230f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#15</td><td class="diff_next"></td><td class="diff_header" id="to1_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;230f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#15</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0fca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to1_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0fca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#31</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r0,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to1_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r0,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td><td class="diff_next"></td><td class="diff_header" id="to1_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to1_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to1_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_36">36</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to1_36">36</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to1_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td><td class="diff_next"></td><td class="diff_header" id="to1_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A,&nbsp;B)&nbsp;:&nbsp;0)&nbsp;:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to1_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to1_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__6">n</a></td><td class="diff_header" id="from1_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dbfb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;fb<span class="diff_sub">d</span>c&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x32&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__6">n</a></td><td class="diff_header" id="to1_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dbfb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;fbc<span class="diff_add">4</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x32&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td><td class="diff_next"></td><td class="diff_header" id="to1_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||&nbsp;((A&nbsp;&gt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(A&nbsp;-&nbsp;B&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW)));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__7">n</a></td><td class="diff_header" id="from1_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d2ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;fb<span class="diff_chg">c8</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__7">n</a></td><td class="diff_header" id="to1_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d2ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcs.n&nbsp;fb<span class="diff_chg">b0</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_45">45</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td><td class="diff_next"></td><td class="diff_header" id="to1_45">45</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((A&nbsp;&lt;&nbsp;B)&nbsp;&amp;&amp;&nbsp;(GNRC_RPL_COUNTER_LOWER_REGION&nbsp;+&nbsp;1&nbsp;-&nbsp;B&nbsp;+&nbsp;A&nbsp;&lt;&nbsp;GNRC_RPL_COUNTER_SEQ_WINDOW))</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to1_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1a5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to1_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to1__top">t</a></td><td class="diff_header" id="from1_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;fbc<span class="diff_sub">4</span>&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to1__top">t</a></td><td class="diff_header" id="to1_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;fb<span class="diff_add">a</span>c&nbsp;&lt;GNRC_RPL_COUNTER_GREATER_THAN+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_49">49</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td><td class="diff_next"></td><td class="diff_header" id="to1_49">49</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from1_50">50</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to1_50">50</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___aeabi_lmul"><a href="#table___aeabi_lmul"><span class="symbol_name">__aeabi_lmul</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to2__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to2__0"><a href="#difflib_chg_to2__0">f</a></td><td class="diff_header" id="from2_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to2__0">f</a></td><td class="diff_header" id="to2_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to2_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to2_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to2_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to2_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to2_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4660&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r0,&nbsp;ip</td><td class="diff_next"></td><td class="diff_header" id="to2_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4660&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r0,&nbsp;ip</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to2_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4661&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r1,&nbsp;ip</td><td class="diff_next"></td><td class="diff_header" id="to2_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4661&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r1,&nbsp;ip</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b297&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r7,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to2_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b297&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r7,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4378&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r0,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to2_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4378&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r0,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r2,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to2_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r4,&nbsp;r2,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;435f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r7,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to2_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;435f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r7,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to2_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;434c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to2_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;434c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r0,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to2_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r0,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;468c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to2_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;468c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to2_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4464&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r4,&nbsp;ip</td><td class="diff_next"></td><td class="diff_header" id="to2_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4464&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r4,&nbsp;ip</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to2_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to2__top">t</a></td><td class="diff_header" id="from2_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;118<span class="diff_chg">78</span>&nbsp;&lt;__aeabi_lmul+0x30&gt;</td><td class="diff_next"><a href="#difflib_chg_to2__top">t</a></td><td class="diff_header" id="to2_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;118<span class="diff_chg">60</span>&nbsp;&lt;__aeabi_lmul+0x30&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2180&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to2_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2180&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0249&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to2_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0249&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;185b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to2_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;185b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9901&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to2_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9901&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;436a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r2,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to2_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;436a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r2,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4371&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r1,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to2_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4371&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r1,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r7,&nbsp;r4,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to2_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r7,&nbsp;r4,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18fb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r7,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to2_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18fb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r7,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0424&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to2_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0424&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to2_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to2_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1820&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to2_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1820&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1889&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to2_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1889&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to2_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to2_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from2_37">37</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to2_37">37</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___aeabi_uidivmod"><a href="#table___aeabi_uidivmod"><span class="symbol_name">__aeabi_uidivmod</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to3__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to3__1"><a href="#difflib_chg_to3__0">f</a></td><td class="diff_header" id="from3_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"><a href="#difflib_chg_to3__0">f</a></td><td class="diff_header" id="to3_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to3__1">n</a></td><td class="diff_header" id="from3_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">aa</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x6a&gt;</td><td class="diff_next"><a href="#difflib_chg_to3__1">n</a></td><td class="diff_header" id="to3_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">92</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x6a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b503&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to3_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b503&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to3__top">t</a></td><td class="diff_header" id="from3_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffc1&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">40</span>&nbsp;&lt;.udivsi3_skip_div0_test&gt;</td><td class="diff_next"><a href="#difflib_chg_to3__top">t</a></td><td class="diff_header" id="to3_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffc1&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">28</span>&nbsp;&lt;.udivsi3_skip_div0_test&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc0e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;r2,&nbsp;r3}</td><td class="diff_next"></td><td class="diff_header" id="to3_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc0e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;r2,&nbsp;r3}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4342&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to3_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4342&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a89&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to3_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a89&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4718&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to3_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4718&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to3_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from3_10">10</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to3_10">10</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___aeabi_uldivmod"><a href="#table___aeabi_uldivmod"><span class="symbol_name">__aeabi_uldivmod</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to4__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to4__5"><a href="#difflib_chg_to4__0">f</a></td><td class="diff_header" id="from4_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"><a href="#difflib_chg_to4__0">f</a></td><td class="diff_header" id="to4_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__1">n</a></td><td class="diff_header" id="from4_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">30</span>&nbsp;&lt;__aeabi_uldivmod+0x28&gt;</td><td class="diff_next"><a href="#difflib_chg_to4__1">n</a></td><td class="diff_header" id="to4_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">18</span>&nbsp;&lt;__aeabi_uldivmod+0x28&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to4_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__2">n</a></td><td class="diff_header" id="from4_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">30</span>&nbsp;&lt;__aeabi_uldivmod+0x28&gt;</td><td class="diff_next"><a href="#difflib_chg_to4__2">n</a></td><td class="diff_header" id="to4_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">18</span>&nbsp;&lt;__aeabi_uldivmod+0x28&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to4_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__3">n</a></td><td class="diff_header" id="from4_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">816</span>&nbsp;&lt;__aeabi_uldivmod+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to4__3">n</a></td><td class="diff_header" id="to4_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">7fe</span>&nbsp;&lt;__aeabi_uldivmod+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to4_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__4">n</a></td><td class="diff_header" id="from4_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;118<span class="diff_chg">1e</span>&nbsp;&lt;__aeabi_uldivmod+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to4__4">n</a></td><td class="diff_header" id="to4_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;118<span class="diff_chg">06</span>&nbsp;&lt;__aeabi_uldivmod+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to4_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;43c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mvns&nbsp;&nbsp;r1,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to4_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;43c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mvns&nbsp;&nbsp;r1,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to4_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b407&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2}</td><td class="diff_next"></td><td class="diff_header" id="to4_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b407&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__5">n</a></td><td class="diff_header" id="from4_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(118<span class="diff_chg">2c</span>&nbsp;&lt;__aeabi_uldivmod+0x24&gt;)</td><td class="diff_next"><a href="#difflib_chg_to4__5">n</a></td><td class="diff_header" id="to4_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(118<span class="diff_chg">14</span>&nbsp;&lt;__aeabi_uldivmod+0x24&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;a102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;pc,&nbsp;#8&nbsp;&nbsp;;&nbsp;(adr&nbsp;r1,&nbsp;118<span class="diff_chg">2c</span>&nbsp;&lt;__aeabi_uldivmod+0x24&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to4_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;a102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;pc,&nbsp;#8&nbsp;&nbsp;;&nbsp;(adr&nbsp;r1,&nbsp;118<span class="diff_chg">14</span>&nbsp;&lt;__aeabi_uldivmod+0x24&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to4_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to4_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to4_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to4_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffff9d&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffff9d</td><td class="diff_next"></td><td class="diff_header" id="to4_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffff9d&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffff9d</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b403&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1}</td><td class="diff_next"></td><td class="diff_header" id="to4_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b403&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4668&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r0,&nbsp;sp</td><td class="diff_next"></td><td class="diff_header" id="to4_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4668&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r0,&nbsp;sp</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b501&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to4_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b501&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to4_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to4__top">t</a></td><td class="diff_header" id="from4_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f82a&nbsp;&nbsp;&nbsp;bl&nbsp;118<span class="diff_chg">90</span>&nbsp;&lt;__udivmoddi4&gt;</td><td class="diff_next"><a href="#difflib_chg_to4__top">t</a></td><td class="diff_header" id="to4_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f82a&nbsp;&nbsp;&nbsp;bl&nbsp;118<span class="diff_chg">78</span>&nbsp;&lt;__udivmoddi4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to4_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;lr,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to4_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;lr,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to4_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r2,&nbsp;r3}</td><td class="diff_next"></td><td class="diff_header" id="to4_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bc0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r2,&nbsp;r3}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to4_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to4_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from4_31">31</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to4_31">31</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___clzdi2"><a href="#table___clzdi2"><span class="symbol_name">__clzdi2</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to5__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to5__2"><a href="#difflib_chg_to5__0">f</a></td><td class="diff_header" id="from5_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to5__0">f</a></td><td class="diff_header" id="to5_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to5_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to5__1">n</a></td><td class="diff_header" id="from5_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;119<span class="diff_chg">ae</span>&nbsp;&lt;__clzdi2+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to5__1">n</a></td><td class="diff_header" id="to5_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;119<span class="diff_chg">96</span>&nbsp;&lt;__clzdi2+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff11&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">cc</span>&nbsp;&lt;__clzsi2&gt;</td><td class="diff_next"></td><td class="diff_header" id="to5_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff11&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">b4</span>&nbsp;&lt;__clzsi2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#32</td><td class="diff_next"></td><td class="diff_header" id="to5_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#32</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to5__2">n</a></td><td class="diff_header" id="from5_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">b4</span>&nbsp;&lt;__clzdi2+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to5__2">n</a></td><td class="diff_header" id="to5_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">9c</span>&nbsp;&lt;__clzdi2+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to5_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to5__top">t</a></td><td class="diff_header" id="from5_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff0c&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">cc</span>&nbsp;&lt;__clzsi2&gt;</td><td class="diff_next"><a href="#difflib_chg_to5__top">t</a></td><td class="diff_header" id="to5_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff0c&nbsp;&nbsp;&nbsp;bl&nbsp;117<span class="diff_chg">b4</span>&nbsp;&lt;__clzsi2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to5_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to5_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from5_11">11</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to5_11">11</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___clzsi2"><a href="#table___clzsi2"><span class="symbol_name">__clzsi2</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to6__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to6__3"><a href="#difflib_chg_to6__0">f</a></td><td class="diff_header" id="from6_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;211c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#28</td><td class="diff_next"><a href="#difflib_chg_to6__0">f</a></td><td class="diff_header" id="to6_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;211c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to6_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;041b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to6_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;041b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to6_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to6__1">n</a></td><td class="diff_header" id="from6_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">da</span>&nbsp;&lt;__clzsi2+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to6__1">n</a></td><td class="diff_header" id="to6_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">c2</span>&nbsp;&lt;__clzsi2+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to6_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0c00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3910&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to6_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3910&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to6_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to6_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to6__2">n</a></td><td class="diff_header" id="from6_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">e4</span>&nbsp;&lt;__clzsi2+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to6__2">n</a></td><td class="diff_header" id="to6_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">cc</span>&nbsp;&lt;__clzsi2+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to6_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3908&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to6_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3908&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;091b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to6_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;091b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to6_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to6__3">n</a></td><td class="diff_header" id="from6_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">ee</span>&nbsp;&lt;__clzsi2+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to6__3">n</a></td><td class="diff_header" id="to6_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;117<span class="diff_chg">d6</span>&nbsp;&lt;__clzsi2+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to6_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to6_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to6__top">t</a></td><td class="diff_header" id="from6_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;a202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r2,&nbsp;pc,&nbsp;#8&nbsp;&nbsp;;&nbsp;(adr&nbsp;r2,&nbsp;117<span class="diff_chg">f8</span>&nbsp;&lt;__clzsi2+0x2c&gt;)</td><td class="diff_next"><a href="#difflib_chg_to6__top">t</a></td><td class="diff_header" id="to6_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;a202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r2,&nbsp;pc,&nbsp;#8&nbsp;&nbsp;;&nbsp;(adr&nbsp;r2,&nbsp;117<span class="diff_chg">e0</span>&nbsp;&lt;__clzsi2+0x2c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5c10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;r0]</td><td class="diff_next"></td><td class="diff_header" id="to6_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5c10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;r0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to6_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to6_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to6_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;02020304&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x02020304</td><td class="diff_next"></td><td class="diff_header" id="to6_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;02020304&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x02020304</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;01010101&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x01010101</td><td class="diff_next"></td><td class="diff_header" id="to6_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;01010101&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x01010101</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td><td class="diff_next"></td><td class="diff_header" id="to6_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from6_26">26</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to6_26">26</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___errno"><a href="#table___errno"><span class="symbol_name">__errno</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to7__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to7__0"><a href="#difflib_chg_to7__top">t</a></td><td class="diff_header" id="from7_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#4]&nbsp;&nbsp;&nbsp;;&nbsp;(119<span class="diff_chg">cc</span>&nbsp;&lt;__errno+0x8&gt;)</td><td class="diff_next"><a href="#difflib_chg_to7__top">t</a></td><td class="diff_header" id="to7_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#4]&nbsp;&nbsp;&nbsp;;&nbsp;(119<span class="diff_chg">b4</span>&nbsp;&lt;__errno+0x8&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from7_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to7_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from7_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to7_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from7_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to7_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from7_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20000250&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20000250</td><td class="diff_next"></td><td class="diff_header" id="to7_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20000250&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20000250</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from7_6">6</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to7_6">6</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___libc_init_array"><a href="#table___libc_init_array"><span class="symbol_name">__libc_init_array</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to8__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to8__5"><a href="#difflib_chg_to8__0">f</a></td><td class="diff_header" id="from8_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to8__0">f</a></td><td class="diff_header" id="to8_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to8_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__1">n</a></td><td class="diff_header" id="from8_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4d0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#48]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">b0</span>&nbsp;&lt;__libc_init_array+0x38&gt;)</td><td class="diff_next"><a href="#difflib_chg_to8__1">n</a></td><td class="diff_header" id="to8_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4d0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#48]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">98</span>&nbsp;&lt;__libc_init_array+0x38&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4c0d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[pc,&nbsp;#52]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">b4</span>&nbsp;&lt;__libc_init_array+0x3c&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to8_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4c0d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[pc,&nbsp;#52]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">9c</span>&nbsp;&lt;__libc_init_array+0x3c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to8_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;10a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;asrs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to8_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;10a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;asrs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to8_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__2">n</a></td><td class="diff_header" id="from8_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11e<span class="diff_chg">9c</span>&nbsp;&lt;__libc_init_array+0x24&gt;</td><td class="diff_next"><a href="#difflib_chg_to8__2">n</a></td><td class="diff_header" id="to8_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11e<span class="diff_chg">84</span>&nbsp;&lt;__libc_init_array+0x24&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to8_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__3">n</a></td><td class="diff_header" id="from8_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ee&nbsp;f91<span class="diff_sub">5</span>&nbsp;&nbsp;&nbsp;bl&nbsp;b8&nbsp;&lt;_init&gt;</td><td class="diff_next"><a href="#difflib_chg_to8__3">n</a></td><td class="diff_header" id="to8_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ee&nbsp;f9<span class="diff_add">2</span>1&nbsp;&nbsp;&nbsp;bl&nbsp;b8&nbsp;&lt;_init&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4d0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">b8</span>&nbsp;&lt;__libc_init_array+0x40&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to8_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4d0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">a0</span>&nbsp;&lt;__libc_init_array+0x40&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4c0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">bc</span>&nbsp;&lt;__libc_init_array+0x44&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to8_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4c0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(11e<span class="diff_chg">a4</span>&nbsp;&lt;__libc_init_array+0x44&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to8_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1b64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;10a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;asrs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to8_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;10a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;asrs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to8_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__4">n</a></td><td class="diff_header" id="from8_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11e<span class="diff_chg">a6</span>&nbsp;&lt;__libc_init_array+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to8__4">n</a></td><td class="diff_header" id="to8_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11e<span class="diff_chg">8e</span>&nbsp;&lt;__libc_init_array+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to8_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to8_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;58eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to8_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;58eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to8_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to8_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__5">n</a></td><td class="diff_header" id="from8_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11e<span class="diff_chg">84</span>&nbsp;&lt;__libc_init_array+0xc&gt;</td><td class="diff_next"><a href="#difflib_chg_to8__5">n</a></td><td class="diff_header" id="to8_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11e<span class="diff_chg">6c</span>&nbsp;&lt;__libc_init_array+0xc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to8_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;58eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to8_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;58eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to8_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to8_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to8__top">t</a></td><td class="diff_header" id="from8_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11e<span class="diff_chg">96</span>&nbsp;&lt;__libc_init_array+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to8__top">t</a></td><td class="diff_header" id="to8_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11e<span class="diff_chg">7e</span>&nbsp;&lt;__libc_init_array+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">24</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">24</span></td><td class="diff_next"></td><td class="diff_header" id="to8_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">0c</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">0c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">24</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">24</span></td><td class="diff_next"></td><td class="diff_header" id="to8_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">0c</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">0c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">24</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">24</span></td><td class="diff_next"></td><td class="diff_header" id="to8_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">0c</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">0c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">24</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">24</span></td><td class="diff_next"></td><td class="diff_header" id="to8_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016c<span class="diff_chg">0c</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016c<span class="diff_chg">0c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from8_32">32</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to8_32">32</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___malloc_lock"><a href="#table___malloc_lock"><span class="symbol_name">__malloc_lock</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to9__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to9__0"><a href="#difflib_chg_to9__0">f</a></td><td class="diff_header" id="from9_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to9__0">f</a></td><td class="diff_header" id="to9_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to9__top">t</a></td><td class="diff_header" id="from9_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(12<span class="diff_chg">9</span>0<span class="diff_sub">8</span>&nbsp;&lt;__malloc_lock+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to9__top">t</a></td><td class="diff_header" id="to9_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(12<span class="diff_chg">8f</span>0&nbsp;&lt;__malloc_lock+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from9_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fadf&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c2</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to9_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fadf&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">aa</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from9_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to9_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from9_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to9_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from9_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be0&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be0</td><td class="diff_next"></td><td class="diff_header" id="to9_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be0&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from9_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to9_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___malloc_unlock"><a href="#table___malloc_unlock"><span class="symbol_name">__malloc_unlock</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to10__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to10__0"><a href="#difflib_chg_to10__0">f</a></td><td class="diff_header" id="from10_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to10__0">f</a></td><td class="diff_header" id="to10_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to10__top">t</a></td><td class="diff_header" id="from10_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(129<span class="diff_chg">18</span>&nbsp;&lt;__malloc_unlock+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to10__top">t</a></td><td class="diff_header" id="to10_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(129<span class="diff_chg">00</span>&nbsp;&lt;__malloc_unlock+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from10_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fad8&nbsp;&nbsp;&nbsp;bl&nbsp;11ec<span class="diff_sub">4</span>&nbsp;&lt;__retarget_lock_release_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to10_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fad8&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_add">a</span>c&nbsp;&lt;__retarget_lock_release_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from10_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to10_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from10_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to10_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from10_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be0&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be0</td><td class="diff_next"></td><td class="diff_header" id="to10_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be0&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from10_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to10_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sclose"><a href="#table___sclose"><span class="symbol_name">__sclose</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to11__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to11__0"><a href="#difflib_chg_to11__0">f</a></td><td class="diff_header" id="from11_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to11__0">f</a></td><td class="diff_header" id="to11_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from11_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to11_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from11_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to11_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to11__top">t</a></td><td class="diff_header" id="from11_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fef<span class="diff_chg">1</span>&nbsp;&nbsp;&nbsp;bl&nbsp;114&nbsp;&lt;_close_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to11__top">t</a></td><td class="diff_header" id="to11_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fef<span class="diff_chg">d</span>&nbsp;&nbsp;&nbsp;bl&nbsp;114&nbsp;&lt;_close_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from11_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to11_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from11_6">6</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to11_6">6</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sflush_r"><a href="#table___sflush_r"><span class="symbol_name">__sflush_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to12__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to12__29"><a href="#difflib_chg_to12__0">f</a></td><td class="diff_header" id="from12_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to12__0">f</a></td><td class="diff_header" id="to12_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to12_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to12_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;071a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to12_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;071a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#28</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__1">n</a></td><td class="diff_header" id="from12_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d45f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;11a<span class="diff_chg">9c</span>&nbsp;&lt;__sflush_r+0xcc&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__1">n</a></td><td class="diff_header" id="to12_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d45f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;11a<span class="diff_chg">84</span>&nbsp;&lt;__sflush_r+0xcc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;684a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;684a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__2">n</a></td><td class="diff_header" id="from12_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;119<span class="diff_chg">ec</span>&nbsp;&lt;__sflush_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__2">n</a></td><td class="diff_header" id="to12_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;119<span class="diff_chg">d4</span>&nbsp;&lt;__sflush_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__3">n</a></td><td class="diff_header" id="from12_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;119<span class="diff_chg">ec</span>&nbsp;&lt;__sflush_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__3">n</a></td><td class="diff_header" id="to12_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;119<span class="diff_chg">d4</span>&nbsp;&lt;__sflush_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdfe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;r2,&nbsp;r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to12_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdfe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r1,&nbsp;r2,&nbsp;r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6ae7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#44]&nbsp;&nbsp;;&nbsp;0x2c</td><td class="diff_next"></td><td class="diff_header" id="to12_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6ae7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#44]&nbsp;&nbsp;;&nbsp;0x2c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__4">n</a></td><td class="diff_header" id="from12_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">e8</span>&nbsp;&lt;__sflush_r+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__4">n</a></td><td class="diff_header" id="to12_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2180&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to12_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2180&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to12_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#5</td><td class="diff_next"></td><td class="diff_header" id="to12_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;400a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r2,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to12_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;400a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r2,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;420b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to12_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;420b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__5">n</a></td><td class="diff_header" id="from12_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a6<span class="diff_sub">e</span>&nbsp;&lt;__sflush_r+0x9e&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__5">n</a></td><td class="diff_header" id="to12_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_add">5</span>6&nbsp;&lt;__sflush_r+0x9e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6d60&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td><td class="diff_next"></td><td class="diff_header" id="to12_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6d60&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;075b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to12_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;075b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#29</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__6">n</a></td><td class="diff_header" id="from12_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d506&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">1a</span>&nbsp;&lt;__sflush_r+0x4a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__6">n</a></td><td class="diff_header" id="to12_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d506&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">02</span>&nbsp;&lt;__sflush_r+0x4a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1ac0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to12_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1ac0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b63&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b63&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__7">n</a></td><td class="diff_header" id="from12_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">1a</span>&nbsp;&lt;__sflush_r+0x4a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__7">n</a></td><td class="diff_header" id="to12_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">02</span>&nbsp;&lt;__sflush_r+0x4a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1ac0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to12_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1ac0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to12_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td><td class="diff_next"></td><td class="diff_header" id="to12_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to12_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6ae7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#44]&nbsp;&nbsp;;&nbsp;0x2c</td><td class="diff_next"></td><td class="diff_header" id="to12_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6ae7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#44]&nbsp;&nbsp;;&nbsp;0x2c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to12_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to12_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__8">n</a></td><td class="diff_header" id="from12_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">3a</span>&nbsp;&lt;__sflush_r+0x6a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__8">n</a></td><td class="diff_header" id="to12_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">22</span>&nbsp;&lt;__sflush_r+0x6a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b1d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to12_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b1d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#29</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__9">n</a></td><td class="diff_header" id="from12_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d831&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;11a<span class="diff_chg">96</span>&nbsp;&lt;__sflush_r+0xc6&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__9">n</a></td><td class="diff_header" id="to12_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d831&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;11a<span class="diff_chg">7e</span>&nbsp;&lt;__sflush_r+0xc6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a2c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#176]&nbsp;;&nbsp;(11a<span class="diff_chg">e4</span>&nbsp;&lt;__sflush_r+0x114&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to12_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a2c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#176]&nbsp;;&nbsp;(11a<span class="diff_chg">cc</span>&nbsp;&lt;__sflush_r+0x114&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;40da&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to12_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;40da&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07d3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r2,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to12_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07d3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r2,&nbsp;#31</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__10">n</a></td><td class="diff_header" id="from12_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d52d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">96</span>&nbsp;&lt;__sflush_r+0xc6&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__10">n</a></td><td class="diff_header" id="to12_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d52d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">7e</span>&nbsp;&lt;__sflush_r+0xc6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to12_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;04cb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r1,&nbsp;#19</td><td class="diff_next"></td><td class="diff_header" id="to12_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;04cb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r1,&nbsp;#19</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__11">n</a></td><td class="diff_header" id="from12_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d505&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">52</span>&nbsp;&lt;__sflush_r+0x82&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__11">n</a></td><td class="diff_header" id="to12_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d505&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11a<span class="diff_chg">3a</span>&nbsp;&lt;__sflush_r+0x82&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to12_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__12">n</a></td><td class="diff_header" id="from12_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">50</span>&nbsp;&lt;__sflush_r+0x80&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__12">n</a></td><td class="diff_header" id="to12_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">38</span>&nbsp;&lt;__sflush_r+0x80&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__13">n</a></td><td class="diff_header" id="from12_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">52</span>&nbsp;&lt;__sflush_r+0x82&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__13">n</a></td><td class="diff_header" id="to12_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">3a</span>&nbsp;&lt;__sflush_r+0x82&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6560&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td><td class="diff_next"></td><td class="diff_header" id="to12_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6560&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__14">n</a></td><td class="diff_header" id="from12_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">e8</span>&nbsp;&lt;__sflush_r+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__14">n</a></td><td class="diff_header" id="to12_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to12_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td><td class="diff_next"></td><td class="diff_header" id="to12_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to12_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__15">n</a></td><td class="diff_header" id="from12_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">68</span>&nbsp;&lt;__sflush_r+0x98&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__15">n</a></td><td class="diff_header" id="to12_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">50</span>&nbsp;&lt;__sflush_r+0x98&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to12_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__16">n</a></td><td class="diff_header" id="from12_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;fa4e&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">f04</span>&nbsp;&lt;_free_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__16">n</a></td><td class="diff_header" id="to12_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;fa4e&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">eec</span>&nbsp;&lt;_free_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__17">n</a></td><td class="diff_header" id="from12_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">ea</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__17">n</a></td><td class="diff_header" id="to12_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">d2</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to12_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to12_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td><td class="diff_next"></td><td class="diff_header" id="to12_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to12_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to12_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__18">n</a></td><td class="diff_header" id="from12_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1c5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">a06</span>&nbsp;&lt;__sflush_r+0x36&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__18">n</a></td><td class="diff_header" id="to12_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1c5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">9ee</span>&nbsp;&lt;__sflush_r+0x36&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;682b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__19">n</a></td><td class="diff_header" id="from12_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11<span class="diff_chg">a06</span>&nbsp;&lt;__sflush_r+0x36&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__19">n</a></td><td class="diff_header" id="to12_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11<span class="diff_chg">9ee</span>&nbsp;&lt;__sflush_r+0x36&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b1d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to12_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b1d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#29</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__20">n</a></td><td class="diff_header" id="from12_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">88</span>&nbsp;&lt;__sflush_r+0xb8&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__20">n</a></td><td class="diff_header" id="to12_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11a<span class="diff_chg">70</span>&nbsp;&lt;__sflush_r+0xb8&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#22</td><td class="diff_next"></td><td class="diff_header" id="to12_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#22</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__21">n</a></td><td class="diff_header" id="from12_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">8c</span>&nbsp;&lt;__sflush_r+0xbc&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__21">n</a></td><td class="diff_header" id="to12_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">74</span>&nbsp;&lt;__sflush_r+0xbc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__22">n</a></td><td class="diff_header" id="from12_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">e8</span>&nbsp;&lt;__sflush_r+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__22">n</a></td><td class="diff_header" id="to12_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to12_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__23">n</a></td><td class="diff_header" id="from12_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7a9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">ea</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__23">n</a></td><td class="diff_header" id="to12_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7a9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">d2</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;430b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to12_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;430b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__24">n</a></td><td class="diff_header" id="from12_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11a<span class="diff_chg">92</span>&nbsp;&lt;__sflush_r+0xc2&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__24">n</a></td><td class="diff_header" id="to12_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11a<span class="diff_chg">7a</span>&nbsp;&lt;__sflush_r+0xc2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;690f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r1,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to12_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;690f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r1,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__25">n</a></td><td class="diff_header" id="from12_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">e8</span>&nbsp;&lt;__sflush_r+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__25">n</a></td><td class="diff_header" id="to12_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;680a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;680a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;600f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r1,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to12_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;600f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r1,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1bd2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to12_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1bd2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;079b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#30</td><td class="diff_next"></td><td class="diff_header" id="to12_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;079b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#30</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__26">n</a></td><td class="diff_header" id="from12_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">b2</span>&nbsp;&lt;__sflush_r+0xe2&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__26">n</a></td><td class="diff_header" id="to12_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11a<span class="diff_chg">9a</span>&nbsp;&lt;__sflush_r+0xe2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;694a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to12_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;694a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r1,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to12_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__27">n</a></td><td class="diff_header" id="from12_116">116</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;11a<span class="diff_chg">bc</span>&nbsp;&lt;__sflush_r+0xec&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__27">n</a></td><td class="diff_header" id="to12_116">116</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;11a<span class="diff_chg">a4</span>&nbsp;&lt;__sflush_r+0xec&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e795&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">e8</span>&nbsp;&lt;__sflush_r+0x18&gt;</td><td class="diff_next"></td><td class="diff_header" id="to12_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e795&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to12_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to12_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_120">120</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_120">120</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td><td class="diff_next"></td><td class="diff_header" id="to12_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6aa6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r4,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td><td class="diff_next"></td><td class="diff_header" id="to12_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6aa6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r4,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to12_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_124">124</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to12_124">124</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__28">n</a></td><td class="diff_header" id="from12_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;11a<span class="diff_chg">da</span>&nbsp;&lt;__sflush_r+0x10a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__28">n</a></td><td class="diff_header" id="to12_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;11a<span class="diff_chg">c2</span>&nbsp;&lt;__sflush_r+0x10a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to12_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_128">128</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_128">128</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to12_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to12_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to12_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__29">n</a></td><td class="diff_header" id="from12_132">132</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e787&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">ea</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__29">n</a></td><td class="diff_header" id="to12_132">132</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e787&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">d2</span>&nbsp;&lt;__sflush_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_133">133</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_133">133</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_134">134</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;183f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r7,&nbsp;r7,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to12_134">134</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;183f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r7,&nbsp;r7,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_135">135</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to12_135">135</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_136">136</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to12_136">136</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to12__top">t</a></td><td class="diff_header" id="from12_137">137</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11a<span class="diff_chg">b4</span>&nbsp;&lt;__sflush_r+0xe4&gt;</td><td class="diff_next"><a href="#difflib_chg_to12__top">t</a></td><td class="diff_header" id="to12_137">137</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11a<span class="diff_chg">9c</span>&nbsp;&lt;__sflush_r+0xe4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_138">138</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20400001&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20400001</td><td class="diff_next"></td><td class="diff_header" id="to12_138">138</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20400001&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20400001</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from12_139">139</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to12_139">139</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfmoreglue"><a href="#table___sfmoreglue"><span class="symbol_name">__sfmoreglue</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to13__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to13__2"><a href="#difflib_chg_to13__0">f</a></td><td class="diff_header" id="from13_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to13__0">f</a></td><td class="diff_header" id="to13_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2568&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#104&nbsp;;&nbsp;0x68</td><td class="diff_next"></td><td class="diff_header" id="to13_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2568&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#104&nbsp;;&nbsp;0x68</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e4a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to13_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e4a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4355&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r5,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to13_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4355&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r5,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to13_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to13_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#116&nbsp;;&nbsp;0x74</td><td class="diff_next"></td><td class="diff_header" id="to13_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#116&nbsp;;&nbsp;0x74</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to13__1">n</a></td><td class="diff_header" id="from13_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f9cd&nbsp;&nbsp;&nbsp;bl&nbsp;11f<span class="diff_sub">9</span>8&nbsp;&lt;_malloc_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to13__1">n</a></td><td class="diff_header" id="to13_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f9cd&nbsp;&nbsp;&nbsp;bl&nbsp;11f8<span class="diff_add">0</span>&nbsp;&lt;_malloc_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to13_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to13__2">n</a></td><td class="diff_header" id="from13_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11c<span class="diff_sub">14</span>&nbsp;&lt;__sfmoreglue+0x28&gt;</td><td class="diff_next"><a href="#difflib_chg_to13__2">n</a></td><td class="diff_header" id="to13_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11<span class="diff_add">bf</span>c&nbsp;&lt;__sfmoreglue+0x28&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to13_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to13_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[r0,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to13_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[r0,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6046&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to13_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6046&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;300c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to13_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;300c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to13_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#104&nbsp;;&nbsp;0x68</td><td class="diff_next"></td><td class="diff_header" id="to13_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#104&nbsp;;&nbsp;0x68</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to13__top">t</a></td><td class="diff_header" id="from13_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f970&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">f4</span>&nbsp;&lt;memset&gt;</td><td class="diff_next"><a href="#difflib_chg_to13__top">t</a></td><td class="diff_header" id="to13_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f970&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">dc</span>&nbsp;&lt;memset&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to13_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to13_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from13_21">21</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to13_21">21</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfp"><a href="#table___sfp"><span class="symbol_name">__sfp</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to14__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to14__14"><a href="#difflib_chg_to14__0">f</a></td><td class="diff_header" id="from14_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to14__0">f</a></td><td class="diff_header" id="to14_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to14_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__1">n</a></td><td class="diff_header" id="from14_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffa4&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">18</span>&nbsp;&lt;__sfp_lock_acquire&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__1">n</a></td><td class="diff_header" id="to14_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffa4&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">00</span>&nbsp;&lt;__sfp_lock_acquire&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b1f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#124]&nbsp;;&nbsp;(11d<span class="diff_chg">50</span>&nbsp;&lt;__sfp+0x88&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to14_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b1f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#124]&nbsp;;&nbsp;(11d<span class="diff_chg">38</span>&nbsp;&lt;__sfp+0x88&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to14_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to14_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__2">n</a></td><td class="diff_header" id="from14_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">e0</span>&nbsp;&lt;__sfp+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__2">n</a></td><td class="diff_header" id="to14_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">c8</span>&nbsp;&lt;__sfp+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to14_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__3">n</a></td><td class="diff_header" id="from14_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffbc&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">58</span>&nbsp;&lt;__sinit&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__3">n</a></td><td class="diff_header" id="to14_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffbc&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">40</span>&nbsp;&lt;__sinit&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3648&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#72&nbsp;&nbsp;;&nbsp;0x48</td><td class="diff_next"></td><td class="diff_header" id="to14_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3648&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#72&nbsp;&nbsp;;&nbsp;0x48</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68b4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r6,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to14_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68b4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r6,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to14_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to14_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__4">n</a></td><td class="diff_header" id="from14_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d504&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11c<span class="diff_chg">f4</span>&nbsp;&lt;__sfp+0x2c&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__4">n</a></td><td class="diff_header" id="to14_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d504&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;11c<span class="diff_chg">dc</span>&nbsp;&lt;__sfp+0x2c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to14_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__5">n</a></td><td class="diff_header" id="from14_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11d<span class="diff_chg">36</span>&nbsp;&lt;__sfp+0x6e&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__5">n</a></td><td class="diff_header" id="to14_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11d<span class="diff_chg">1e</span>&nbsp;&lt;__sfp+0x6e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6836&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6836&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__6">n</a></td><td class="diff_header" id="from14_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11c<span class="diff_chg">e2</span>&nbsp;&lt;__sfp+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__6">n</a></td><td class="diff_header" id="to14_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11c<span class="diff_chg">ca</span>&nbsp;&lt;__sfp+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to14_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r5,&nbsp;[r4,&nbsp;r2]</td><td class="diff_next"></td><td class="diff_header" id="to14_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r5,&nbsp;[r4,&nbsp;r2]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to14_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__7">n</a></td><td class="diff_header" id="from14_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d11a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11d<span class="diff_chg">32</span>&nbsp;&lt;__sfp+0x6a&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__7">n</a></td><td class="diff_header" id="to14_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d11a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11d<span class="diff_chg">1a</span>&nbsp;&lt;__sfp+0x6a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to14_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__8">n</a></td><td class="diff_header" id="from14_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#84]&nbsp;&nbsp;;&nbsp;(11d<span class="diff_chg">54</span>&nbsp;&lt;__sfp+0x8c&gt;)</td><td class="diff_next"><a href="#difflib_chg_to14__8">n</a></td><td class="diff_header" id="to14_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#84]&nbsp;&nbsp;;&nbsp;(11d<span class="diff_chg">3c</span>&nbsp;&lt;__sfp+0x8c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3058&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td><td class="diff_next"></td><td class="diff_header" id="to14_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3058&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to14_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6665&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#100]&nbsp;;&nbsp;0x64</td><td class="diff_next"></td><td class="diff_header" id="to14_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6665&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#100]&nbsp;;&nbsp;0x64</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__9">n</a></td><td class="diff_header" id="from14_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8db&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c0</span>&nbsp;&lt;__retarget_lock_init_recursive&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__9">n</a></td><td class="diff_header" id="to14_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8db&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">a8</span>&nbsp;&lt;__retarget_lock_init_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff8d&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">28</span>&nbsp;&lt;__sfp_lock_release&gt;</td><td class="diff_next"></td><td class="diff_header" id="to14_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff8d&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">10</span>&nbsp;&lt;__sfp_lock_release&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to14_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to14_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to14_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6025&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6025&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to14_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6065&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to14_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6065&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to14_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to14_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to14_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;305c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#92&nbsp;&nbsp;;&nbsp;0x5c</td><td class="diff_next"></td><td class="diff_header" id="to14_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;305c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#92&nbsp;&nbsp;;&nbsp;0x5c</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__10">n</a></td><td class="diff_header" id="from14_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8e7&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">f4</span>&nbsp;&lt;memset&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__10">n</a></td><td class="diff_header" id="to14_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8e7&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">dc</span>&nbsp;&lt;memset&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6365&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to14_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6365&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;63a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#56]&nbsp;&nbsp;;&nbsp;0x38</td><td class="diff_next"></td><td class="diff_header" id="to14_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;63a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#56]&nbsp;&nbsp;;&nbsp;0x38</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#72]&nbsp;&nbsp;;&nbsp;0x48</td><td class="diff_next"></td><td class="diff_header" id="to14_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64a5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#72]&nbsp;&nbsp;;&nbsp;0x48</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64e5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#76]&nbsp;&nbsp;;&nbsp;0x4c</td><td class="diff_next"></td><td class="diff_header" id="to14_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64e5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#76]&nbsp;&nbsp;;&nbsp;0x4c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to14_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to14_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3468&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#104&nbsp;;&nbsp;0x68</td><td class="diff_next"></td><td class="diff_header" id="to14_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3468&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#104&nbsp;;&nbsp;0x68</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__11">n</a></td><td class="diff_header" id="from14_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7d7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11ce<span class="diff_sub">6</span>&nbsp;&lt;__sfp+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__11">n</a></td><td class="diff_header" id="to14_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7d7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11c<span class="diff_add">c</span>e&nbsp;&lt;__sfp+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to14_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0038&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to14_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0038&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__12">n</a></td><td class="diff_header" id="from14_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff57&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">ec</span>&nbsp;&lt;__sfmoreglue&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__12">n</a></td><td class="diff_header" id="to14_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff57&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">d4</span>&nbsp;&lt;__sfmoreglue&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to14_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__13">n</a></td><td class="diff_header" id="from14_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">f0</span>&nbsp;&lt;__sfp+0x28&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__13">n</a></td><td class="diff_header" id="to14_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">d8</span>&nbsp;&lt;__sfp+0x28&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff70&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">28</span>&nbsp;&lt;__sfp_lock_release&gt;</td><td class="diff_next"></td><td class="diff_header" id="to14_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff70&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">10</span>&nbsp;&lt;__sfp_lock_release&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to14_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;603b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to14_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;603b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__14">n</a></td><td class="diff_header" id="from14_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11d<span class="diff_chg">2e</span>&nbsp;&lt;__sfp+0x66&gt;</td><td class="diff_next"><a href="#difflib_chg_to14__14">n</a></td><td class="diff_header" id="to14_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11d<span class="diff_chg">16</span>&nbsp;&lt;__sfp+0x66&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to14_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to14__top">t</a></td><td class="diff_header" id="from14_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016<span class="diff_chg">b0c</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016<span class="diff_chg">b0c</span></td><td class="diff_next"><a href="#difflib_chg_to14__top">t</a></td><td class="diff_header" id="to14_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016<span class="diff_chg">af4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016<span class="diff_chg">af4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffff0001&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffff0001</td><td class="diff_next"></td><td class="diff_header" id="to14_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffff0001&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffff0001</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from14_64">64</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to14_64">64</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfp_lock_acquire"><a href="#table___sfp_lock_acquire"><span class="symbol_name">__sfp_lock_acquire</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to15__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to15__0"><a href="#difflib_chg_to15__0">f</a></td><td class="diff_header" id="from15_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to15__0">f</a></td><td class="diff_header" id="to15_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to15__top">t</a></td><td class="diff_header" id="from15_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">24</span>&nbsp;&lt;__sfp_lock_acquire+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to15__top">t</a></td><td class="diff_header" id="to15_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">0c</span>&nbsp;&lt;__sfp_lock_acquire+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from15_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f951&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c2</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to15_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f951&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">aa</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from15_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to15_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from15_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to15_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from15_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be4</td><td class="diff_next"></td><td class="diff_header" id="to15_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from15_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to15_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfp_lock_release"><a href="#table___sfp_lock_release"><span class="symbol_name">__sfp_lock_release</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to16__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to16__0"><a href="#difflib_chg_to16__0">f</a></td><td class="diff_header" id="from16_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to16__0">f</a></td><td class="diff_header" id="to16_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to16__top">t</a></td><td class="diff_header" id="from16_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">34</span>&nbsp;&lt;__sfp_lock_release+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to16__top">t</a></td><td class="diff_header" id="to16_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">1c</span>&nbsp;&lt;__sfp_lock_release+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from16_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f94a&nbsp;&nbsp;&nbsp;bl&nbsp;11ec<span class="diff_sub">4</span>&nbsp;&lt;__retarget_lock_release_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to16_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f94a&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_add">a</span>c&nbsp;&lt;__retarget_lock_release_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from16_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to16_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from16_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to16_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from16_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be4</td><td class="diff_next"></td><td class="diff_header" id="to16_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004be4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004be4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from16_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to16_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfputc_r"><a href="#table___sfputc_r"><span class="symbol_name">__sfputc_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to17__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to17__4"><a href="#difflib_chg_to17__0">f</a></td><td class="diff_header" id="from17_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6893&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#8]</td><td class="diff_next"><a href="#difflib_chg_to17__0">f</a></td><td class="diff_header" id="to17_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6893&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to17_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to17_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6093&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to17_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6093&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to17_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to17__1">n</a></td><td class="diff_header" id="from17_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;da04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;129<span class="diff_chg">32</span>&nbsp;&lt;__sfputc_r+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to17__1">n</a></td><td class="diff_header" id="to17_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;da04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;129<span class="diff_chg">1a</span>&nbsp;&lt;__sfputc_r+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6994&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r2,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to17_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6994&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r2,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to17_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to17__2">n</a></td><td class="diff_header" id="from17_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;db07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;129<span class="diff_chg">3e</span>&nbsp;&lt;__sfputc_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to17__2">n</a></td><td class="diff_header" id="to17_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;db07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;129<span class="diff_chg">26</span>&nbsp;&lt;__sfputc_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;290a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#10</td><td class="diff_next"></td><td class="diff_header" id="to17_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;290a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#10</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to17__3">n</a></td><td class="diff_header" id="from17_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;129<span class="diff_chg">3e</span>&nbsp;&lt;__sfputc_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to17__3">n</a></td><td class="diff_header" id="to17_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;129<span class="diff_chg">26</span>&nbsp;&lt;__sfputc_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6813&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to17_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6813&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c58&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to17_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c58&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to17_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to17_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to17_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to17_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to17__4">n</a></td><td class="diff_header" id="from17_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fea3&nbsp;&nbsp;&nbsp;bl&nbsp;126<span class="diff_chg">88</span>&nbsp;&lt;__swbuf_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to17__4">n</a></td><td class="diff_header" id="to17_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fea3&nbsp;&nbsp;&nbsp;bl&nbsp;126<span class="diff_chg">70</span>&nbsp;&lt;__swbuf_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to17_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to17__top">t</a></td><td class="diff_header" id="from17_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;129<span class="diff_chg">3a</span>&nbsp;&lt;__sfputc_r+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to17__top">t</a></td><td class="diff_header" id="to17_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;129<span class="diff_chg">22</span>&nbsp;&lt;__sfputc_r+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from17_21">21</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to17_21">21</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sfputs_r"><a href="#table___sfputs_r"><span class="symbol_name">__sfputs_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to18__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to18__3"><a href="#difflib_chg_to18__0">f</a></td><td class="diff_header" id="from18_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to18__0">f</a></td><td class="diff_header" id="to18_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to18_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to18_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to18_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r5,&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to18_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r5,&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to18_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to18__1">n</a></td><td class="diff_header" id="from18_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;129<span class="diff_chg">58</span>&nbsp;&lt;__sfputs_r+0x12&gt;</td><td class="diff_next"><a href="#difflib_chg_to18__1">n</a></td><td class="diff_header" id="to18_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;129<span class="diff_chg">40</span>&nbsp;&lt;__sfputs_r+0x12&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to18_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to18__2">n</a></td><td class="diff_header" id="from18_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;129<span class="diff_chg">68</span>&nbsp;&lt;__sfputs_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to18__2">n</a></td><td class="diff_header" id="to18_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;129<span class="diff_chg">50</span>&nbsp;&lt;__sfputs_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7821&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to18_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7821&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to18_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to18_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to18__3">n</a></td><td class="diff_header" id="from18_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffdd&nbsp;&nbsp;&nbsp;bl&nbsp;129<span class="diff_chg">1c</span>&nbsp;&lt;__sfputc_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to18__3">n</a></td><td class="diff_header" id="to18_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffdd&nbsp;&nbsp;&nbsp;bl&nbsp;129<span class="diff_chg">04</span>&nbsp;&lt;__sfputc_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to18_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to18_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to18__top">t</a></td><td class="diff_header" id="from18_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;129<span class="diff_chg">50</span>&nbsp;&lt;__sfputs_r+0xa&gt;</td><td class="diff_next"><a href="#difflib_chg_to18__top">t</a></td><td class="diff_header" id="to18_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;129<span class="diff_chg">38</span>&nbsp;&lt;__sfputs_r+0xa&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to18_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td><td class="diff_next"></td><td class="diff_header" id="to18_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from18_19">19</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to18_19">19</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sinit"><a href="#table___sinit"><span class="symbol_name">__sinit</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to19__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to19__10"><a href="#difflib_chg_to19__0">f</a></td><td class="diff_header" id="from19_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to19__0">f</a></td><td class="diff_header" id="to19_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to19_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__1">n</a></td><td class="diff_header" id="from19_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffec&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">38</span>&nbsp;&lt;__sinit_lock_acquire&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__1">n</a></td><td class="diff_header" id="to19_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffec&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">20</span>&nbsp;&lt;__sinit_lock_acquire&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to19_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to19_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__2">n</a></td><td class="diff_header" id="from19_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11c<span class="diff_chg">6c</span>&nbsp;&lt;__sinit+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__2">n</a></td><td class="diff_header" id="to19_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;11c<span class="diff_chg">54</span>&nbsp;&lt;__sinit+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffef&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">48</span>&nbsp;&lt;__sinit_lock_release&gt;</td><td class="diff_next"></td><td class="diff_header" id="to19_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffef&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">30</span>&nbsp;&lt;__sinit_lock_release&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to19_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#72]&nbsp;&nbsp;;&nbsp;0x48</td><td class="diff_next"></td><td class="diff_header" id="to19_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#72]&nbsp;&nbsp;;&nbsp;0x48</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#76]&nbsp;&nbsp;;&nbsp;0x4c</td><td class="diff_next"></td><td class="diff_header" id="to19_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;64e3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#76]&nbsp;&nbsp;;&nbsp;0x4c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6523&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#80]&nbsp;&nbsp;;&nbsp;0x50</td><td class="diff_next"></td><td class="diff_header" id="to19_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6523&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#80]&nbsp;&nbsp;;&nbsp;0x50</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__3">n</a></td><td class="diff_header" id="from19_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#76]&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">c0</span>&nbsp;&lt;__sinit+0x68&gt;)</td><td class="diff_next"><a href="#difflib_chg_to19__3">n</a></td><td class="diff_header" id="to19_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#76]&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">a8</span>&nbsp;&lt;__sinit+0x68&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#76]&nbsp;&nbsp;;&nbsp;(11cc<span class="diff_sub">4</span>&nbsp;&lt;__sinit+0x6c&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to19_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#76]&nbsp;&nbsp;;&nbsp;(11c<span class="diff_add">a</span>c&nbsp;&lt;__sinit+0x6c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to19_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;62a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td><td class="diff_next"></td><td class="diff_header" id="to19_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;62a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to19_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to19_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__4">n</a></td><td class="diff_header" id="from19_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">84</span>&nbsp;&lt;__sinit+0x2c&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__4">n</a></td><td class="diff_header" id="to19_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11c<span class="diff_chg">6c</span>&nbsp;&lt;__sinit+0x2c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to19_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to19_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to19_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__5">n</a></td><td class="diff_header" id="from19_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81f&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">c8</span>&nbsp;&lt;__sfp&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__5">n</a></td><td class="diff_header" id="to19_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81f&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">b0</span>&nbsp;&lt;__sfp&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to19_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to19_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__6">n</a></td><td class="diff_header" id="from19_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81b&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">c8</span>&nbsp;&lt;__sfp&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__6">n</a></td><td class="diff_header" id="to19_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81b&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">b0</span>&nbsp;&lt;__sfp&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to19_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to19_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__7">n</a></td><td class="diff_header" id="from19_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f817&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">c8</span>&nbsp;&lt;__sfp&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__7">n</a></td><td class="diff_header" id="to19_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f817&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">b0</span>&nbsp;&lt;__sfp&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to19_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to19_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60e0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to19_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60e0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6860&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to19_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6860&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__8">n</a></td><td class="diff_header" id="from19_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff77&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">94</span>&nbsp;&lt;std&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__8">n</a></td><td class="diff_header" id="to19_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff77&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">7c</span>&nbsp;&lt;std&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to19_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to19_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to19_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__9">n</a></td><td class="diff_header" id="from19_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff72&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">94</span>&nbsp;&lt;std&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__9">n</a></td><td class="diff_header" id="to19_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff72&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">7c</span>&nbsp;&lt;std&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to19_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2112&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#18</td><td class="diff_next"></td><td class="diff_header" id="to19_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2112&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#18</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68e0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to19_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68e0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__10">n</a></td><td class="diff_header" id="from19_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff6d&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">94</span>&nbsp;&lt;std&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__10">n</a></td><td class="diff_header" id="to19_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ff6d&nbsp;&nbsp;&nbsp;bl&nbsp;11b<span class="diff_chg">7c</span>&nbsp;&lt;std&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to19_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to19_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to19__top">t</a></td><td class="diff_header" id="from19_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7d2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11c<span class="diff_chg">66</span>&nbsp;&lt;__sinit+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to19__top">t</a></td><td class="diff_header" id="to19_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7d2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;11c<span class="diff_chg">4e</span>&nbsp;&lt;__sinit+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td><td class="diff_next"></td><td class="diff_header" id="to19_45">45</td><td nowrap="nowrap"><span class="diff_add">&nbsp;&nbsp;&nbsp;00016af4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016af4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c</td><td class="diff_next"></td><td class="diff_header" id="to19_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001<span class="diff_chg">1</span>bc<span class="diff_add">5</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x0001<span class="diff_chg">1</span>bc<span class="diff_add">5</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_46">46</td><td nowrap="nowrap"><span class="diff_sub">&nbsp;&nbsp;&nbsp;00011bdd&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00011bdd</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from19_47">47</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to19_47">47</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sinit_lock_acquire"><a href="#table___sinit_lock_acquire"><span class="symbol_name">__sinit_lock_acquire</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to20__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to20__0"><a href="#difflib_chg_to20__0">f</a></td><td class="diff_header" id="from20_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to20__0">f</a></td><td class="diff_header" id="to20_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to20__top">t</a></td><td class="diff_header" id="from20_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">44</span>&nbsp;&lt;__sinit_lock_acquire+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to20__top">t</a></td><td class="diff_header" id="to20_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">2c</span>&nbsp;&lt;__sinit_lock_acquire+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from20_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f941&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c2</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to20_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f941&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">aa</span>&nbsp;&lt;__retarget_lock_acquire_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from20_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to20_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from20_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to20_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from20_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004bdf&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004bdf</td><td class="diff_next"></td><td class="diff_header" id="to20_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004bdf&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004bdf</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from20_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to20_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sinit_lock_release"><a href="#table___sinit_lock_release"><span class="symbol_name">__sinit_lock_release</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to21__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to21__0"><a href="#difflib_chg_to21__0">f</a></td><td class="diff_header" id="from21_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to21__0">f</a></td><td class="diff_header" id="to21_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to21__top">t</a></td><td class="diff_header" id="from21_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">54</span>&nbsp;&lt;__sinit_lock_release+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to21__top">t</a></td><td class="diff_header" id="to21_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11c<span class="diff_chg">3c</span>&nbsp;&lt;__sinit_lock_release+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from21_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f93a&nbsp;&nbsp;&nbsp;bl&nbsp;11ec<span class="diff_sub">4</span>&nbsp;&lt;__retarget_lock_release_recursive&gt;</td><td class="diff_next"></td><td class="diff_header" id="to21_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f93a&nbsp;&nbsp;&nbsp;bl&nbsp;11e<span class="diff_add">a</span>c&nbsp;&lt;__retarget_lock_release_recursive&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from21_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to21_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from21_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to21_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from21_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004bdf&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004bdf</td><td class="diff_next"></td><td class="diff_header" id="to21_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20004bdf&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20004bdf</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from21_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to21_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___smakebuf_r"><a href="#table___smakebuf_r"><span class="symbol_name">__smakebuf_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to22__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to22__10"><a href="#difflib_chg_to22__0">f</a></td><td class="diff_header" id="from22_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to22__0">f</a></td><td class="diff_header" id="to22_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2602&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to22_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2602&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to22_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to22_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to22_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__1">n</a></td><td class="diff_header" id="from22_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">90</span>&nbsp;&lt;__smakebuf_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__1">n</a></td><td class="diff_header" id="to22_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">78</span>&nbsp;&lt;__smakebuf_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to22_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3347&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#71&nbsp;&nbsp;;&nbsp;0x47</td><td class="diff_next"></td><td class="diff_header" id="to22_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3347&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#71&nbsp;&nbsp;;&nbsp;0x47</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to22_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6123&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to22_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6123&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to22_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to22_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to22_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r0,&nbsp;r1,&nbsp;r2,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;466a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r2,&nbsp;sp</td><td class="diff_next"></td><td class="diff_header" id="to22_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;466a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r2,&nbsp;sp</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ab01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r3,&nbsp;sp,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to22_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ab01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r3,&nbsp;sp,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__2">n</a></td><td class="diff_header" id="from22_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffc6&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">24</span>&nbsp;&lt;__swhatbuf_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__2">n</a></td><td class="diff_header" id="to22_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffc6&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">0c</span>&nbsp;&lt;__swhatbuf_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to22_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to22_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to22_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__3">n</a></td><td class="diff_header" id="from22_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fb7b&nbsp;&nbsp;&nbsp;bl&nbsp;11f<span class="diff_sub">9</span>8&nbsp;&lt;_malloc_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__3">n</a></td><td class="diff_header" id="to22_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fb7b&nbsp;&nbsp;&nbsp;bl&nbsp;11f8<span class="diff_add">0</span>&nbsp;&lt;_malloc_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to22_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__4">n</a></td><td class="diff_header" id="from22_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;128<span class="diff_chg">b8</span>&nbsp;&lt;__smakebuf_r+0x44&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__4">n</a></td><td class="diff_header" id="to22_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;128<span class="diff_chg">a0</span>&nbsp;&lt;__smakebuf_r+0x44&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to22_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r4,&nbsp;r2]</td><td class="diff_next"></td><td class="diff_header" id="to22_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r4,&nbsp;r2]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;059a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#22</td><td class="diff_next"></td><td class="diff_header" id="to22_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;059a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#22</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__5">n</a></td><td class="diff_header" id="from22_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d4ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;128<span class="diff_chg">8e</span>&nbsp;&lt;__smakebuf_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__5">n</a></td><td class="diff_header" id="to22_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d4ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;128<span class="diff_chg">76</span>&nbsp;&lt;__smakebuf_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to22_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to22_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;431e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r6,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to22_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;431e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r6,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r6,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r6,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__6">n</a></td><td class="diff_header" id="from22_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">82</span>&nbsp;&lt;__smakebuf_r+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__6">n</a></td><td class="diff_header" id="to22_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">6a</span>&nbsp;&lt;__smakebuf_r+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#60]&nbsp;&nbsp;;&nbsp;(128<span class="diff_chg">f8</span>&nbsp;&lt;__smakebuf_r+0x84&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to22_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#60]&nbsp;&nbsp;;&nbsp;(128<span class="diff_chg">e0</span>&nbsp;&lt;__smakebuf_r+0x84&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;62ab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td><td class="diff_next"></td><td class="diff_header" id="to22_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;62ab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to22_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to22_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to22_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to22_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6120&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to22_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6120&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to22_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to22_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to22_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__7">n</a></td><td class="diff_header" id="from22_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">ee</span>&nbsp;&lt;__smakebuf_r+0x7a&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__7">n</a></td><td class="diff_header" id="to22_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">d6</span>&nbsp;&lt;__smakebuf_r+0x7a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to22_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to22_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to22_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__8">n</a></td><td class="diff_header" id="from22_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fc<span class="diff_chg">2b</span>&nbsp;&nbsp;&nbsp;bl&nbsp;132&nbsp;&lt;_isatty_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__8">n</a></td><td class="diff_header" id="to22_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fc<span class="diff_chg">37</span>&nbsp;&nbsp;&nbsp;bl&nbsp;132&nbsp;&lt;_isatty_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to22_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__9">n</a></td><td class="diff_header" id="from22_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">ee</span>&nbsp;&lt;__smakebuf_r+0x7a&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__9">n</a></td><td class="diff_header" id="to22_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;128<span class="diff_chg">d6</span>&nbsp;&lt;__smakebuf_r+0x7a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to22_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to22_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to22_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to22_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to22_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r7,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to22_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r7,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to22_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__10">n</a></td><td class="diff_header" id="from22_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7cb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">8e</span>&nbsp;&lt;__smakebuf_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to22__10">n</a></td><td class="diff_header" id="to22_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7cb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">76</span>&nbsp;&lt;__smakebuf_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to22_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to22__top">t</a></td><td class="diff_header" id="from22_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00011b<span class="diff_chg">dd</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00011b<span class="diff_chg">dd</span></td><td class="diff_next"><a href="#difflib_chg_to22__top">t</a></td><td class="diff_header" id="to22_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00011b<span class="diff_chg">c5</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00011b<span class="diff_chg">c5</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from22_65">65</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to22_65">65</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sread"><a href="#table___sread"><span class="symbol_name">__sread</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to23__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to23__3"><a href="#difflib_chg_to23__0">f</a></td><td class="diff_header" id="from23_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to23__0">f</a></td><td class="diff_header" id="to23_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to23_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;250e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to23_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;250e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5f49&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r5]</td><td class="diff_next"></td><td class="diff_header" id="to23_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5f49&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r5]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to23__1">n</a></td><td class="diff_header" id="from23_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">2a</span>&nbsp;&nbsp;&nbsp;bl&nbsp;fc&nbsp;&lt;_read_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to23__1">n</a></td><td class="diff_header" id="to23_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">36</span>&nbsp;&nbsp;&nbsp;bl&nbsp;fc&nbsp;&lt;_read_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to23_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to23__2">n</a></td><td class="diff_header" id="from23_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;db03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;122<span class="diff_chg">b4</span>&nbsp;&lt;__sread+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to23__2">n</a></td><td class="diff_header" id="to23_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;db03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;122<span class="diff_chg">9c</span>&nbsp;&lt;__sread+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6d63&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td><td class="diff_next"></td><td class="diff_header" id="to23_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6d63&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;181b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to23_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;181b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6563&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td><td class="diff_next"></td><td class="diff_header" id="to23_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6563&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to23_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to23_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to23__3">n</a></td><td class="diff_header" id="from23_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">c0</span>&nbsp;&lt;__sread+0x24&gt;)</td><td class="diff_next"><a href="#difflib_chg_to23__3">n</a></td><td class="diff_header" id="to23_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">a8</span>&nbsp;&lt;__sread+0x24&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to23_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to23_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to23__top">t</a></td><td class="diff_header" id="from23_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">b2</span>&nbsp;&lt;__sread+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to23__top">t</a></td><td class="diff_header" id="to23_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">9a</span>&nbsp;&lt;__sread+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to23_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to23_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from23_19">19</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to23_19">19</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___srefill_r"><a href="#table___srefill_r"><span class="symbol_name">__srefill_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to24__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to24__30"><a href="#difflib_chg_to24__0">f</a></td><td class="diff_header" id="from24_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to24__0">f</a></td><td class="diff_header" id="to24_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to24_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__1">n</a></td><td class="diff_header" id="from24_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12<span class="diff_chg">c0c</span>&nbsp;&lt;__srefill_r+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__1">n</a></td><td class="diff_header" id="to24_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12<span class="diff_chg">bf4</span>&nbsp;&lt;__srefill_r+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to24_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__2">n</a></td><td class="diff_header" id="from24_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">c0c</span>&nbsp;&lt;__srefill_r+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__2">n</a></td><td class="diff_header" id="to24_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">bf4</span>&nbsp;&lt;__srefill_r+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f826&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">58</span>&nbsp;&lt;__sinit&gt;</td><td class="diff_next"></td><td class="diff_header" id="to24_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f826&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">40</span>&nbsp;&lt;__sinit&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b3d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#244]&nbsp;;&nbsp;(12<span class="diff_chg">d04</span>&nbsp;&lt;__srefill_r+0x10c&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to24_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b3d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#244]&nbsp;;&nbsp;(12<span class="diff_chg">cec</span>&nbsp;&lt;__srefill_r+0x10c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__3">n</a></td><td class="diff_header" id="from24_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">28</span>&nbsp;&lt;__srefill_r+0x30&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__3">n</a></td><td class="diff_header" id="to24_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">10</span>&nbsp;&lt;__srefill_r+0x30&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to24_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to24_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to24_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to24_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to24_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0691&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r2,&nbsp;#26</td><td class="diff_next"></td><td class="diff_header" id="to24_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0691&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r2,&nbsp;#26</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__4">n</a></td><td class="diff_header" id="from24_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d50c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;12c<span class="diff_chg">3c</span>&nbsp;&lt;__srefill_r+0x44&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__4">n</a></td><td class="diff_header" id="to24_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d50c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;12c<span class="diff_chg">24</span>&nbsp;&lt;__srefill_r+0x44&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to24_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__5">n</a></td><td class="diff_header" id="from24_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e069&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">fc</span>&nbsp;&lt;__srefill_r+0x104&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__5">n</a></td><td class="diff_header" id="to24_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e069&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">e4</span>&nbsp;&lt;__srefill_r+0x104&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#220]&nbsp;;&nbsp;(12<span class="diff_chg">d</span>0<span class="diff_sub">8</span>&nbsp;&lt;__srefill_r+0x110&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to24_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#220]&nbsp;;&nbsp;(12<span class="diff_chg">cf</span>0&nbsp;&lt;__srefill_r+0x110&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__6">n</a></td><td class="diff_header" id="from24_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">32</span>&nbsp;&lt;__srefill_r+0x3a&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__6">n</a></td><td class="diff_header" id="to24_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">1a</span>&nbsp;&lt;__srefill_r+0x3a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to24_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__7">n</a></td><td class="diff_header" id="from24_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_sub">14</span>&nbsp;&lt;__srefill_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__7">n</a></td><td class="diff_header" id="to24_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12<span class="diff_add">bf</span>c&nbsp;&lt;__srefill_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#216]&nbsp;;&nbsp;(12<span class="diff_sub">d0</span>c&nbsp;&lt;__srefill_r+0x114&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to24_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#216]&nbsp;;&nbsp;(12c<span class="diff_add">f4</span>&nbsp;&lt;__srefill_r+0x114&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__8">n</a></td><td class="diff_header" id="from24_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_sub">14</span>&nbsp;&lt;__srefill_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__8">n</a></td><td class="diff_header" id="to24_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_add">bf</span>c&nbsp;&lt;__srefill_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__9">n</a></td><td class="diff_header" id="from24_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_sub">14</span>&nbsp;&lt;__srefill_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__9">n</a></td><td class="diff_header" id="to24_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12<span class="diff_add">bf</span>c&nbsp;&lt;__srefill_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0759&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to24_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0759&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#29</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__10">n</a></td><td class="diff_header" id="from24_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d44b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;12c<span class="diff_chg">d8</span>&nbsp;&lt;__srefill_r+0xe0&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__10">n</a></td><td class="diff_header" id="to24_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d44b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;12c<span class="diff_chg">c0</span>&nbsp;&lt;__srefill_r+0xe0&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;06d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#27</td><td class="diff_next"></td><td class="diff_header" id="to24_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;06d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#27</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__11">n</a></td><td class="diff_header" id="from24_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;12c<span class="diff_chg">50</span>&nbsp;&lt;__srefill_r+0x58&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__11">n</a></td><td class="diff_header" id="to24_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;12c<span class="diff_chg">38</span>&nbsp;&lt;__srefill_r+0x58&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to24_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to24_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to24_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to24_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__12">n</a></td><td class="diff_header" id="from24_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">22</span>&nbsp;&lt;__srefill_r+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__12">n</a></td><td class="diff_header" id="to24_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">0a</span>&nbsp;&lt;__srefill_r+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2608&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to24_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2608&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to24_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__13">n</a></td><td class="diff_header" id="from24_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">6c</span>&nbsp;&lt;__srefill_r+0x74&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__13">n</a></td><td class="diff_header" id="to24_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">54</span>&nbsp;&lt;__srefill_r+0x74&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to24_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__14">n</a></td><td class="diff_header" id="from24_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7fe&nbsp;ff45&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">e8</span>&nbsp;&lt;_fflush_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__14">n</a></td><td class="diff_header" id="to24_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7fe&nbsp;ff45&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">d0</span>&nbsp;&lt;_fflush_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__15">n</a></td><td class="diff_header" id="from24_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1df&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">22</span>&nbsp;&lt;__srefill_r+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__15">n</a></td><td class="diff_header" id="to24_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1df&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">0a</span>&nbsp;&lt;__srefill_r+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to24_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;43b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to24_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;43b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to24_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2304&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to24_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2304&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to24_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to24_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__16">n</a></td><td class="diff_header" id="from24_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">82</span>&nbsp;&lt;__srefill_r+0x8a&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__16">n</a></td><td class="diff_header" id="to24_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">6a</span>&nbsp;&lt;__srefill_r+0x8a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to24_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__17">n</a></td><td class="diff_header" id="from24_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fdf9&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">74</span>&nbsp;&lt;__smakebuf_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__17">n</a></td><td class="diff_header" id="to24_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fdf9&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">5c</span>&nbsp;&lt;__smakebuf_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to24_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r7,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to24_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r7,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2be&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r6,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to24_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2be&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r6,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07bb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r7,&nbsp;#30</td><td class="diff_next"></td><td class="diff_header" id="to24_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07bb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r7,&nbsp;#30</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__18">n</a></td><td class="diff_header" id="from24_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">ac</span>&nbsp;&lt;__srefill_r+0xb4&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__18">n</a></td><td class="diff_header" id="to24_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">94</span>&nbsp;&lt;__srefill_r+0xb4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to24_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__19">n</a></td><td class="diff_header" id="from24_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b1f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#124]&nbsp;;&nbsp;(12<span class="diff_chg">d10</span>&nbsp;&lt;__srefill_r+0x118&gt;)</td><td class="diff_next"><a href="#difflib_chg_to24__19">n</a></td><td class="diff_header" id="to24_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b1f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#124]&nbsp;;&nbsp;(12<span class="diff_chg">cf8</span>&nbsp;&lt;__srefill_r+0x118&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4920&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#128]&nbsp;;&nbsp;(12<span class="diff_chg">d14</span>&nbsp;&lt;__srefill_r+0x11c&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to24_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4920&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#128]&nbsp;;&nbsp;(12<span class="diff_chg">cfc</span>&nbsp;&lt;__srefill_r+0x11c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to24_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__20">n</a></td><td class="diff_header" id="from24_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f85f&nbsp;&nbsp;&nbsp;bl&nbsp;11d<span class="diff_chg">58</span>&nbsp;&lt;_fwalk&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__20">n</a></td><td class="diff_header" id="to24_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f85f&nbsp;&nbsp;&nbsp;bl&nbsp;11d<span class="diff_chg">40</span>&nbsp;&lt;_fwalk&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to24_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r7,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;401e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r6,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;401e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r6,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__21">n</a></td><td class="diff_header" id="from24_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">ac</span>&nbsp;&lt;__srefill_r+0xb4&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__21">n</a></td><td class="diff_header" id="to24_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_chg">94</span>&nbsp;&lt;__srefill_r+0xb4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to24_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__22">n</a></td><td class="diff_header" id="from24_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7fe&nbsp;fe92&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">d0</span>&nbsp;&lt;__sflush_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__22">n</a></td><td class="diff_header" id="to24_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7fe&nbsp;fe92&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">b8</span>&nbsp;&lt;__sflush_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to24_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to24_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to24_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to24_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td><td class="diff_next"></td><td class="diff_header" id="to24_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#32]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a65&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#36]&nbsp;&nbsp;;&nbsp;0x24</td><td class="diff_next"></td><td class="diff_header" id="to24_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6a65&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[r4,&nbsp;#36]&nbsp;&nbsp;;&nbsp;0x24</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47a8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;47a8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to24_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__23">n</a></td><td class="diff_header" id="from24_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc1a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;12c<span class="diff_chg">fc</span>&nbsp;&lt;__srefill_r+0x104&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__23">n</a></td><td class="diff_header" id="to24_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc1a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;12c<span class="diff_chg">e4</span>&nbsp;&lt;__srefill_r+0x104&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;210c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to24_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;210c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5e62&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r1]</td><td class="diff_next"></td><td class="diff_header" id="to24_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5e62&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r1]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__24">n</a></td><td class="diff_header" id="from24_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d117&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12c<span class="diff_sub">f</span>e&nbsp;&lt;__srefill_r+0x106&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__24">n</a></td><td class="diff_header" id="to24_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d117&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12ce<span class="diff_add">6</span>&nbsp;&lt;__srefill_r+0x106&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2320&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#32</td><td class="diff_next"></td><td class="diff_header" id="to24_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2320&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#32</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to24_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to24_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3801&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to24_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3801&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__25">n</a></td><td class="diff_header" id="from24_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">fc</span>&nbsp;&lt;__srefill_r+0x104&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__25">n</a></td><td class="diff_header" id="to24_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">e4</span>&nbsp;&lt;__srefill_r+0x104&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to24_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__26">n</a></td><td class="diff_header" id="from24_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0ca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">74</span>&nbsp;&lt;__srefill_r+0x7c&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__26">n</a></td><td class="diff_header" id="to24_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0ca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">5c</span>&nbsp;&lt;__srefill_r+0x7c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to24_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td><td class="diff_next"></td><td class="diff_header" id="to24_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to24_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__27">n</a></td><td class="diff_header" id="from24_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">ec</span>&nbsp;&lt;__srefill_r+0xf4&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__27">n</a></td><td class="diff_header" id="to24_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">d4</span>&nbsp;&lt;__srefill_r+0xf4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to24_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__28">n</a></td><td class="diff_header" id="from24_116">116</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f90c&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">f04</span>&nbsp;&lt;_free_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__28">n</a></td><td class="diff_header" id="to24_116">116</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f90c&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">eec</span>&nbsp;&lt;_free_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to24_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to24_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6c23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#64]&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to24_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_120">120</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to24_120">120</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to24_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__29">n</a></td><td class="diff_header" id="from24_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">74</span>&nbsp;&lt;__srefill_r+0x7c&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__29">n</a></td><td class="diff_header" id="to24_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12c<span class="diff_chg">5c</span>&nbsp;&lt;__srefill_r+0x7c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6be3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#60]&nbsp;&nbsp;;&nbsp;0x3c</td><td class="diff_next"></td><td class="diff_header" id="to24_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6be3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#60]&nbsp;&nbsp;;&nbsp;0x3c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_124">124</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to24_124">124</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to24_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to24_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__30">n</a></td><td class="diff_header" id="from24_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">48</span>&nbsp;&lt;__srefill_r+0x50&gt;</td><td class="diff_next"><a href="#difflib_chg_to24__30">n</a></td><td class="diff_header" id="to24_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12c<span class="diff_chg">30</span>&nbsp;&lt;__srefill_r+0x50&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_128">128</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to24_128">128</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to24__top">t</a></td><td class="diff_header" id="from24_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">cc</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">cc</span></td><td class="diff_next"><a href="#difflib_chg_to24__top">t</a></td><td class="diff_header" id="to24_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">b4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">b4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ec</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ec</span></td><td class="diff_next"></td><td class="diff_header" id="to24_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">d4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">d4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ac</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ac</span></td><td class="diff_next"></td><td class="diff_header" id="to24_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">94</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">94</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td><td class="diff_next"></td><td class="diff_header" id="to24_132">132</td><td nowrap="nowrap"><span class="diff_add">&nbsp;&nbsp;&nbsp;00016af4&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016af4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_132">132</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c</td><td class="diff_next"></td><td class="diff_header" id="to24_133">133</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0001<span class="diff_chg">2</span>bc<span class="diff_add">9</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x0001<span class="diff_chg">2</span>bc<span class="diff_add">9</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_133">133</td><td nowrap="nowrap"><span class="diff_sub">&nbsp;&nbsp;&nbsp;00012be1&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00012be1</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from24_134">134</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to24_134">134</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___srget_r"><a href="#table___srget_r"><span class="symbol_name">__srget_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to25__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to25__11"><a href="#difflib_chg_to25__0">f</a></td><td class="diff_header" id="from25_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to25__0">f</a></td><td class="diff_header" id="to25_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to25_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to25_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to25_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__1">n</a></td><td class="diff_header" id="from25_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;122<span class="diff_chg">50</span>&nbsp;&lt;__srget_r+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__1">n</a></td><td class="diff_header" id="to25_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;122<span class="diff_chg">38</span>&nbsp;&lt;__srget_r+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to25_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to25_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__2">n</a></td><td class="diff_header" id="from25_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">50</span>&nbsp;&lt;__srget_r+0x14&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__2">n</a></td><td class="diff_header" id="to25_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">38</span>&nbsp;&lt;__srget_r+0x14&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fd04&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">58</span>&nbsp;&lt;__sinit&gt;</td><td class="diff_next"></td><td class="diff_header" id="to25_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fd04&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">40</span>&nbsp;&lt;__sinit&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#60]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">90</span>&nbsp;&lt;__srget_r+0x54&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to25_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#60]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">78</span>&nbsp;&lt;__srget_r+0x54&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to25_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__3">n</a></td><td class="diff_header" id="from25_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">74</span>&nbsp;&lt;__srget_r+0x38&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__3">n</a></td><td class="diff_header" id="to25_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">5c</span>&nbsp;&lt;__srget_r+0x38&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to25_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to25_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to25_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__4">n</a></td><td class="diff_header" id="from25_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;fccc&nbsp;&nbsp;&nbsp;bl&nbsp;12b<span class="diff_chg">f8</span>&nbsp;&lt;__srefill_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__4">n</a></td><td class="diff_header" id="to25_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;fccc&nbsp;&nbsp;&nbsp;bl&nbsp;12b<span class="diff_chg">e0</span>&nbsp;&lt;__srefill_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to25_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__5">n</a></td><td class="diff_header" id="from25_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">88</span>&nbsp;&lt;__srget_r+0x4c&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__5">n</a></td><td class="diff_header" id="to25_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">70</span>&nbsp;&lt;__srget_r+0x4c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to25_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to25_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to25_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to25_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to25_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to25_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to25_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7818&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r0,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to25_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__6">n</a></td><td class="diff_header" id="from25_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#28]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">94</span>&nbsp;&lt;__srget_r+0x58&gt;)</td><td class="diff_next"><a href="#difflib_chg_to25__6">n</a></td><td class="diff_header" id="to25_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#28]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">7c</span>&nbsp;&lt;__srget_r+0x58&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to25_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__7">n</a></td><td class="diff_header" id="from25_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">7e</span>&nbsp;&lt;__srget_r+0x42&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__7">n</a></td><td class="diff_header" id="to25_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">66</span>&nbsp;&lt;__srget_r+0x42&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to25_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__8">n</a></td><td class="diff_header" id="from25_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">58</span>&nbsp;&lt;__srget_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__8">n</a></td><td class="diff_header" id="to25_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">40</span>&nbsp;&lt;__srget_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#24]&nbsp;&nbsp;;&nbsp;(122<span class="diff_sub">9</span>8&nbsp;&lt;__srget_r+0x5c&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to25_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#24]&nbsp;&nbsp;;&nbsp;(1228<span class="diff_add">0</span>&nbsp;&lt;__srget_r+0x5c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to25_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__9">n</a></td><td class="diff_header" id="from25_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1e9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">58</span>&nbsp;&lt;__srget_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__9">n</a></td><td class="diff_header" id="to25_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1e9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;122<span class="diff_chg">40</span>&nbsp;&lt;__srget_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to25_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__10">n</a></td><td class="diff_header" id="from25_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">58</span>&nbsp;&lt;__srget_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__10">n</a></td><td class="diff_header" id="to25_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">40</span>&nbsp;&lt;__srget_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to25_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to25_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__11">n</a></td><td class="diff_header" id="from25_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">72</span>&nbsp;&lt;__srget_r+0x36&gt;</td><td class="diff_next"><a href="#difflib_chg_to25__11">n</a></td><td class="diff_header" id="to25_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;122<span class="diff_chg">5a</span>&nbsp;&lt;__srget_r+0x36&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to25_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to25__top">t</a></td><td class="diff_header" id="from25_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">cc</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">cc</span></td><td class="diff_next"><a href="#difflib_chg_to25__top">t</a></td><td class="diff_header" id="to25_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">b4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">b4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ec</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ec</span></td><td class="diff_next"></td><td class="diff_header" id="to25_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">d4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">d4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ac</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ac</span></td><td class="diff_next"></td><td class="diff_header" id="to25_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">94</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">94</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from25_44">44</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to25_44">44</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___sseek"><a href="#table___sseek"><span class="symbol_name">__sseek</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to26__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to26__2"><a href="#difflib_chg_to26__0">f</a></td><td class="diff_header" id="from26_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to26__0">f</a></td><td class="diff_header" id="to26_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to26_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;250e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to26_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;250e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5f49&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r5]</td><td class="diff_next"></td><td class="diff_header" id="to26_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5f49&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r5]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to26__1">n</a></td><td class="diff_header" id="from26_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">0b</span>&nbsp;&nbsp;&nbsp;bl&nbsp;11e&nbsp;&lt;_lseek_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to26__1">n</a></td><td class="diff_header" id="to26_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">17</span>&nbsp;&nbsp;&nbsp;bl&nbsp;11e&nbsp;&lt;_lseek_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to26_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c42&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to26_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c42&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to26__2">n</a></td><td class="diff_header" id="from26_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">316</span>&nbsp;&lt;__sseek+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to26__2">n</a></td><td class="diff_header" id="to26_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">2fe</span>&nbsp;&lt;__sseek+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(123<span class="diff_chg">24</span>&nbsp;&lt;__sseek+0x28&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to26_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(123<span class="diff_chg">0c</span>&nbsp;&lt;__sseek+0x28&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to26_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to26_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to26_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to26_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;#5</td><td class="diff_next"></td><td class="diff_header" id="to26_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;#5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to26_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to26_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6560&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td><td class="diff_next"></td><td class="diff_header" id="to26_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6560&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#84]&nbsp;&nbsp;;&nbsp;0x54</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to26__top">t</a></td><td class="diff_header" id="from26_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12<span class="diff_chg">314</span>&nbsp;&lt;__sseek+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to26__top">t</a></td><td class="diff_header" id="to26_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;12<span class="diff_chg">2fc</span>&nbsp;&lt;__sseek+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to26_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to26_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from26_21">21</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to26_21">21</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___strtok_r"><a href="#table___strtok_r"><span class="symbol_name">__strtok_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to27__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to27__11"><a href="#difflib_chg_to27__0">f</a></td><td class="diff_header" id="from27_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to27__0">f</a></td><td class="diff_header" id="to27_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__1">n</a></td><td class="diff_header" id="from27_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">b0</span>&nbsp;&lt;__strtok_r+0xc&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__1">n</a></td><td class="diff_header" id="to27_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">98</span>&nbsp;&lt;__strtok_r+0xc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6810&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6810&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__2">n</a></td><td class="diff_header" id="from27_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;123<span class="diff_chg">d8</span>&nbsp;&lt;__strtok_r+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__2">n</a></td><td class="diff_header" id="to27_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;123<span class="diff_chg">c0</span>&nbsp;&lt;__strtok_r+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to27_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to27_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to27_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7805&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r5,&nbsp;[r0,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7805&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r5,&nbsp;[r0,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to27_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7837&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r7,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7837&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r7,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2f00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r7,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__3">n</a></td><td class="diff_header" id="from27_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">ca</span>&nbsp;&lt;__strtok_r+0x26&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__3">n</a></td><td class="diff_header" id="to27_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">b2</span>&nbsp;&lt;__strtok_r+0x26&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__4">n</a></td><td class="diff_header" id="from27_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">e4</span>&nbsp;&lt;__strtok_r+0x40&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__4">n</a></td><td class="diff_header" id="to27_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">cc</span>&nbsp;&lt;__strtok_r+0x40&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to27_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6015&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6015&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r5,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__5">n</a></td><td class="diff_header" id="from27_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123<span class="diff_chg">d8</span>&nbsp;&lt;__strtok_r+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__5">n</a></td><td class="diff_header" id="to27_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123<span class="diff_chg">c0</span>&nbsp;&lt;__strtok_r+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to27_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to27_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42bd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__6">n</a></td><td class="diff_header" id="from27_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_sub">b</span>a&nbsp;&lt;__strtok_r+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__6">n</a></td><td class="diff_header" id="to27_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123a<span class="diff_add">2</span>&nbsp;&lt;__strtok_r+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__7">n</a></td><td class="diff_header" id="from27_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">b2</span>&nbsp;&lt;__strtok_r+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__7">n</a></td><td class="diff_header" id="to27_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">9a</span>&nbsp;&lt;__strtok_r+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r4,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r4,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to27_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;002f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to27_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;002f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__8">n</a></td><td class="diff_header" id="from27_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123<span class="diff_sub">f</span>e&nbsp;&lt;__strtok_r+0x5a&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__8">n</a></td><td class="diff_header" id="to27_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123e<span class="diff_add">6</span>&nbsp;&lt;__strtok_r+0x5a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to27_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2e00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2e00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__9">n</a></td><td class="diff_header" id="from27_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">ee</span>&nbsp;&lt;__strtok_r+0x4a&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__9">n</a></td><td class="diff_header" id="to27_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">d6</span>&nbsp;&lt;__strtok_r+0x4a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to27_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to27_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;781d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r5,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;781d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r5,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to27_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to27_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;781e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;781e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to27_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__10">n</a></td><td class="diff_header" id="from27_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">de</span>&nbsp;&lt;__strtok_r+0x3a&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__10">n</a></td><td class="diff_header" id="to27_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;123<span class="diff_chg">c6</span>&nbsp;&lt;__strtok_r+0x3a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__11">n</a></td><td class="diff_header" id="from27_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;123<span class="diff_chg">da</span>&nbsp;&lt;__strtok_r+0x36&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__11">n</a></td><td class="diff_header" id="to27_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;123<span class="diff_chg">c2</span>&nbsp;&lt;__strtok_r+0x36&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to27_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to27_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;7023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r2,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to27_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r2,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to27__top">t</a></td><td class="diff_header" id="from27_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123<span class="diff_chg">d8</span>&nbsp;&lt;__strtok_r+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to27__top">t</a></td><td class="diff_header" id="to27_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;123<span class="diff_chg">c0</span>&nbsp;&lt;__strtok_r+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from27_48">48</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to27_48">48</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___swbuf_r"><a href="#table___swbuf_r"><span class="symbol_name">__swbuf_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to28__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to28__20"><a href="#difflib_chg_to28__0">f</a></td><td class="diff_header" id="from28_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to28__0">f</a></td><td class="diff_header" id="to28_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to28_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to28_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to28_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__1">n</a></td><td class="diff_header" id="from28_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">9e</span>&nbsp;&lt;__swbuf_r+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__1">n</a></td><td class="diff_header" id="to28_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">86</span>&nbsp;&lt;__swbuf_r+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to28_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__2">n</a></td><td class="diff_header" id="from28_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126<span class="diff_chg">9e</span>&nbsp;&lt;__swbuf_r+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__2">n</a></td><td class="diff_header" id="to28_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126<span class="diff_chg">86</span>&nbsp;&lt;__swbuf_r+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fadd&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">58</span>&nbsp;&lt;__sinit&gt;</td><td class="diff_next"></td><td class="diff_header" id="to28_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fadd&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">40</span>&nbsp;&lt;__sinit&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#136]&nbsp;;&nbsp;(127<span class="diff_chg">28</span>&nbsp;&lt;__swbuf_r+0xa0&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to28_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#136]&nbsp;;&nbsp;(127<span class="diff_chg">10</span>&nbsp;&lt;__swbuf_r+0xa0&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to28_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__3">n</a></td><td class="diff_header" id="from28_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d12e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">702</span>&nbsp;&lt;__swbuf_r+0x7a&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__3">n</a></td><td class="diff_header" id="to28_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d12e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">6ea</span>&nbsp;&lt;__swbuf_r+0x7a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to28_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to28_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to28_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to28_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;071b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to28_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;071b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#28</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__4">n</a></td><td class="diff_header" id="from28_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d532&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;12<span class="diff_sub">71</span>6&nbsp;&lt;__swbuf_r+0x8e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__4">n</a></td><td class="diff_header" id="to28_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d532&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;126<span class="diff_add">fe</span>&nbsp;&lt;__swbuf_r+0x8e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to28_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__5">n</a></td><td class="diff_header" id="from28_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d02f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12<span class="diff_sub">71</span>6&nbsp;&lt;__swbuf_r+0x8e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__5">n</a></td><td class="diff_header" id="to28_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d02f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_add">fe</span>&nbsp;&lt;__swbuf_r+0x8e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to28_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to28_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r7,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to28_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2f7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r7,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a98&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to28_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a98&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to28_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2f6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r6,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to28_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b2f6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r6,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to28_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__6">n</a></td><td class="diff_header" id="from28_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;126<span class="diff_chg">d2</span>&nbsp;&lt;__swbuf_r+0x4a&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__6">n</a></td><td class="diff_header" id="to28_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dc05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgt.n&nbsp;126<span class="diff_chg">ba</span>&nbsp;&lt;__swbuf_r+0x4a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to28_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to28_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__7">n</a></td><td class="diff_header" id="from28_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fa0d&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">e8</span>&nbsp;&lt;_fflush_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__7">n</a></td><td class="diff_header" id="to28_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fa0d&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">d0</span>&nbsp;&lt;_fflush_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__8">n</a></td><td class="diff_header" id="from28_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d127&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">22</span>&nbsp;&lt;__swbuf_r+0x9a&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__8">n</a></td><td class="diff_header" id="to28_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d127&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">0a</span>&nbsp;&lt;__swbuf_r+0x9a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to28_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to28_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to28_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to28_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to28_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to28_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1c5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to28_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;701f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r7,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to28_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;701f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r7,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to28_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to28_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__9">n</a></td><td class="diff_header" id="from28_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">f2</span>&nbsp;&lt;__swbuf_r+0x6a&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__9">n</a></td><td class="diff_header" id="to28_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">da</span>&nbsp;&lt;__swbuf_r+0x6a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to28_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to28_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#31</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__10">n</a></td><td class="diff_header" id="from28_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d507&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;126<span class="diff_sub">f</span>e&nbsp;&lt;__swbuf_r+0x76&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__10">n</a></td><td class="diff_header" id="to28_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d507&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;126e<span class="diff_add">6</span>&nbsp;&lt;__swbuf_r+0x76&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2e0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#10</td><td class="diff_next"></td><td class="diff_header" id="to28_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2e0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#10</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__11">n</a></td><td class="diff_header" id="from28_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126<span class="diff_sub">f</span>e&nbsp;&lt;__swbuf_r+0x76&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__11">n</a></td><td class="diff_header" id="to28_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126e<span class="diff_add">6</span>&nbsp;&lt;__swbuf_r+0x76&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to28_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to28_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__12">n</a></td><td class="diff_header" id="from28_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f9f7&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">e8</span>&nbsp;&lt;_fflush_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__12">n</a></td><td class="diff_header" id="to28_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;f9f7&nbsp;&nbsp;&nbsp;bl&nbsp;11a<span class="diff_chg">d0</span>&nbsp;&lt;_fflush_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__13">n</a></td><td class="diff_header" id="from28_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">22</span>&nbsp;&lt;__swbuf_r+0x9a&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__13">n</a></td><td class="diff_header" id="to28_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">0a</span>&nbsp;&lt;__swbuf_r+0x9a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to28_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to28_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__14">n</a></td><td class="diff_header" id="from28_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(127<span class="diff_chg">2c</span>&nbsp;&lt;__swbuf_r+0xa4&gt;)</td><td class="diff_next"><a href="#difflib_chg_to28__14">n</a></td><td class="diff_header" id="to28_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#40]&nbsp;&nbsp;;&nbsp;(127<span class="diff_chg">14</span>&nbsp;&lt;__swbuf_r+0xa4&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to28_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__15">n</a></td><td class="diff_header" id="from28_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">70c</span>&nbsp;&lt;__swbuf_r+0x84&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__15">n</a></td><td class="diff_header" id="to28_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;12<span class="diff_chg">6f4</span>&nbsp;&lt;__swbuf_r+0x84&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to28_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__16">n</a></td><td class="diff_header" id="from28_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7cc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126<span class="diff_chg">a6</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__16">n</a></td><td class="diff_header" id="to28_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7cc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126<span class="diff_chg">8e</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b08&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#32]&nbsp;&nbsp;;&nbsp;(127<span class="diff_chg">30</span>&nbsp;&lt;__swbuf_r+0xa8&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to28_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b08&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#32]&nbsp;&nbsp;;&nbsp;(127<span class="diff_chg">18</span>&nbsp;&lt;__swbuf_r+0xa8&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to28_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__17">n</a></td><td class="diff_header" id="from28_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126<span class="diff_chg">a6</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__17">n</a></td><td class="diff_header" id="to28_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;126<span class="diff_chg">8e</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to28_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__18">n</a></td><td class="diff_header" id="from28_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7c7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126<span class="diff_chg">a6</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__18">n</a></td><td class="diff_header" id="to28_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7c7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126<span class="diff_chg">8e</span>&nbsp;&lt;__swbuf_r+0x1e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to28_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to28_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__19">n</a></td><td class="diff_header" id="from28_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f80b&nbsp;&nbsp;&nbsp;bl&nbsp;127<span class="diff_chg">34</span>&nbsp;&lt;__swsetup_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__19">n</a></td><td class="diff_header" id="to28_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f80b&nbsp;&nbsp;&nbsp;bl&nbsp;127<span class="diff_chg">1c</span>&nbsp;&lt;__swsetup_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to28_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__20">n</a></td><td class="diff_header" id="from28_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">b6</span>&nbsp;&lt;__swbuf_r+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__20">n</a></td><td class="diff_header" id="to28_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d0c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;126<span class="diff_chg">9e</span>&nbsp;&lt;__swbuf_r+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to28_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4276&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r6,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to28_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4276&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r6,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to28__top">t</a></td><td class="diff_header" id="from28_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126<span class="diff_sub">f</span>e&nbsp;&lt;__swbuf_r+0x76&gt;</td><td class="diff_next"><a href="#difflib_chg_to28__top">t</a></td><td class="diff_header" id="to28_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;126e<span class="diff_add">6</span>&nbsp;&lt;__swbuf_r+0x76&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">cc</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">cc</span></td><td class="diff_next"></td><td class="diff_header" id="to28_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">b4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">b4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ec</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ec</span></td><td class="diff_next"></td><td class="diff_header" id="to28_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">d4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">d4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ac</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ac</span></td><td class="diff_next"></td><td class="diff_header" id="to28_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">94</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">94</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from28_80">80</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to28_80">80</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___swhatbuf_r"><a href="#table___swhatbuf_r"><span class="symbol_name">__swhatbuf_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to29__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to29__6"><a href="#difflib_chg_to29__0">f</a></td><td class="diff_header" id="from29_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to29__0">f</a></td><td class="diff_header" id="to29_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to29_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to29_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to29_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to29_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to29_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b096&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td><td class="diff_next"></td><td class="diff_header" id="to29_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b096&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to29_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__1">n</a></td><td class="diff_header" id="from29_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;da07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;128<span class="diff_chg">46</span>&nbsp;&lt;__swhatbuf_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__1">n</a></td><td class="diff_header" id="to29_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;da07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;128<span class="diff_chg">2e</span>&nbsp;&lt;__swhatbuf_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to29_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to29_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;602b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to29_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;061b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#24</td><td class="diff_next"></td><td class="diff_header" id="to29_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;061b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#24</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__2">n</a></td><td class="diff_header" id="from29_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;128<span class="diff_sub">6</span>4&nbsp;&lt;__swhatbuf_r+0x40&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__2">n</a></td><td class="diff_header" id="to29_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;1284<span class="diff_add">c</span>&nbsp;&lt;__swhatbuf_r+0x40&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to29_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to29_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__3">n</a></td><td class="diff_header" id="from29_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">66</span>&nbsp;&lt;__swhatbuf_r+0x42&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__3">n</a></td><td class="diff_header" id="to29_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">4e</span>&nbsp;&lt;__swhatbuf_r+0x42&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;466a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r2,&nbsp;sp</td><td class="diff_next"></td><td class="diff_header" id="to29_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;466a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r2,&nbsp;sp</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__4">n</a></td><td class="diff_header" id="from29_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fc<span class="diff_chg">6e</span>&nbsp;&nbsp;&nbsp;bl&nbsp;128&nbsp;&lt;_fstat_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__4">n</a></td><td class="diff_header" id="to29_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;fc<span class="diff_chg">7a</span>&nbsp;&nbsp;&nbsp;bl&nbsp;128&nbsp;&lt;_fstat_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to29_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__5">n</a></td><td class="diff_header" id="from29_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dbf2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;128<span class="diff_chg">36</span>&nbsp;&lt;__swhatbuf_r+0x12&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__5">n</a></td><td class="diff_header" id="to29_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;dbf2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;128<span class="diff_chg">1e</span>&nbsp;&lt;__swhatbuf_r+0x12&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;23f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#240&nbsp;;&nbsp;0xf0</td><td class="diff_next"></td><td class="diff_header" id="to29_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;23f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#240&nbsp;;&nbsp;0xf0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9901&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to29_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9901&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;021b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to29_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;021b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to29_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__6">n</a></td><td class="diff_header" id="from29_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(128<span class="diff_chg">70</span>&nbsp;&lt;__swhatbuf_r+0x4c&gt;)</td><td class="diff_next"><a href="#difflib_chg_to29__6">n</a></td><td class="diff_header" id="to29_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(128<span class="diff_chg">58</span>&nbsp;&lt;__swhatbuf_r+0x4c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to29_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18c9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;424b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to29_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;424b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to29_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to29_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to29__top">t</a></td><td class="diff_header" id="from29_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">40</span>&nbsp;&lt;__swhatbuf_r+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to29__top">t</a></td><td class="diff_header" id="to29_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;128<span class="diff_chg">28</span>&nbsp;&lt;__swhatbuf_r+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to29_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to29_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to29_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td><td class="diff_next"></td><td class="diff_header" id="to29_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#88&nbsp;&nbsp;;&nbsp;0x58</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to29_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to29_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffe000&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffe000</td><td class="diff_next"></td><td class="diff_header" id="to29_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffe000&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffe000</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from29_39">39</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to29_39">39</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___swrite"><a href="#table___swrite"><span class="symbol_name">__swrite</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to30__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to30__3"><a href="#difflib_chg_to30__0">f</a></td><td class="diff_header" id="from30_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to30__0">f</a></td><td class="diff_header" id="to30_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to30_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to30_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;898b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r1,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to30_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to30_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to30_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;05db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#23</td><td class="diff_next"></td><td class="diff_header" id="to30_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;05db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#23</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to30__1">n</a></td><td class="diff_header" id="from30_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d505&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;122<span class="diff_chg">e0</span>&nbsp;&lt;__swrite+0x1c&gt;</td><td class="diff_next"><a href="#difflib_chg_to30__1">n</a></td><td class="diff_header" id="to30_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d505&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;122<span class="diff_chg">c8</span>&nbsp;&lt;__swrite+0x1c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to30_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to30_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ec9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r1,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to30_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to30_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to30__2">n</a></td><td class="diff_header" id="from30_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">1f</span>&nbsp;&nbsp;&nbsp;bl&nbsp;11e&nbsp;&lt;_lseek_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to30__2">n</a></td><td class="diff_header" id="to30_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">2b</span>&nbsp;&nbsp;&nbsp;bl&nbsp;11e&nbsp;&lt;_lseek_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to30_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to30__3">n</a></td><td class="diff_header" id="from30_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">f8</span>&nbsp;&lt;__swrite+0x34&gt;)</td><td class="diff_next"><a href="#difflib_chg_to30__3">n</a></td><td class="diff_header" id="to30_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4a05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[pc,&nbsp;#20]&nbsp;&nbsp;;&nbsp;(122<span class="diff_chg">e0</span>&nbsp;&lt;__swrite+0x34&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to30_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to30_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to30_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to30_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td><td class="diff_next"></td><td class="diff_header" id="to30_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#14</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to30_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to30_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to30__top">t</a></td><td class="diff_header" id="from30_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">09</span>&nbsp;&nbsp;&nbsp;bl&nbsp;108&nbsp;&lt;_write_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to30__top">t</a></td><td class="diff_header" id="to30_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ed&nbsp;ff<span class="diff_chg">15</span>&nbsp;&nbsp;&nbsp;bl&nbsp;108&nbsp;&lt;_write_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to30_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to30_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;ffffefff&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0xffffefff</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from30_26">26</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to30_26">26</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___swsetup_r"><a href="#table___swsetup_r"><span class="symbol_name">__swsetup_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to31__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to31__25"><a href="#difflib_chg_to31__1">n</a></td><td class="diff_header" id="from31_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#220]&nbsp;;&nbsp;(12<span class="diff_chg">814</span>&nbsp;&lt;__swsetup_r+0xe0&gt;)</td><td class="diff_next"><a href="#difflib_chg_to31__1">n</a></td><td class="diff_header" id="to31_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#220]&nbsp;;&nbsp;(12<span class="diff_chg">7fc</span>&nbsp;&lt;__swsetup_r+0xe0&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to31_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to31_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;681d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to31_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to31_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2d00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__2">n</a></td><td class="diff_header" id="from31_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">4e</span>&nbsp;&lt;__swsetup_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__2">n</a></td><td class="diff_header" id="to31_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">36</span>&nbsp;&lt;__swsetup_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69ab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to31_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;69ab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__3">n</a></td><td class="diff_header" id="from31_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">4e</span>&nbsp;&lt;__swsetup_r+0x1a&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__3">n</a></td><td class="diff_header" id="to31_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">36</span>&nbsp;&lt;__swsetup_r+0x1a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to31_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__4">n</a></td><td class="diff_header" id="from31_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fa85&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">58</span>&nbsp;&lt;__sinit&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__4">n</a></td><td class="diff_header" id="to31_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fa85&nbsp;&nbsp;&nbsp;bl&nbsp;11c<span class="diff_chg">40</span>&nbsp;&lt;__sinit&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#200]&nbsp;;&nbsp;(128<span class="diff_chg">18</span>&nbsp;&lt;__swsetup_r+0xe4&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to31_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#200]&nbsp;;&nbsp;(128<span class="diff_chg">00</span>&nbsp;&lt;__swsetup_r+0xe4&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__5">n</a></td><td class="diff_header" id="from31_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">74</span>&nbsp;&lt;__swsetup_r+0x40&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__5">n</a></td><td class="diff_header" id="to31_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">5c</span>&nbsp;&lt;__swsetup_r+0x40&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to31_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;686c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to31_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;230c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to31_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ee2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0711&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r2,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to31_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0711&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r2,&nbsp;#28</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__6">n</a></td><td class="diff_header" id="from31_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d42d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;127<span class="diff_chg">bc</span>&nbsp;&lt;__swsetup_r+0x88&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__6">n</a></td><td class="diff_header" id="to31_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d42d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;127<span class="diff_chg">a4</span>&nbsp;&lt;__swsetup_r+0x88&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;06d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#27</td><td class="diff_next"></td><td class="diff_header" id="to31_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;06d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#27</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__7">n</a></td><td class="diff_header" id="from31_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;127<span class="diff_chg">88</span>&nbsp;&lt;__swsetup_r+0x54&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__7">n</a></td><td class="diff_header" id="to31_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;127<span class="diff_chg">70</span>&nbsp;&lt;__swsetup_r+0x54&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to31_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to31_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6033&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to31_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6033&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3337&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#55&nbsp;&nbsp;;&nbsp;0x37</td><td class="diff_next"></td><td class="diff_header" id="to31_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3337&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#55&nbsp;&nbsp;;&nbsp;0x37</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to31_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to31_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__8">n</a></td><td class="diff_header" id="from31_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b29&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#164]&nbsp;;&nbsp;(128<span class="diff_chg">1c</span>&nbsp;&lt;__swsetup_r+0xe8&gt;)</td><td class="diff_next"><a href="#difflib_chg_to31__8">n</a></td><td class="diff_header" id="to31_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b29&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#164]&nbsp;;&nbsp;(128<span class="diff_chg">04</span>&nbsp;&lt;__swsetup_r+0xe8&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__9">n</a></td><td class="diff_header" id="from31_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">7e</span>&nbsp;&lt;__swsetup_r+0x4a&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__9">n</a></td><td class="diff_header" id="to31_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">66</span>&nbsp;&lt;__swsetup_r+0x4a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to31_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__10">n</a></td><td class="diff_header" id="from31_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">56</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__10">n</a></td><td class="diff_header" id="to31_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7eb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">3e</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#160]&nbsp;;&nbsp;(128<span class="diff_sub">2</span>0&nbsp;&lt;__swsetup_r+0xec&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to31_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4b28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[pc,&nbsp;#160]&nbsp;;&nbsp;(1280<span class="diff_add">8</span>&nbsp;&lt;__swsetup_r+0xec&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;429c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__11">n</a></td><td class="diff_header" id="from31_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1e8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">56</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__11">n</a></td><td class="diff_header" id="to31_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1e8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">3e</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;68ec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__12">n</a></td><td class="diff_header" id="from31_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">56</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__12">n</a></td><td class="diff_header" id="to31_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7e6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">3e</span>&nbsp;&lt;__swsetup_r+0x22&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;075b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to31_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;075b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#29</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__13">n</a></td><td class="diff_header" id="from31_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;127<span class="diff_chg">b4</span>&nbsp;&lt;__swsetup_r+0x80&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__13">n</a></td><td class="diff_header" id="to31_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;127<span class="diff_chg">9c</span>&nbsp;&lt;__swsetup_r+0x80&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to31_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6b61&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__14">n</a></td><td class="diff_header" id="from31_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">a4</span>&nbsp;&lt;__swsetup_r+0x70&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__14">n</a></td><td class="diff_header" id="to31_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">8c</span>&nbsp;&lt;__swsetup_r+0x70&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to31_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td><td class="diff_next"></td><td class="diff_header" id="to31_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#68&nbsp;&nbsp;;&nbsp;0x44</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__15">n</a></td><td class="diff_header" id="from31_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">a0</span>&nbsp;&lt;__swsetup_r+0x6c&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__15">n</a></td><td class="diff_header" id="to31_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">88</span>&nbsp;&lt;__swsetup_r+0x6c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to31_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__16">n</a></td><td class="diff_header" id="from31_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fbb2&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">f04</span>&nbsp;&lt;_free_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__16">n</a></td><td class="diff_header" id="to31_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f7ff&nbsp;fbb2&nbsp;&nbsp;&nbsp;bl&nbsp;11<span class="diff_chg">eec</span>&nbsp;&lt;_free_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td><td class="diff_next"></td><td class="diff_header" id="to31_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#52]&nbsp;&nbsp;;&nbsp;0x34</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#36&nbsp;&nbsp;;&nbsp;0x24</td><td class="diff_next"></td><td class="diff_header" id="to31_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#36&nbsp;&nbsp;;&nbsp;0x24</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to31_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to31_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to31_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2308&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to31_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2308&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to31_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6923&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__17">n</a></td><td class="diff_header" id="from31_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">da</span>&nbsp;&lt;__swsetup_r+0xa6&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__17">n</a></td><td class="diff_header" id="to31_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d10b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">c2</span>&nbsp;&lt;__swsetup_r+0xa6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;21a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#160&nbsp;;&nbsp;0xa0</td><td class="diff_next"></td><td class="diff_header" id="to31_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;21a0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#160&nbsp;;&nbsp;0xa0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to31_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;89a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0089&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to31_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0089&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0092&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to31_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0092&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;400b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to31_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;400b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__18">n</a></td><td class="diff_header" id="from31_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">da</span>&nbsp;&lt;__swsetup_r+0xa6&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__18">n</a></td><td class="diff_header" id="to31_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;127<span class="diff_chg">c2</span>&nbsp;&lt;__swsetup_r+0xa6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to31_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to31_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__19">n</a></td><td class="diff_header" id="from31_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f84d&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">74</span>&nbsp;&lt;__smakebuf_r&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__19">n</a></td><td class="diff_header" id="to31_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f84d&nbsp;&nbsp;&nbsp;bl&nbsp;128<span class="diff_chg">5c</span>&nbsp;&lt;__smakebuf_r&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td><td class="diff_next"></td><td class="diff_header" id="to31_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;220c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#12</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r4,&nbsp;r2]</td><td class="diff_next"></td><td class="diff_header" id="to31_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;5ea3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r4,&nbsp;r2]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to31_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to31_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to31_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to31_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__20">n</a></td><td class="diff_header" id="from31_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12<span class="diff_chg">80a</span>&nbsp;&lt;__swsetup_r+0xd6&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__20">n</a></td><td class="diff_header" id="to31_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d00f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;12<span class="diff_chg">7f2</span>&nbsp;&lt;__swsetup_r+0xd6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to31_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6962&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to31_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6962&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r2,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r2,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to31_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;61a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to31_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td><td class="diff_next"></td><td class="diff_header" id="to31_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#16]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to31_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__21">n</a></td><td class="diff_header" id="from31_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">72</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__21">n</a></td><td class="diff_header" id="to31_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;127<span class="diff_chg">5a</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;060a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#24</td><td class="diff_next"></td><td class="diff_header" id="to31_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;060a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r1,&nbsp;#24</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__22">n</a></td><td class="diff_header" id="from31_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d5b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;127<span class="diff_chg">72</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__22">n</a></td><td class="diff_header" id="to31_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d5b8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;127<span class="diff_chg">5a</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td><td class="diff_next"></td><td class="diff_header" id="to31_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#64&nbsp;&nbsp;;&nbsp;0x40</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to31_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to31_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;81a3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3801&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to31_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;3801&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__23">n</a></td><td class="diff_header" id="from31_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">72</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__23">n</a></td><td class="diff_header" id="to31_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">5a</span>&nbsp;&lt;__swsetup_r+0x3e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0788&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r1,&nbsp;#30</td><td class="diff_next"></td><td class="diff_header" id="to31_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0788&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r1,&nbsp;#30</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__24">n</a></td><td class="diff_header" id="from31_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;128<span class="diff_sub">10</span>&nbsp;&lt;__swsetup_r+0xdc&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__24">n</a></td><td class="diff_header" id="to31_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;12<span class="diff_add">7f</span>8&nbsp;&lt;__swsetup_r+0xdc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6962&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to31_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;6962&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to31_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;60a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;#8]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__25">n</a></td><td class="diff_header" id="from31_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">f4</span>&nbsp;&lt;__swsetup_r+0xc0&gt;</td><td class="diff_next"><a href="#difflib_chg_to31__25">n</a></td><td class="diff_header" id="to31_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;127<span class="diff_chg">dc</span>&nbsp;&lt;__swsetup_r+0xc0&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20000250&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20000250</td><td class="diff_next"></td><td class="diff_header" id="to31_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;20000250&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x20000250</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to31__top">t</a></td><td class="diff_header" id="from31_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">cc</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">cc</span></td><td class="diff_next"><a href="#difflib_chg_to31__top">t</a></td><td class="diff_header" id="to31_111">111</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">b4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">b4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ec</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ec</span></td><td class="diff_next"></td><td class="diff_header" id="to31_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">d4</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">d4</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">ac</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">ac</span></td><td class="diff_next"></td><td class="diff_header" id="to31_113">113</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00016a<span class="diff_chg">94</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00016a<span class="diff_chg">94</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from31_114">114</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to31_114">114</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___udivmoddi4"><a href="#table___udivmoddi4"><span class="symbol_name">__udivmoddi4</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to32__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to32__17"><a href="#difflib_chg_to32__0">f</a></td><td class="diff_header" id="from32_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to32__0">f</a></td><td class="diff_header" id="to32_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0015&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to32_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0015&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b085&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#20</td><td class="diff_next"></td><td class="diff_header" id="to32_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b085&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#20</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;428b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__1">n</a></td><td class="diff_header" id="from32_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">68</span>&nbsp;&lt;__udivmoddi4+0xd8&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__1">n</a></td><td class="diff_header" id="to32_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">50</span>&nbsp;&lt;__udivmoddi4+0xd8&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">a6</span>&nbsp;&lt;__udivmoddi4+0x16&gt;</td><td class="diff_next"></td><td class="diff_header" id="to32_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">8e</span>&nbsp;&lt;__udivmoddi4+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__2">n</a></td><td class="diff_header" id="from32_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d860&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">68</span>&nbsp;&lt;__udivmoddi4+0xd8&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__2">n</a></td><td class="diff_header" id="to32_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d860&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">50</span>&nbsp;&lt;__udivmoddi4+0xd8&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to32_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to32_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__3">n</a></td><td class="diff_header" id="from32_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f879&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">a0</span>&nbsp;&lt;__clzdi2&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__3">n</a></td><td class="diff_header" id="to32_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f879&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">88</span>&nbsp;&lt;__clzdi2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0039&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0039&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__4">n</a></td><td class="diff_header" id="from32_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f874&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">a0</span>&nbsp;&lt;__clzdi2&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__4">n</a></td><td class="diff_header" id="to32_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f874&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">88</span>&nbsp;&lt;__clzdi2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to32_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a1b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to32_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9303&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9303&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__5">n</a></td><td class="diff_header" id="from32_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f860&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">88</span>&nbsp;&lt;__aeabi_llsl&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__5">n</a></td><td class="diff_header" id="to32_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f860&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">70</span>&nbsp;&lt;__aeabi_llsl&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to32_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r1,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__6">n</a></td><td class="diff_header" id="from32_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d845&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">5c</span>&nbsp;&lt;__udivmoddi4+0xcc&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__6">n</a></td><td class="diff_header" id="to32_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d845&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">44</span>&nbsp;&lt;__udivmoddi4+0xcc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">d6</span>&nbsp;&lt;__udivmoddi4+0x46&gt;</td><td class="diff_next"></td><td class="diff_header" id="to32_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;118<span class="diff_chg">be</span>&nbsp;&lt;__udivmoddi4+0x46&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__7">n</a></td><td class="diff_header" id="from32_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">5c</span>&nbsp;&lt;__udivmoddi4+0xcc&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__7">n</a></td><td class="diff_header" id="to32_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">44</span>&nbsp;&lt;__udivmoddi4+0xcc&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to32_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9c01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r4,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to32_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1af6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1af6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;41a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r7,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to32_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;41a7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r7,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__8">n</a></td><td class="diff_header" id="from32_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f850&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">88</span>&nbsp;&lt;__aeabi_llsl&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__8">n</a></td><td class="diff_header" id="to32_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f850&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">70</span>&nbsp;&lt;__aeabi_llsl&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__9">n</a></td><td class="diff_header" id="from32_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d02b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">4a</span>&nbsp;&lt;__udivmoddi4+0xba&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__9">n</a></td><td class="diff_header" id="to32_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d02b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">32</span>&nbsp;&lt;__udivmoddi4+0xba&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to32_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to32_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;07db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#31</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0850&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r2,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to32_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0850&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r0,&nbsp;r2,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4318&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4318&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to32_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0859&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to32_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0859&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;469c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__10">n</a></td><td class="diff_header" id="from32_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d82c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">62</span>&nbsp;&lt;__udivmoddi4+0xd2&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__10">n</a></td><td class="diff_header" id="to32_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d82c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">4a</span>&nbsp;&lt;__udivmoddi4+0xd2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">90e</span>&nbsp;&lt;__udivmoddi4+0x7e&gt;</td><td class="diff_next"></td><td class="diff_header" id="to32_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">8f6</span>&nbsp;&lt;__udivmoddi4+0x7e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;42b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__11">n</a></td><td class="diff_header" id="from32_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d829&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">62</span>&nbsp;&lt;__udivmoddi4+0xd2&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__11">n</a></td><td class="diff_header" id="to32_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d829&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;119<span class="diff_chg">4a</span>&nbsp;&lt;__udivmoddi4+0xd2&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;003b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;418b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r3,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;418b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r3,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to32_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1892&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to32_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1892&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r2,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;415b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r3,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;415b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r3,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18b6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to32_68">68</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;18b6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;415f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r7,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;415f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r7,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to32_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;425b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r3,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;425b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r3,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;449c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to32_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;449c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;ip,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4663&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r3,&nbsp;ip</td><td class="diff_next"></td><td class="diff_header" id="to32_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4663&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mov&nbsp;&nbsp;&nbsp;r3,&nbsp;ip</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__12">n</a></td><td class="diff_header" id="from32_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">904</span>&nbsp;&lt;__udivmoddi4+0x74&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__12">n</a></td><td class="diff_header" id="to32_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d1ea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;11<span class="diff_chg">8ec</span>&nbsp;&lt;__udivmoddi4+0x74&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_76">76</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0039&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0039&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_78">78</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__13">n</a></td><td class="diff_header" id="from32_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81c&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">70</span>&nbsp;&lt;__aeabi_llsr&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__13">n</a></td><td class="diff_header" id="to32_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f81c&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">58</span>&nbsp;&lt;__aeabi_llsr&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td><td class="diff_next"></td><td class="diff_header" id="to32_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9a03&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#12]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_81">81</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;417d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r5,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;417d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r5,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;000f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__14">n</a></td><td class="diff_header" id="from32_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f821&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">88</span>&nbsp;&lt;__aeabi_llsl&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__14">n</a></td><td class="diff_header" id="to32_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f821&nbsp;&nbsp;&nbsp;bl&nbsp;119<span class="diff_chg">70</span>&nbsp;&lt;__aeabi_llsl&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to32_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;1a24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;418d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r5,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to32_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;418d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r5,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td><td class="diff_next"></td><td class="diff_header" id="to32_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;9b0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#40]&nbsp;&nbsp;;&nbsp;0x28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_89">89</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__15">n</a></td><td class="diff_header" id="from32_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">54</span>&nbsp;&lt;__udivmoddi4+0xc4&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__15">n</a></td><td class="diff_header" id="to32_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;119<span class="diff_chg">3c</span>&nbsp;&lt;__udivmoddi4+0xc4&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;601e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to32_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;601e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;605f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r3,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to32_92">92</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;605f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r7,&nbsp;[r3,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to32_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to32_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#20</td><td class="diff_next"></td><td class="diff_header" id="to32_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#20</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to32_96">96</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__16">n</a></td><td class="diff_header" id="from32_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7c4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;118<span class="diff_chg">ec</span>&nbsp;&lt;__udivmoddi4+0x5c&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__16">n</a></td><td class="diff_header" id="to32_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7c4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;118<span class="diff_chg">d4</span>&nbsp;&lt;__udivmoddi4+0x5c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19b6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to32_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;19b6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r6,&nbsp;r6,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;417f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r7,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to32_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;417f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r7,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__17">n</a></td><td class="diff_header" id="from32_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7dc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">22</span>&nbsp;&lt;__udivmoddi4+0x92&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__17">n</a></td><td class="diff_header" id="to32_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7dc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">0a</span>&nbsp;&lt;__udivmoddi4+0x92&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to32_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to32__top">t</a></td><td class="diff_header" id="from32_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">4a</span>&nbsp;&lt;__udivmoddi4+0xba&gt;</td><td class="diff_next"><a href="#difflib_chg_to32__top">t</a></td><td class="diff_header" id="to32_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;e7ed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;119<span class="diff_chg">32</span>&nbsp;&lt;__udivmoddi4+0xba&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_106">106</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td><td class="diff_next"></td><td class="diff_header" id="to32_106">106</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from32_107">107</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to32_107">107</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details___udivsi3"><a href="#table___udivsi3"><span class="symbol_name">__udivsi3</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to33__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to33__0"><a href="#difflib_chg_to33__0">f</a></td><td class="diff_header" id="from33_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"><a href="#difflib_chg_to33__0">f</a></td><td class="diff_header" id="to33_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;2900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to33__top">t</a></td><td class="diff_header" id="from33_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">aa</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x6a&gt;</td><td class="diff_next"><a href="#difflib_chg_to33__top">t</a></td><td class="diff_header" id="to33_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;d034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;117<span class="diff_chg">92</span>&nbsp;&lt;.udivsi3_skip_div0_test+0x6a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from33_3">3</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to33_3">3</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__addr_equals"><a href="#table__addr_equals"><span class="symbol_name">_addr_equals</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to34__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to34__3"><a href="#difflib_chg_to34__0">f</a></td><td class="diff_header" id="from34_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;rmutex_unlock(&amp;_nib_mutex);</span></td><td class="diff_next"><a href="#difflib_chg_to34__0">f</a></td><td class="diff_header" id="to34_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;rmutex_unlock(&amp;_nib_mutex);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_2">2</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to34_2">2</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_3">3</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to34_3">3</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_4">4</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;bool&nbsp;_addr_equals(const&nbsp;ipv6_addr_t&nbsp;*addr,</span></td><td class="diff_next"></td><td class="diff_header" id="to34_4">4</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;bool&nbsp;_addr_equals(const&nbsp;ipv6_addr_t&nbsp;*addr,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;_nib_onl_entry_t&nbsp;*node)</span></td><td class="diff_next"></td><td class="diff_header" id="to34_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;_nib_onl_entry_t&nbsp;*node)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to34_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to34_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to34_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(addr&nbsp;==&nbsp;NULL)&nbsp;||&nbsp;ipv6_addr_is_unspecified(&amp;node-&gt;ipv6)&nbsp;||</span></td><td class="diff_next"></td><td class="diff_header" id="to34_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(addr&nbsp;==&nbsp;NULL)&nbsp;||&nbsp;ipv6_addr_is_unspecified(&amp;node-&gt;ipv6)&nbsp;||</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to34__1">n</a></td><td class="diff_header" id="from34_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;3<span class="diff_chg">70a</span>&nbsp;&lt;_addr_equals+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to34__1">n</a></td><td class="diff_header" id="to34_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;3<span class="diff_chg">6f2</span>&nbsp;&lt;_addr_equals+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to34_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to34_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to34_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ipv6_addr_equal(addr,&nbsp;&amp;node-&gt;ipv6));</span></td><td class="diff_next"></td><td class="diff_header" id="to34_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ipv6_addr_equal(addr,&nbsp;&amp;node-&gt;ipv6));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_15">15</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to34_15">15</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to34_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(addr&nbsp;==&nbsp;NULL)&nbsp;||&nbsp;ipv6_addr_is_unspecified(&amp;node-&gt;ipv6)&nbsp;||</span></td><td class="diff_next"></td><td class="diff_header" id="to34_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(addr&nbsp;==&nbsp;NULL)&nbsp;||&nbsp;ipv6_addr_is_unspecified(&amp;node-&gt;ipv6)&nbsp;||</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1d0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to34_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1d0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r1,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to34_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to34__2">n</a></td><td class="diff_header" id="from34_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffe9&nbsp;&nbsp;bl&nbsp;36<span class="diff_chg">e4</span>&nbsp;&lt;ipv6_addr_is_unspecified&gt;</td><td class="diff_next"><a href="#difflib_chg_to34__2">n</a></td><td class="diff_header" id="to34_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;ffe9&nbsp;&nbsp;bl&nbsp;36<span class="diff_chg">cc</span>&nbsp;&lt;ipv6_addr_is_unspecified&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to34_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to34__3">n</a></td><td class="diff_header" id="from34_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d1f5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;3<span class="diff_chg">702</span>&nbsp;&lt;_addr_equals+0x6&gt;</td><td class="diff_next"><a href="#difflib_chg_to34__3">n</a></td><td class="diff_header" id="to34_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d1f5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;3<span class="diff_chg">6ea</span>&nbsp;&lt;_addr_equals+0x6&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ipv6_addr_equal(addr,&nbsp;&amp;node-&gt;ipv6));</span></td><td class="diff_next"></td><td class="diff_header" id="to34_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ipv6_addr_equal(addr,&nbsp;&amp;node-&gt;ipv6));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to34_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to34_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to34__top">t</a></td><td class="diff_header" id="from34_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f005&nbsp;ffc3&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">a4</span>&nbsp;&lt;ipv6_addr_equal&gt;</td><td class="diff_next"><a href="#difflib_chg_to34__top">t</a></td><td class="diff_header" id="to34_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f005&nbsp;ffc3&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">8c</span>&nbsp;&lt;ipv6_addr_equal&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7f1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;3<span class="diff_chg">704</span>&nbsp;&lt;_addr_equals+0x8&gt;</td><td class="diff_next"></td><td class="diff_header" id="to34_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7f1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;3<span class="diff_chg">6ec</span>&nbsp;&lt;_addr_equals+0x8&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from34_28">28</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to34_28">28</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__ar_str"><a href="#table__ar_str"><span class="symbol_name">_ar_str</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to35__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to35__0"><a href="#difflib_chg_to35__top">t</a></td><td class="diff_header" id="from35_1">1</td><td nowrap="nowrap"><span class="diff_sub">&nbsp;&nbsp;&nbsp;00016959&nbsp;0001695c&nbsp;00016966&nbsp;00016971&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yi..\i..fi..qi..</span></td><td class="diff_next"><a href="#difflib_chg_to35__top">t</a></td><td class="diff_header" id="to35_1">1</td><td nowrap="nowrap"><span class="diff_add">&nbsp;&nbsp;&nbsp;00016941&nbsp;00016944&nbsp;0001694e&nbsp;00016959&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ai..Di..Ni..Yi..</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from35_2">2</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to35_2">2</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__auto_configure_addr"><a href="#table__auto_configure_addr"><span class="symbol_name">_auto_configure_addr</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to36__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to36__18"><a href="#difflib_chg_to36__0">f</a></td><td class="diff_header" id="from36_1">1</td><td nowrap="nowrap"><span class="source">#if&nbsp;IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN)&nbsp;||&nbsp;IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC)</span></td><td class="diff_next"><a href="#difflib_chg_to36__0">f</a></td><td class="diff_header" id="to36_1">1</td><td nowrap="nowrap"><span class="source">#if&nbsp;IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN)&nbsp;||&nbsp;IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_2">2</td><td nowrap="nowrap"><span class="source">static&nbsp;char&nbsp;addr_str[IPV6_ADDR_MAX_STR_LEN];</span></td><td class="diff_next"></td><td class="diff_header" id="to36_2">2</td><td nowrap="nowrap"><span class="source">static&nbsp;char&nbsp;addr_str[IPV6_ADDR_MAX_STR_LEN];</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_3">3</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to36_3">3</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_4">4</td><td nowrap="nowrap"><span class="source">void&nbsp;_auto_configure_addr(gnrc_netif_t&nbsp;*netif,&nbsp;const&nbsp;ipv6_addr_t&nbsp;*pfx,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_4">4</td><td nowrap="nowrap"><span class="source">void&nbsp;_auto_configure_addr(gnrc_netif_t&nbsp;*netif,&nbsp;const&nbsp;ipv6_addr_t&nbsp;*pfx,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;pfx_len)</span></td><td class="diff_next"></td><td class="diff_header" id="to36_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;pfx_len)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to36_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to36_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to36_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b087&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to36_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b087&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub&nbsp;&nbsp;&nbsp;sp,&nbsp;#28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to36_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to36_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;ipv6_addr_t&nbsp;addr&nbsp;=&nbsp;IPV6_ADDR_UNSPECIFIED;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;ipv6_addr_t&nbsp;addr&nbsp;=&nbsp;IPV6_ADDR_UNSPECIFIED;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to36_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to36_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r0,&nbsp;sp,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to36_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r0,&nbsp;sp,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;37fc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r7,&nbsp;#252&nbsp;;&nbsp;0xfc</td><td class="diff_next"></td><td class="diff_header" id="to36_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;37fc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r7,&nbsp;#252&nbsp;;&nbsp;0xfc</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__1">n</a></td><td class="diff_header" id="from36_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fca6&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">f4</span>&nbsp;&lt;memset&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__1">n</a></td><td class="diff_header" id="to36_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fca6&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">dc</span>&nbsp;&lt;memset&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;idx;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;idx;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;flags&nbsp;=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_TENTATIVE;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;flags&nbsp;=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_TENTATIVE;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_22">22</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to36_22">22</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_23">23</td><td nowrap="nowrap"><span class="source">#if&nbsp;!IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC)</span></td><td class="diff_next"></td><td class="diff_header" id="to36_23">23</td><td nowrap="nowrap"><span class="source">#if&nbsp;!IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_24">24</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!gnrc_netif_is_6ln(netif))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_24">24</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!gnrc_netif_is_6ln(netif))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04da&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#19</td><td class="diff_next"></td><td class="diff_header" id="to36_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04da&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#19</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__2">n</a></td><td class="diff_header" id="from36_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d407&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;45<span class="diff_chg">be</span>&nbsp;&lt;_auto_configure_addr+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__2">n</a></td><td class="diff_header" id="to36_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d407&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmi.n&nbsp;45<span class="diff_chg">a6</span>&nbsp;&lt;_auto_configure_addr+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOG_WARNING("SLAAC&nbsp;not&nbsp;activated;&nbsp;will&nbsp;not&nbsp;auto-configure&nbsp;IPv6&nbsp;address&nbsp;"</span></td><td class="diff_next"></td><td class="diff_header" id="to36_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOG_WARNING("SLAAC&nbsp;not&nbsp;activated;&nbsp;will&nbsp;not&nbsp;auto-configure&nbsp;IPv6&nbsp;address&nbsp;"</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#159&nbsp;;&nbsp;0x9f</td><td class="diff_next"></td><td class="diff_header" id="to36_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#159&nbsp;;&nbsp;0x9f</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to36_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to36_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ee1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__3">n</a></td><td class="diff_header" id="from36_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4828&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#160]&nbsp;;&nbsp;(46<span class="diff_chg">58</span>&nbsp;&lt;_auto_configure_addr+0xc8&gt;)</td><td class="diff_next"><a href="#difflib_chg_to36__3">n</a></td><td class="diff_header" id="to36_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4828&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#160]&nbsp;;&nbsp;(46<span class="diff_chg">40</span>&nbsp;&lt;_auto_configure_addr+0xc8&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fd4d&nbsp;&nbsp;bl&nbsp;120<span class="diff_chg">54</span>&nbsp;&lt;iprintf&gt;</td><td class="diff_next"></td><td class="diff_header" id="to36_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fd4d&nbsp;&nbsp;bl&nbsp;120<span class="diff_chg">3c</span>&nbsp;&lt;iprintf&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_handle_rereg_address(&amp;netif-&gt;ipv6.addrs[idx]);</span></td><td class="diff_next"></td><td class="diff_header" id="to36_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_handle_rereg_address(&amp;netif-&gt;ipv6.addrs[idx]);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to36_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_35">35</td><td nowrap="nowrap"><span class="source">#else&nbsp;&nbsp;&nbsp;/*&nbsp;CONFIG_GNRC_IPV6_NIB_6LN&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to36_35">35</td><td nowrap="nowrap"><span class="source">#else&nbsp;&nbsp;&nbsp;/*&nbsp;CONFIG_GNRC_IPV6_NIB_6LN&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;(void)idx;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;(void)idx;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_37">37</td><td nowrap="nowrap"><span class="source">#endif&nbsp;&nbsp;/*&nbsp;CONFIG_GNRC_IPV6_NIB_6LN&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to36_37">37</td><td nowrap="nowrap"><span class="source">#endif&nbsp;&nbsp;/*&nbsp;CONFIG_GNRC_IPV6_NIB_6LN&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_38">38</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to36_38">38</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#28</td><td class="diff_next"></td><td class="diff_header" id="to36_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;sp,&nbsp;#28</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to36_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_HAS_L2ADDR))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_HAS_L2ADDR))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to36_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4213&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to36_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4213&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tst&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__4">n</a></td><td class="diff_header" id="from36_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d0fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__4">n</a></td><td class="diff_header" id="to36_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d0fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_45">45</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;int&nbsp;gnrc_netif_ipv6_get_iid(gnrc_netif_t&nbsp;*netif,&nbsp;eui64_t&nbsp;*iid)</span></td><td class="diff_next"></td><td class="diff_header" id="to36_45">45</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;int&nbsp;gnrc_netif_ipv6_get_iid(gnrc_netif_t&nbsp;*netif,&nbsp;eui64_t&nbsp;*iid)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_46">46</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_46">46</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_47">47</td><td nowrap="nowrap"><span class="source">#if&nbsp;GNRC_NETIF_L2ADDR_MAXLEN&nbsp;&gt;&nbsp;0</span></td><td class="diff_next"></td><td class="diff_header" id="to36_47">47</td><td nowrap="nowrap"><span class="source">#if&nbsp;GNRC_NETIF_L2ADDR_MAXLEN&nbsp;&gt;&nbsp;0</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_48">48</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_HAS_L2ADDR)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_48">48</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_HAS_L2ADDR)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_49">49</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_49">49</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_50">50</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;l2addr,&nbsp;netif-&gt;l2addr_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_50">50</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;l2addr,&nbsp;netif-&gt;l2addr_len,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#156&nbsp;;&nbsp;0x9c</td><td class="diff_next"></td><td class="diff_header" id="to36_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#156&nbsp;;&nbsp;0x9c</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_52">52</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_52">52</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to36_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_54">54</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;l2addr,&nbsp;netif-&gt;l2addr_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_54">54</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;l2addr,&nbsp;netif-&gt;l2addr_len,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to36_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_56">56</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_56">56</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;gnrc_netif_ipv6_iid_from_addr(netif,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#49&nbsp;&nbsp;;&nbsp;0x31</td><td class="diff_next"></td><td class="diff_header" id="to36_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#49&nbsp;&nbsp;;&nbsp;0x31</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ce2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to36_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ce2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r2,&nbsp;[r4,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;31ff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#255&nbsp;;&nbsp;0xff</td><td class="diff_next"></td><td class="diff_header" id="to36_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;31ff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#255&nbsp;;&nbsp;0xff</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ab04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r3,&nbsp;sp,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to36_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ab04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r3,&nbsp;sp,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to36_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__5">n</a></td><td class="diff_header" id="from36_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f002&nbsp;fb1c&nbsp;&nbsp;bl&nbsp;6<span class="diff_chg">c10</span>&nbsp;&lt;gnrc_netif_ipv6_iid_from_addr&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__5">n</a></td><td class="diff_header" id="to36_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f002&nbsp;fb1c&nbsp;&nbsp;bl&nbsp;6<span class="diff_chg">bf8</span>&nbsp;&lt;gnrc_netif_ipv6_iid_from_addr&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_63">63</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;ipv6_addr_init_prefix(&amp;addr,&nbsp;pfx,&nbsp;pfx_len);</span></td><td class="diff_next"></td><td class="diff_header" id="to36_63">63</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;ipv6_addr_init_prefix(&amp;addr,&nbsp;pfx,&nbsp;pfx_len);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0031&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to36_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0031&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9a01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to36_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9a01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r0,&nbsp;sp,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to36_66">66</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r0,&nbsp;sp,&nbsp;#8</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__6">n</a></td><td class="diff_header" id="from36_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f005&nbsp;f8e1&nbsp;&nbsp;bl&nbsp;97<span class="diff_chg">a4</span>&nbsp;&lt;ipv6_addr_init_prefix&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__6">n</a></td><td class="diff_header" id="to36_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f005&nbsp;f8e1&nbsp;&nbsp;bl&nbsp;97<span class="diff_chg">8c</span>&nbsp;&lt;ipv6_addr_init_prefix&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_68">68</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_68">68</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to36_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;sp,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to36_70">70</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;sp,&nbsp;#8</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__7">n</a></td><td class="diff_header" id="from36_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fdd9&nbsp;&nbsp;bl&nbsp;61<span class="diff_chg">9c</span>&nbsp;&lt;gnrc_netif_ipv6_addr_idx&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__7">n</a></td><td class="diff_header" id="to36_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fdd9&nbsp;&nbsp;bl&nbsp;61<span class="diff_chg">84</span>&nbsp;&lt;gnrc_netif_ipv6_addr_idx&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_72">72</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;bool&nbsp;new_address&nbsp;=&nbsp;false;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_72">72</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;bool&nbsp;new_address&nbsp;=&nbsp;false;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to36_73">73</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_74">74</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_74">74</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to36_75">75</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_76">76</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;bool&nbsp;new_address&nbsp;=&nbsp;false;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_76">76</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;bool&nbsp;new_address&nbsp;=&nbsp;false;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_77">77</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_78">78</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_78">78</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_idx(netif,&nbsp;&amp;addr))&nbsp;&lt;&nbsp;0)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to36_79">79</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__8">n</a></td><td class="diff_header" id="from36_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;4<span class="diff_chg">6</span>0<span class="diff_sub">8</span>&nbsp;&lt;_auto_configure_addr+0x78&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__8">n</a></td><td class="diff_header" id="to36_80">80</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;da09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bge.n&nbsp;4<span class="diff_chg">5f</span>0&nbsp;&lt;_auto_configure_addr+0x78&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_81">81</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_add_internal(netif,&nbsp;&amp;addr,&nbsp;pfx_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_81">81</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((idx&nbsp;=&nbsp;gnrc_netif_ipv6_addr_add_internal(netif,&nbsp;&amp;addr,&nbsp;pfx_len,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to36_82">82</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9a01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to36_83">83</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9a01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[sp,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#7</td><td class="diff_next"></td><td class="diff_header" id="to36_84">84</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;sp,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to36_85">85</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;a902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add&nbsp;&nbsp;&nbsp;r1,&nbsp;sp,&nbsp;#8</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__9">n</a></td><td class="diff_header" id="from36_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;ff74&nbsp;&nbsp;bl&nbsp;64<span class="diff_chg">e8</span>&nbsp;&lt;gnrc_netif_ipv6_addr_add_internal&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__9">n</a></td><td class="diff_header" id="to36_86">86</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;ff74&nbsp;&nbsp;bl&nbsp;64<span class="diff_chg">d0</span>&nbsp;&lt;gnrc_netif_ipv6_addr_add_internal&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to36_87">87</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__10">n</a></td><td class="diff_header" id="from36_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dbda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__10">n</a></td><td class="diff_header" id="to36_88">88</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;dbda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blt.n&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_89">89</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new_address&nbsp;=&nbsp;true;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_89">89</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new_address&nbsp;=&nbsp;true;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to36_90">90</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_91">91</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_92">92</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(gnrc_netif_is_6ln(netif)&nbsp;&amp;&amp;&nbsp;ipv6_addr_is_link_local(pfx))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to36_92">92</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(gnrc_netif_is_6ln(netif)&nbsp;&amp;&amp;&nbsp;ipv6_addr_is_link_local(pfx))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_93">93</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#19</td><td class="diff_next"></td><td class="diff_header" id="to36_94">94</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#19</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__11">n</a></td><td class="diff_header" id="from36_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d5d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__11">n</a></td><td class="diff_header" id="to36_95">95</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d5d5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_96">96</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(memcmp(addr,&nbsp;&amp;ipv6_addr_link_local_prefix,&nbsp;sizeof(addr-&gt;u64[0]))&nbsp;==&nbsp;0)&nbsp;||</span></td><td class="diff_next"></td><td class="diff_header" id="to36_96">96</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(memcmp(addr,&nbsp;&amp;ipv6_addr_link_local_prefix,&nbsp;sizeof(addr-&gt;u64[0]))&nbsp;==&nbsp;0)&nbsp;||</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to36_97">97</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to36_98">98</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r6</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__12">n</a></td><td class="diff_header" id="from36_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4912&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#72]&nbsp;&nbsp;;&nbsp;(46<span class="diff_chg">5c</span>&nbsp;&lt;_auto_configure_addr+0xcc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to36__12">n</a></td><td class="diff_header" id="to36_99">99</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4912&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#72]&nbsp;&nbsp;;&nbsp;(46<span class="diff_chg">44</span>&nbsp;&lt;_auto_configure_addr+0xcc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fc57&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c6</span>&nbsp;&lt;memcmp&gt;</td><td class="diff_next"></td><td class="diff_header" id="to36_100">100</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00d&nbsp;fc57&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">ae</span>&nbsp;&lt;memcmp&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to36_101">101</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__13">n</a></td><td class="diff_header" id="from36_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;46<span class="diff_chg">2c</span>&nbsp;&lt;_auto_configure_addr+0x9c&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__13">n</a></td><td class="diff_header" id="to36_102">102</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;46<span class="diff_chg">14</span>&nbsp;&lt;_auto_configure_addr+0x9c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_103">103</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td><td class="diff_next"></td><td class="diff_header" id="to36_104">104</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__14">n</a></td><td class="diff_header" id="from36_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d10d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;46<span class="diff_chg">3e</span>&nbsp;&lt;_auto_configure_addr+0xae&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__14">n</a></td><td class="diff_header" id="to36_105">105</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d10d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;46<span class="diff_chg">26</span>&nbsp;&lt;_auto_configure_addr+0xae&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;220f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#15</td><td class="diff_next"></td><td class="diff_header" id="to36_106">106</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;220f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#15</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#1]</td><td class="diff_next"></td><td class="diff_header" id="to36_107">107</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#1]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to36_108">108</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to36_109">109</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__15">n</a></td><td class="diff_header" id="from36_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;46<span class="diff_chg">3e</span>&nbsp;&lt;_auto_configure_addr+0xae&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__15">n</a></td><td class="diff_header" id="to36_110">110</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;46<span class="diff_chg">26</span>&nbsp;&lt;_auto_configure_addr+0xae&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_111">111</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;&amp;=&nbsp;~GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_MASK;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_111">111</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;&amp;=&nbsp;~GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_MASK;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to36_112">112</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#31</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_113">113</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;|=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_VALID;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_113">113</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;|=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_VALID;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r4,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to36_114">114</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1963&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;r4,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3330&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#48&nbsp;&nbsp;;&nbsp;0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_115">115</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3330&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r3,&nbsp;#48&nbsp;&nbsp;;&nbsp;0x30</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_116">116</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;&amp;=&nbsp;~GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_MASK;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_116">116</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;&amp;=&nbsp;~GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_MASK;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;781a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_117">117</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;781a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;438a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r2,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to36_118">118</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;438a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bics&nbsp;&nbsp;r2,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to36_119">119</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_120">120</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;|=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_VALID;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_120">120</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.addrs_flags[idx]&nbsp;|=&nbsp;GNRC_NETIF_IPV6_ADDRS_FLAGS_STATE_VALID;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to36_121">121</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;430a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to36_122">122</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;430a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;orrs&nbsp;&nbsp;r2,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;701a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_123">123</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;701a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_124">124</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(new_address&nbsp;&amp;&amp;&nbsp;gnrc_netif_is_6ln(netif)&nbsp;&amp;&amp;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_124">124</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(new_address&nbsp;&amp;&amp;&nbsp;gnrc_netif_is_6ln(netif)&nbsp;&amp;&amp;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to36_125">125</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;9b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[sp,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to36_126">126</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__16">n</a></td><td class="diff_header" id="from36_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d0ba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__16">n</a></td><td class="diff_header" id="to36_127">127</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d0ba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_128">128</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_6LN);</span></td><td class="diff_next"></td><td class="diff_header" id="to36_128">128</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(netif-&gt;flags&nbsp;&amp;&nbsp;GNRC_NETIF_FLAGS_6LN);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_129">129</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6b3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#48]&nbsp;&nbsp;;&nbsp;0x30</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#19</td><td class="diff_next"></td><td class="diff_header" id="to36_130">130</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;04db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#19</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__17">n</a></td><td class="diff_header" id="from36_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d5b7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__17">n</a></td><td class="diff_header" id="to36_131">131</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d5b7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bpl.n&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_132">132</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_handle_rereg_address(&amp;netif-&gt;ipv6.addrs[idx]);</span></td><td class="diff_next"></td><td class="diff_header" id="to36_132">132</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_handle_rereg_address(&amp;netif-&gt;ipv6.addrs[idx]);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_133">133</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r5,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to36_133">133</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r5,&nbsp;#4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_134">134</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#50&nbsp;&nbsp;;&nbsp;0x32</td><td class="diff_next"></td><td class="diff_header" id="to36_134">134</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#50&nbsp;&nbsp;;&nbsp;0x32</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_135">135</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1820&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to36_135">135</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1820&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__18">n</a></td><td class="diff_header" id="from36_136">136</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f000&nbsp;f84e&nbsp;&nbsp;bl&nbsp;46<span class="diff_chg">f0</span>&nbsp;&lt;_handle_rereg_address&gt;</td><td class="diff_next"><a href="#difflib_chg_to36__18">n</a></td><td class="diff_header" id="to36_136">136</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f000&nbsp;f84e&nbsp;&nbsp;bl&nbsp;46<span class="diff_chg">d8</span>&nbsp;&lt;_handle_rereg_address&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_137">137</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7b1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;45<span class="diff_sub">b</span>a&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td><td class="diff_next"></td><td class="diff_header" id="to36_137">137</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7b1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;45a<span class="diff_add">2</span>&nbsp;&lt;_auto_configure_addr+0x2a&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_138">138</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to36_138">138</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to36__top">t</a></td><td class="diff_header" id="from36_139">139</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000137<span class="diff_chg">f0</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000137<span class="diff_chg">f0</span></td><td class="diff_next"><a href="#difflib_chg_to36__top">t</a></td><td class="diff_header" id="to36_139">139</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000137<span class="diff_chg">d8</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000137<span class="diff_chg">d8</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_140">140</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;00013a<span class="diff_chg">cf</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x00013a<span class="diff_chg">cf</span></td><td class="diff_next"></td><td class="diff_header" id="to36_140">140</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;00013a<span class="diff_chg">b7</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x00013a<span class="diff_chg">b7</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from36_141">141</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to36_141">141</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__build_frag_pkt.isra.0"><a href="#table__build_frag_pkt.isra.0"><span class="symbol_name">_build_frag_pkt.isra.0</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to37__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to37__7"><a href="#difflib_chg_to37__0">f</a></td><td class="diff_header" id="from37_1">1</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_build_frag_pkt(gnrc_pktsnip_t&nbsp;*pkt,</span></td><td class="diff_next"><a href="#difflib_chg_to37__0">f</a></td><td class="diff_header" id="to37_1">1</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_build_frag_pkt(gnrc_pktsnip_t&nbsp;*pkt,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to37_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to37_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to37_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to37_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_6">6</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(a&nbsp;&lt;&nbsp;b)&nbsp;?&nbsp;a&nbsp;:&nbsp;b;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_6">6</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(a&nbsp;&lt;&nbsp;b)&nbsp;?&nbsp;a&nbsp;:&nbsp;b;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__1">n</a></td><td class="diff_header" id="from37_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;792<span class="diff_sub">a</span>&nbsp;&lt;_build_frag_pkt.isra.0+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__1">n</a></td><td class="diff_header" id="to37_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bls.n&nbsp;79<span class="diff_add">1</span>2&nbsp;&lt;_build_frag_pkt.isra.0+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;netif&nbsp;=&nbsp;gnrc_netif_hdr_build(gnrc_netif_hdr_get_src_addr(netif_hdr),</span></td><td class="diff_next"></td><td class="diff_header" id="to37_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;netif&nbsp;=&nbsp;gnrc_netif_hdr_build(gnrc_netif_hdr_get_src_addr(netif_hdr),</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7829&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to37_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7829&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to37_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((uint8_t&nbsp;*)(hdr&nbsp;+&nbsp;1))&nbsp;+&nbsp;hdr-&gt;src_l2addr_len);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;(((uint8_t&nbsp;*)(hdr&nbsp;+&nbsp;1))&nbsp;+&nbsp;hdr-&gt;src_l2addr_len);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to37_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to37_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;786b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#1]</td><td class="diff_next"></td><td class="diff_header" id="to37_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;786b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r5,&nbsp;#1]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;18aa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r5,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;18aa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r5,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to37_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#8</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__2">n</a></td><td class="diff_header" id="from37_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;f979&nbsp;&nbsp;bl&nbsp;6c<span class="diff_chg">2e</span>&nbsp;&lt;gnrc_netif_hdr_build&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__2">n</a></td><td class="diff_header" id="to37_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;f979&nbsp;&nbsp;bl&nbsp;6c<span class="diff_chg">16</span>&nbsp;&lt;gnrc_netif_hdr_build&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to37_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif&nbsp;==&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to37_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif&nbsp;==&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__3">n</a></td><td class="diff_header" id="from37_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;79<span class="diff_sub">6</span>4&nbsp;&lt;_build_frag_pkt.isra.0+0x48&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__3">n</a></td><td class="diff_header" id="to37_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;794<span class="diff_add">c</span>&nbsp;&lt;_build_frag_pkt.isra.0+0x48&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;*new_netif_hdr&nbsp;=&nbsp;*netif_hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;*new_netif_hdr&nbsp;=&nbsp;*netif_hdr;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to37_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to37_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to37_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__4">n</a></td><td class="diff_header" id="from37_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00a&nbsp;facc&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">e2</span>&nbsp;&lt;memcpy&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__4">n</a></td><td class="diff_header" id="to37_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f00a&nbsp;facc&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">ca</span>&nbsp;&lt;memcpy&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_28">28</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag&nbsp;=&nbsp;gnrc_pktbuf_add(NULL,&nbsp;NULL,&nbsp;fragment_size,&nbsp;GNRC_NETTYPE_SIXLOWPAN);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_28">28</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag&nbsp;=&nbsp;gnrc_pktbuf_add(NULL,&nbsp;NULL,&nbsp;fragment_size,&nbsp;GNRC_NETTYPE_SIXLOWPAN);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to37_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to37_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to37_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;003a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r7</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to37_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__5">n</a></td><td class="diff_header" id="from37_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;fb71&nbsp;&nbsp;bl&nbsp;70<span class="diff_chg">38</span>&nbsp;&lt;gnrc_pktbuf_add&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__5">n</a></td><td class="diff_header" id="to37_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;fb71&nbsp;&nbsp;bl&nbsp;70<span class="diff_chg">20</span>&nbsp;&lt;gnrc_pktbuf_add&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to37_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_35">35</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(frag&nbsp;==&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to37_35">35</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(frag&nbsp;==&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__6">n</a></td><td class="diff_header" id="from37_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;79<span class="diff_chg">68</span>&nbsp;&lt;_build_frag_pkt.isra.0+0x4c&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__6">n</a></td><td class="diff_header" id="to37_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;79<span class="diff_chg">50</span>&nbsp;&lt;_build_frag_pkt.isra.0+0x4c&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_37">37</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktbuf_release_error(pkt,&nbsp;GNRC_NETERR_SUCCESS);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_37">37</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktbuf_release_error(pkt,&nbsp;GNRC_NETERR_SUCCESS);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to37_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to37_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__7">n</a></td><td class="diff_header" id="from37_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;fc5d&nbsp;&nbsp;bl&nbsp;72<span class="diff_chg">1c</span>&nbsp;&lt;gnrc_pktbuf_release_error&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__7">n</a></td><td class="diff_header" id="to37_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7ff&nbsp;fc5d&nbsp;&nbsp;bl&nbsp;72<span class="diff_chg">04</span>&nbsp;&lt;gnrc_pktbuf_release_error&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to37_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_43">43</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to37_43">43</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to37_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to37_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;88b2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r6,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to37_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;88b2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r6,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr&nbsp;=&nbsp;frag-&gt;data;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr&nbsp;=&nbsp;frag-&gt;data;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6843&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to37_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6843&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ba52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rev16&nbsp;r2,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ba52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rev16&nbsp;r2,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b291&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b291&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_51">51</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr-&gt;disp_size&nbsp;=&nbsp;byteorder_htons(fbuf-&gt;datagram_size);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_51">51</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr-&gt;disp_size&nbsp;=&nbsp;byteorder_htons(fbuf-&gt;datagram_size);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0a09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to37_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0a09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7059&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#1]</td><td class="diff_next"></td><td class="diff_header" id="to37_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7059&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#1]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;701a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to37_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;701a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;88f2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r6,&nbsp;#6]</td><td class="diff_next"></td><td class="diff_header" id="to37_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;88f2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrh&nbsp;&nbsp;r2,&nbsp;[r6,&nbsp;#6]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ba52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rev16&nbsp;r2,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;ba52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rev16&nbsp;r2,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b291&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to37_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b291&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_58">58</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr-&gt;tag&nbsp;=&nbsp;byteorder_htons(fbuf-&gt;tag);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_58">58</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;frag_hdr-&gt;tag&nbsp;=&nbsp;byteorder_htons(fbuf-&gt;tag);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0a09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to37_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0a09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsrs&nbsp;&nbsp;r1,&nbsp;r1,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;709a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#2]</td><td class="diff_next"></td><td class="diff_header" id="to37_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;709a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r2,&nbsp;[r3,&nbsp;#2]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;70d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#3]</td><td class="diff_next"></td><td class="diff_header" id="to37_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;70d9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r1,&nbsp;[r3,&nbsp;#3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_62">62</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(frag,&nbsp;netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_62">62</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(frag,&nbsp;netif);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to37_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r0,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_64">64</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;frag;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_64">64</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;frag;</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to37__top">t</a></td><td class="diff_header" id="from37_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;79<span class="diff_sub">6</span>4&nbsp;&lt;_build_frag_pkt.isra.0+0x48&gt;</td><td class="diff_next"><a href="#difflib_chg_to37__top">t</a></td><td class="diff_header" id="to37_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ee&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;794<span class="diff_add">c</span>&nbsp;&lt;_build_frag_pkt.isra.0+0x48&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_66">66</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td><td class="diff_next"></td><td class="diff_header" id="to37_66">66</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;...</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from37_67">67</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to37_67">67</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__build_headers"><a href="#table__build_headers"><span class="symbol_name">_build_headers</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to38__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to38__6"><a href="#difflib_chg_to38__0">f</a></td><td class="diff_header" id="from38_1">1</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"><a href="#difflib_chg_to38__0">f</a></td><td class="diff_header" id="to38_1">1</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_2">2</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_build_headers(gnrc_netif_t&nbsp;*netif,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_2">2</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_build_headers(gnrc_netif_t&nbsp;*netif,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_3">3</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*src,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_3">3</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*src,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*dst,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*dst,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*payload)</span></td><td class="diff_next"></td><td class="diff_header" id="to38_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*payload)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to38_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to38_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to38_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to38_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*l2hdr;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_11">11</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*iphdr&nbsp;=&nbsp;gnrc_ipv6_hdr_build(payload,&nbsp;src,&nbsp;dst);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_11">11</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*iphdr&nbsp;=&nbsp;gnrc_ipv6_hdr_build(payload,&nbsp;src,&nbsp;dst);</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__1">n</a></td><td class="diff_header" id="from38_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fd&nbsp;f9b5&nbsp;&nbsp;bl&nbsp;26<span class="diff_sub">2</span>0&nbsp;&lt;gnrc_ipv6_hdr_build&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__1">n</a></td><td class="diff_header" id="to38_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fd&nbsp;f9b5&nbsp;&nbsp;bl&nbsp;260<span class="diff_add">8</span>&nbsp;&lt;gnrc_ipv6_hdr_build&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to38_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_14">14</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to38_14">14</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(iphdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to38_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(iphdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("ndp:&nbsp;error&nbsp;allocating&nbsp;IPv6&nbsp;header.\n");</span></td><td class="diff_next"></td><td class="diff_header" id="to38_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("ndp:&nbsp;error&nbsp;allocating&nbsp;IPv6&nbsp;header.\n");</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to38_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(iphdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to38_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(iphdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__2">n</a></td><td class="diff_header" id="from38_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;52<span class="diff_chg">da</span>&nbsp;&lt;_build_headers+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__2">n</a></td><td class="diff_header" id="to38_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;52<span class="diff_chg">c2</span>&nbsp;&lt;_build_headers+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to38_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_22">22</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;((ipv6_hdr_t&nbsp;*)iphdr-&gt;data)-&gt;hl&nbsp;=&nbsp;NDP_HOP_LIMIT;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_22">22</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;((ipv6_hdr_t&nbsp;*)iphdr-&gt;data)-&gt;hl&nbsp;=&nbsp;NDP_HOP_LIMIT;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;23ff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td><td class="diff_next"></td><td class="diff_header" id="to38_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;23ff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to38_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;71d3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#7]</td><td class="diff_next"></td><td class="diff_header" id="to38_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;71d3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strb&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#7]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_26">26</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;add&nbsp;netif&nbsp;header&nbsp;for&nbsp;send&nbsp;interface&nbsp;specification&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to38_26">26</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;add&nbsp;netif&nbsp;header&nbsp;for&nbsp;send&nbsp;interface&nbsp;specification&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;l2hdr&nbsp;=&nbsp;gnrc_netif_hdr_build(NULL,&nbsp;0,&nbsp;NULL,&nbsp;0);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;l2hdr&nbsp;=&nbsp;gnrc_netif_hdr_build(NULL,&nbsp;0,&nbsp;NULL,&nbsp;0);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to38_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to38_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to38_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to38_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__3">n</a></td><td class="diff_header" id="from38_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fcb0&nbsp;&nbsp;bl&nbsp;6c<span class="diff_chg">2e</span>&nbsp;&lt;gnrc_netif_hdr_build&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__3">n</a></td><td class="diff_header" id="to38_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fcb0&nbsp;&nbsp;bl&nbsp;6c<span class="diff_chg">16</span>&nbsp;&lt;gnrc_netif_hdr_build&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to38_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e05&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r5,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(l2hdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to38_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(l2hdr&nbsp;==&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__4">n</a></td><td class="diff_header" id="from38_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;52<span class="diff_chg">de</span>&nbsp;&lt;_build_headers+0x32&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__4">n</a></td><td class="diff_header" id="to38_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;52<span class="diff_chg">c6</span>&nbsp;&lt;_build_headers+0x32&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("ndp:&nbsp;error&nbsp;allocating&nbsp;netif&nbsp;header.\n");</span></td><td class="diff_next"></td><td class="diff_header" id="to38_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("ndp:&nbsp;error&nbsp;allocating&nbsp;netif&nbsp;header.\n");</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_37">37</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktbuf_remove_snip(iphdr,&nbsp;iphdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_37">37</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktbuf_remove_snip(iphdr,&nbsp;iphdr);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to38_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to38_39">39</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__5">n</a></td><td class="diff_header" id="from38_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fd86&nbsp;&nbsp;bl&nbsp;6de<span class="diff_sub">6</span>&nbsp;&lt;gnrc_pktbuf_remove_snip&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__5">n</a></td><td class="diff_header" id="to38_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f001&nbsp;fd86&nbsp;&nbsp;bl&nbsp;6d<span class="diff_add">c</span>e&nbsp;&lt;gnrc_pktbuf_remove_snip&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;NULL;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to38_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_hdr_set_netif(l2hdr-&gt;data,&nbsp;netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_hdr_set_netif(l2hdr-&gt;data,&nbsp;netif);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_44">44</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(iphdr,&nbsp;l2hdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_44">44</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(iphdr,&nbsp;l2hdr);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_45">45</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_45">45</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;l2hdr;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_46">46</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to38_46">46</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to38_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to38_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e33&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to38_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e33&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;r6,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_50">50</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_hdr_set_netif(l2hdr-&gt;data,&nbsp;netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_50">50</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_hdr_set_netif(l2hdr-&gt;data,&nbsp;netif);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to38_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6842&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r2,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__6">n</a></td><td class="diff_header" id="from38_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;52<span class="diff_chg">ea</span>&nbsp;&lt;_build_headers+0x3e&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__6">n</a></td><td class="diff_header" id="to38_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;52<span class="diff_chg">d2</span>&nbsp;&lt;_build_headers+0x3e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#159&nbsp;;&nbsp;0x9f</td><td class="diff_next"></td><td class="diff_header" id="to38_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;239f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#159&nbsp;;&nbsp;0x9f</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to38_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;005b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ef3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r6,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to38_55">55</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ef3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r3,&nbsp;[r6,&nbsp;r3]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;8053&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#2]</td><td class="diff_next"></td><td class="diff_header" id="to38_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;8053&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strh&nbsp;&nbsp;r3,&nbsp;[r2,&nbsp;#2]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_57">57</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(iphdr,&nbsp;l2hdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_57">57</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;LL_PREPEND(iphdr,&nbsp;l2hdr);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;602c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to38_58">58</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;602c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;str&nbsp;&nbsp;&nbsp;r4,&nbsp;[r5,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_59">59</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_59">59</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;l2hdr;</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to38__top">t</a></td><td class="diff_header" id="from38_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;52<span class="diff_chg">da</span>&nbsp;&lt;_build_headers+0x2e&gt;</td><td class="diff_next"><a href="#difflib_chg_to38__top">t</a></td><td class="diff_header" id="to38_60">60</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7f4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;52<span class="diff_chg">c2</span>&nbsp;&lt;_build_headers+0x2e&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from38_61">61</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to38_61">61</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__calc_csum"><a href="#table__calc_csum"><span class="symbol_name">_calc_csum</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to39__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to39__6"><a href="#difflib_chg_to39__0">f</a></td><td class="diff_header" id="from39_1">1</td><td nowrap="nowrap"><span class="source">#include&nbsp;"debug.h"</span></td><td class="diff_next"><a href="#difflib_chg_to39__0">f</a></td><td class="diff_header" id="to39_1">1</td><td nowrap="nowrap"><span class="source">#include&nbsp;"debug.h"</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_2">2</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to39_2">2</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_3">3</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;uint16_t&nbsp;_calc_csum(gnrc_pktsnip_t&nbsp;*hdr,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_3">3</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;uint16_t&nbsp;_calc_csum(gnrc_pktsnip_t&nbsp;*hdr,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*pseudo_hdr,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*pseudo_hdr,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*payload)</span></td><td class="diff_next"></td><td class="diff_header" id="to39_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*payload)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to39_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to39_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;csum&nbsp;=&nbsp;0;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;csum&nbsp;=&nbsp;0;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;len&nbsp;=&nbsp;(uint16_t)hdr-&gt;size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;len&nbsp;=&nbsp;(uint16_t)hdr-&gt;size;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6883&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to39_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6883&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_11">11</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to39_11">11</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r7,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to39_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to39_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;csum&nbsp;=&nbsp;0;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;csum&nbsp;=&nbsp;0;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to39_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;len&nbsp;=&nbsp;(uint16_t)hdr-&gt;size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;uint16_t&nbsp;len&nbsp;=&nbsp;(uint16_t)hdr-&gt;size;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to39_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_19">19</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to39_19">19</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(payload&nbsp;&amp;&amp;&nbsp;(payload&nbsp;!=&nbsp;hdr))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to39_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(payload&nbsp;&amp;&amp;&nbsp;(payload&nbsp;!=&nbsp;hdr))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2e00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to39_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2e00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__1">n</a></td><td class="diff_header" id="from39_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e6<span class="diff_chg">84</span>&nbsp;&lt;_calc_csum+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__1">n</a></td><td class="diff_header" id="to39_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e6<span class="diff_chg">6c</span>&nbsp;&lt;_calc_csum+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;42be&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to39_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;42be&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__2">n</a></td><td class="diff_header" id="from39_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d118&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e6<span class="diff_chg">b6</span>&nbsp;&lt;_calc_csum+0x48&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__2">n</a></td><td class="diff_header" id="to39_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d118&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e6<span class="diff_chg">9e</span>&nbsp;&lt;_calc_csum+0x48&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68bb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to39_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68bb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6879&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r7,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to39_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6879&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r7,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to39_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to39_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__3">n</a></td><td class="diff_header" id="from39_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffe2&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">54</span>&nbsp;&lt;inet_csum_slice&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__3">n</a></td><td class="diff_header" id="to39_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffe2&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">3c</span>&nbsp;&lt;inet_csum_slice&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_30">30</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(((uint32_t)sum&nbsp;+&nbsp;len&nbsp;+&nbsp;prot_num)&nbsp;&gt;&nbsp;0xffff)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to39_30">30</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(((uint32_t)sum&nbsp;+&nbsp;len&nbsp;+&nbsp;prot_num)&nbsp;&gt;&nbsp;0xffff)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td><td class="diff_next"></td><td class="diff_header" id="to39_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#128&nbsp;;&nbsp;0x80</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;343a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#58&nbsp;&nbsp;;&nbsp;0x3a</td><td class="diff_next"></td><td class="diff_header" id="to39_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;343a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#58&nbsp;&nbsp;;&nbsp;0x3a</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1822&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1822&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r2,&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_34">34</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_35">35</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_35">35</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to39_36">36</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_37">37</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to39_37">37</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;inet_csum(csum,&nbsp;hdr-&gt;data,&nbsp;hdr-&gt;size);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;inet_csum(csum,&nbsp;hdr-&gt;data,&nbsp;hdr-&gt;size);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;ipv6_hdr_inet_csum(csum,&nbsp;pseudo_hdr-&gt;data,&nbsp;PROTNUM_ICMPV6,&nbsp;len);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;ipv6_hdr_inet_csum(csum,&nbsp;pseudo_hdr-&gt;data,&nbsp;PROTNUM_ICMPV6,&nbsp;len);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6869&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to39_40">40</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6869&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r5,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;025b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#9</td><td class="diff_next"></td><td class="diff_header" id="to39_41">41</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;025b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r3,&nbsp;r3,&nbsp;#9</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;429a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to39_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;429a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__4">n</a></td><td class="diff_header" id="from39_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;e6a<span class="diff_sub">2</span>&nbsp;&lt;_calc_csum+0x34&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__4">n</a></td><td class="diff_header" id="to39_43">43</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcc.n&nbsp;e6<span class="diff_add">8</span>a&nbsp;&lt;_calc_csum+0x34&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_44">44</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sum++;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_44">44</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sum++;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to39_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;inet_csum(sum&nbsp;+&nbsp;len&nbsp;+&nbsp;prot_num,&nbsp;hdr-&gt;src.u8,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;inet_csum(sum&nbsp;+&nbsp;len&nbsp;+&nbsp;prot_num,&nbsp;hdr-&gt;src.u8,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to39_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to39_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#32</td><td class="diff_next"></td><td class="diff_header" id="to39_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#32</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to39_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r1,&nbsp;#8</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_52">52</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__5">n</a></td><td class="diff_header" id="from39_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffd2&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">54</span>&nbsp;&lt;inet_csum_slice&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__5">n</a></td><td class="diff_header" id="to39_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffd2&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">3c</span>&nbsp;&lt;inet_csum_slice&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_54">54</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to39_54">54</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_55">55</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;~csum;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_55">55</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;~csum;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;43c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mvns&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_56">56</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;43c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mvns&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to39_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r0,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_58">58</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to39_58">58</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to39_59">59</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_60">60</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;inet_csum_slice(csum,&nbsp;payload-&gt;data,&nbsp;payload-&gt;size,&nbsp;len);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_60">60</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;csum&nbsp;=&nbsp;inet_csum_slice(csum,&nbsp;payload-&gt;data,&nbsp;payload-&gt;size,&nbsp;len);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to39_61">61</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6871&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r6,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to39_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6871&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[r6,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to39_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b29a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to39_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__6">n</a></td><td class="diff_header" id="from39_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffc9&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">54</span>&nbsp;&lt;inet_csum_slice&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__6">n</a></td><td class="diff_header" id="to39_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fa&nbsp;ffc9&nbsp;&nbsp;bl&nbsp;96<span class="diff_chg">3c</span>&nbsp;&lt;inet_csum_slice&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_66">66</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_66">66</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to39_67">67</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;68b3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r6,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_68">68</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_68">68</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6836&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r6,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to39_69">69</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6836&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r6,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_70">70</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_70">70</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len&nbsp;+=&nbsp;(uint16_t)payload-&gt;size;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;18e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to39_71">71</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;18e4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;r4,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r4,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to39_72">72</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2a4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxth&nbsp;&nbsp;r4,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_73">73</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_73">73</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;payload&nbsp;=&nbsp;payload-&gt;next;</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to39__top">t</a></td><td class="diff_header" id="from39_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7d7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;e6<span class="diff_chg">7c</span>&nbsp;&lt;_calc_csum+0xe&gt;</td><td class="diff_next"><a href="#difflib_chg_to39__top">t</a></td><td class="diff_header" id="to39_74">74</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7d7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;e6<span class="diff_chg">64</span>&nbsp;&lt;_calc_csum+0xe&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from39_75">75</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to39_75">75</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__call_route_info_cb"><a href="#table__call_route_info_cb"><span class="symbol_name">_call_route_info_cb</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to40__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to40__3"><a href="#difflib_chg_to40__0">f</a></td><td class="diff_header" id="from40_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;*&nbsp;@param[in]&nbsp;ctx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Further&nbsp;context&nbsp;of&nbsp;the&nbsp;route&nbsp;info.</span></td><td class="diff_next"><a href="#difflib_chg_to40__0">f</a></td><td class="diff_header" id="to40_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;*&nbsp;@param[in]&nbsp;ctx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Further&nbsp;context&nbsp;of&nbsp;the&nbsp;route&nbsp;info.</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to40_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_3">3</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;void&nbsp;_call_route_info_cb(gnrc_netif_t&nbsp;*netif,&nbsp;unsigned&nbsp;type,</span></td><td class="diff_next"></td><td class="diff_header" id="to40_3">3</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;void&nbsp;_call_route_info_cb(gnrc_netif_t&nbsp;*netif,&nbsp;unsigned&nbsp;type,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*ctx_addr,</span></td><td class="diff_next"></td><td class="diff_header" id="to40_4">4</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_addr_t&nbsp;*ctx_addr,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;void&nbsp;*ctx)</span></td><td class="diff_next"></td><td class="diff_header" id="to40_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;void&nbsp;*ctx)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to40_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to40_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to40_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to40_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to40_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to40_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;001a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_12">12</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;assert(netif&nbsp;!=&nbsp;NULL);</span></td><td class="diff_next"></td><td class="diff_header" id="to40_12">12</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;assert(netif&nbsp;!=&nbsp;NULL);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2c00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to40_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2c00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r4,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to40__1">n</a></td><td class="diff_header" id="from40_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;27e<span class="diff_sub">6</span>&nbsp;&lt;_call_route_info_cb+0x16&gt;</td><td class="diff_next"><a href="#difflib_chg_to40__1">n</a></td><td class="diff_header" id="to40_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;27<span class="diff_add">c</span>e&nbsp;&lt;_call_route_info_cb+0x16&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to40_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to40__2">n</a></td><td class="diff_header" id="from40_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#16]&nbsp;&nbsp;;&nbsp;(27<span class="diff_chg">f4</span>&nbsp;&lt;_call_route_info_cb+0x24&gt;)</td><td class="diff_next"><a href="#difflib_chg_to40__2">n</a></td><td class="diff_header" id="to40_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4904&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#16]&nbsp;&nbsp;;&nbsp;(27<span class="diff_chg">dc</span>&nbsp;&lt;_call_route_info_cb+0x24&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fe&nbsp;fa<span class="diff_chg">c9</span>&nbsp;&nbsp;bl&nbsp;d78&nbsp;&lt;core_panic&gt;</td><td class="diff_next"></td><td class="diff_header" id="to40_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7fe&nbsp;fa<span class="diff_chg">d5</span>&nbsp;&nbsp;bl&nbsp;d78&nbsp;&lt;core_panic&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif-&gt;ipv6.route_info_cb&nbsp;!=&nbsp;NULL)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to40_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(netif-&gt;ipv6.route_info_cb&nbsp;!=&nbsp;NULL)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;34c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#192&nbsp;;&nbsp;0xc0</td><td class="diff_next"></td><td class="diff_header" id="to40_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;34c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r4,&nbsp;#192&nbsp;;&nbsp;0xc0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to40_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to40_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to40__3">n</a></td><td class="diff_header" id="from40_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;27<span class="diff_chg">f0</span>&nbsp;&lt;_call_route_info_cb+0x20&gt;</td><td class="diff_next"><a href="#difflib_chg_to40__3">n</a></td><td class="diff_header" id="to40_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;27<span class="diff_chg">d8</span>&nbsp;&lt;_call_route_info_cb+0x20&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.route_info_cb(type,&nbsp;ctx_addr,&nbsp;ctx);</span></td><td class="diff_next"></td><td class="diff_header" id="to40_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;netif-&gt;ipv6.route_info_cb(type,&nbsp;ctx_addr,&nbsp;ctx);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to40_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4798&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to40_25">25</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_26">26</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to40_26">26</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to40_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to40_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to40__top">t</a></td><td class="diff_header" id="from40_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000132<span class="diff_chg">84</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000132<span class="diff_chg">84</span></td><td class="diff_next"><a href="#difflib_chg_to40__top">t</a></td><td class="diff_header" id="to40_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000132<span class="diff_chg">6c</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000132<span class="diff_chg">6c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from40_30">30</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to40_30">30</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__callback_msg"><a href="#table__callback_msg"><span class="symbol_name">_callback_msg</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to41__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to41__0"><a href="#difflib_chg_to41__0">f</a></td><td class="diff_header" id="from41_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;*last_wakeup&nbsp;=&nbsp;now&nbsp;+&nbsp;offset;</span></td><td class="diff_next"><a href="#difflib_chg_to41__0">f</a></td><td class="diff_header" id="to41_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;*last_wakeup&nbsp;=&nbsp;now&nbsp;+&nbsp;offset;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_2">2</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to41_2">2</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_3">3</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to41_3">3</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_4">4</td><td nowrap="nowrap"><span class="source">#ifdef&nbsp;MODULE_CORE_MSG</span></td><td class="diff_next"></td><td class="diff_header" id="to41_4">4</td><td nowrap="nowrap"><span class="source">#ifdef&nbsp;MODULE_CORE_MSG</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_callback_msg(void*&nbsp;arg)</span></td><td class="diff_next"></td><td class="diff_header" id="to41_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_callback_msg(void*&nbsp;arg)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to41_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to41_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;msg_t&nbsp;*msg&nbsp;=&nbsp;(msg_t*)arg;</span></td><td class="diff_next"></td><td class="diff_header" id="to41_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;msg_t&nbsp;*msg&nbsp;=&nbsp;(msg_t*)arg;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;msg_send_int(msg,&nbsp;msg-&gt;sender_pid);</span></td><td class="diff_next"></td><td class="diff_header" id="to41_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;msg_send_int(msg,&nbsp;msg-&gt;sender_pid);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to41_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ec1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r0,&nbsp;r3]</td><td class="diff_next"></td><td class="diff_header" id="to41_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;5ec1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrsh&nbsp;r1,&nbsp;[r0,&nbsp;r3]</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to41__top">t</a></td><td class="diff_header" id="from41_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f4&nbsp;fc2<span class="diff_chg">7</span>&nbsp;&nbsp;bl&nbsp;1c<span class="diff_chg">1</span>4&nbsp;&lt;msg_send_int&gt;</td><td class="diff_next"><a href="#difflib_chg_to41__top">t</a></td><td class="diff_header" id="to41_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f4&nbsp;fc2<span class="diff_chg">b</span>&nbsp;&nbsp;bl&nbsp;1c<span class="diff_chg">0</span>4&nbsp;&lt;msg_send_int&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_13">13</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to41_13">13</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to41_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from41_15">15</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to41_15">15</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__callback_unlock_mutex"><a href="#table__callback_unlock_mutex"><span class="symbol_name">_callback_unlock_mutex</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to42__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to42__0"><a href="#difflib_chg_to42__0">f</a></td><td class="diff_header" id="from42_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></td><td class="diff_next"><a href="#difflib_chg_to42__0">f</a></td><td class="diff_header" id="to42_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;volatile&nbsp;uint8_t&nbsp;blocking;</span></td><td class="diff_next"></td><td class="diff_header" id="to42_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;volatile&nbsp;uint8_t&nbsp;blocking;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_3">3</td><td nowrap="nowrap"><span class="source">}&nbsp;mutex_thread_t;</span></td><td class="diff_next"></td><td class="diff_header" id="to42_3">3</td><td nowrap="nowrap"><span class="source">}&nbsp;mutex_thread_t;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_4">4</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to42_4">4</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_callback_unlock_mutex(void*&nbsp;arg)</span></td><td class="diff_next"></td><td class="diff_header" id="to42_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_callback_unlock_mutex(void*&nbsp;arg)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to42_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to42_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;mutex_t&nbsp;*mutex&nbsp;=&nbsp;(mutex_t&nbsp;*)&nbsp;arg;</span></td><td class="diff_next"></td><td class="diff_header" id="to42_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;mutex_t&nbsp;*mutex&nbsp;=&nbsp;(mutex_t&nbsp;*)&nbsp;arg;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;mutex_unlock(mutex);</span></td><td class="diff_next"></td><td class="diff_header" id="to42_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;mutex_unlock(mutex);</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to42__top">t</a></td><td class="diff_header" id="from42_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f4&nbsp;fd15&nbsp;&nbsp;bl&nbsp;1d<span class="diff_chg">d4</span>&nbsp;&lt;mutex_unlock&gt;</td><td class="diff_next"><a href="#difflib_chg_to42__top">t</a></td><td class="diff_header" id="to42_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f4&nbsp;fd15&nbsp;&nbsp;bl&nbsp;1d<span class="diff_chg">bc</span>&nbsp;&lt;mutex_unlock&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_11">11</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to42_11">11</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to42_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from42_13">13</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to42_13">13</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__check_ipv6_hdr"><a href="#table__check_ipv6_hdr"><span class="symbol_name">_check_ipv6_hdr</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to43__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to43__11"><a href="#difflib_chg_to43__0">f</a></td><td class="diff_header" id="from43_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"><a href="#difflib_chg_to43__0">f</a></td><td class="diff_header" id="to43_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_2">2</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to43_2">2</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_3">3</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to43_3">3</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_4">4</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_check_ipv6_hdr(const&nbsp;gnrc_pktsnip_t&nbsp;*orig_pkt,</span></td><td class="diff_next"></td><td class="diff_header" id="to43_4">4</td><td nowrap="nowrap"><span class="source">static&nbsp;gnrc_pktsnip_t&nbsp;*_check_ipv6_hdr(const&nbsp;gnrc_pktsnip_t&nbsp;*orig_pkt,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;type,&nbsp;uint8_t&nbsp;code)</span></td><td class="diff_next"></td><td class="diff_header" id="to43_5">5</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uint8_t&nbsp;type,&nbsp;uint8_t&nbsp;code)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to43_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to43_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td><td class="diff_next"></td><td class="diff_header" id="to43_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r5,&nbsp;r1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;discarding&nbsp;const&nbsp;qualifier&nbsp;is&nbsp;safe&nbsp;here&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to43_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;discarding&nbsp;const&nbsp;qualifier&nbsp;is&nbsp;safe&nbsp;here&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*ipv6&nbsp;=&nbsp;gnrc_pktsnip_search_type((gnrc_pktsnip_t&nbsp;*)orig_pkt,</span></td><td class="diff_next"></td><td class="diff_header" id="to43_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*ipv6&nbsp;=&nbsp;gnrc_pktsnip_search_type((gnrc_pktsnip_t&nbsp;*)orig_pkt,</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to43_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_12">12</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to43_12">12</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to43_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r6,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*ipv6&nbsp;=&nbsp;gnrc_pktsnip_search_type((gnrc_pktsnip_t&nbsp;*)orig_pkt,</span></td><td class="diff_next"></td><td class="diff_header" id="to43_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_pktsnip_t&nbsp;*ipv6&nbsp;=&nbsp;gnrc_pktsnip_search_type((gnrc_pktsnip_t&nbsp;*)orig_pkt,</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__1">n</a></td><td class="diff_header" id="from43_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f8&nbsp;fa94&nbsp;&nbsp;bl&nbsp;6d<span class="diff_chg">d4</span>&nbsp;&lt;gnrc_pktsnip_search_type&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__1">n</a></td><td class="diff_header" id="to43_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f8&nbsp;fa94&nbsp;&nbsp;bl&nbsp;6d<span class="diff_chg">bc</span>&nbsp;&lt;gnrc_pktsnip_search_type&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to43_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r4,&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_NETTYPE_IPV6);</span></td><td class="diff_next"></td><td class="diff_header" id="to43_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNRC_NETTYPE_IPV6);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;assert(ipv6&nbsp;!=&nbsp;NULL);</span></td><td class="diff_next"></td><td class="diff_header" id="to43_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;assert(ipv6&nbsp;!=&nbsp;NULL);</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__2">n</a></td><td class="diff_header" id="from43_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">b8</span>&nbsp;&lt;_check_ipv6_hdr+0x18&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__2">n</a></td><td class="diff_header" id="to43_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">a0</span>&nbsp;&lt;_check_ipv6_hdr+0x18&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#3</td><td class="diff_next"></td><td class="diff_header" id="to43_20">20</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#3</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__3">n</a></td><td class="diff_header" id="from43_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;490d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#52]&nbsp;&nbsp;;&nbsp;(e8<span class="diff_chg">e8</span>&nbsp;&lt;_check_ipv6_hdr+0x48&gt;)</td><td class="diff_next"><a href="#difflib_chg_to43__3">n</a></td><td class="diff_header" id="to43_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;490d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#52]&nbsp;&nbsp;;&nbsp;(e8<span class="diff_chg">d0</span>&nbsp;&lt;_check_ipv6_hdr+0x48&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f2&nbsp;fa6<span class="diff_chg">0</span>&nbsp;&nbsp;bl&nbsp;d78&nbsp;&lt;core_panic&gt;</td><td class="diff_next"></td><td class="diff_header" id="to43_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f7f2&nbsp;fa6<span class="diff_chg">c</span>&nbsp;&nbsp;bl&nbsp;d78&nbsp;&lt;core_panic&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_hdr_t&nbsp;*ipv6_hdr&nbsp;=&nbsp;ipv6-&gt;data;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;ipv6_hdr_t&nbsp;*ipv6_hdr&nbsp;=&nbsp;ipv6-&gt;data;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6847&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r0,&nbsp;#4]</td><td class="diff_next"></td><td class="diff_header" id="to43_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6847&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r7,&nbsp;[r0,&nbsp;#4]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td><td class="diff_next"></td><td class="diff_header" id="to43_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;#16</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_26">26</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to43_26">26</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;see&nbsp;https://tools.ietf.org/html/rfc4443#section-2.4&nbsp;(e.6)&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to43_27">27</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;see&nbsp;https://tools.ietf.org/html/rfc4443#section-2.4&nbsp;(e.6)&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_28">28</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(ipv6_addr_is_unspecified(&amp;ipv6_hdr-&gt;src)&nbsp;||</span></td><td class="diff_next"></td><td class="diff_header" id="to43_28">28</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(ipv6_addr_is_unspecified(&amp;ipv6_hdr-&gt;src)&nbsp;||</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0038&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r7</td><td class="diff_next"></td><td class="diff_header" id="to43_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0038&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r7</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__4">n</a></td><td class="diff_header" id="from43_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;490b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#44]&nbsp;&nbsp;;&nbsp;(e8<span class="diff_chg">ec</span>&nbsp;&lt;_check_ipv6_hdr+0x4c&gt;)</td><td class="diff_next"><a href="#difflib_chg_to43__4">n</a></td><td class="diff_header" id="to43_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;490b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#44]&nbsp;&nbsp;;&nbsp;(e8<span class="diff_chg">d4</span>&nbsp;&lt;_check_ipv6_hdr+0x4c&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#8</td><td class="diff_next"></td><td class="diff_header" id="to43_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adds&nbsp;&nbsp;r0,&nbsp;#8</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__5">n</a></td><td class="diff_header" id="from43_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f003&nbsp;fb00&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">c6</span>&nbsp;&lt;memcmp&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__5">n</a></td><td class="diff_header" id="to43_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;f003&nbsp;fb00&nbsp;&nbsp;bl&nbsp;11e<span class="diff_chg">ae</span>&nbsp;&lt;memcmp&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to43_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__6">n</a></td><td class="diff_header" id="from43_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">e2</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__6">n</a></td><td class="diff_header" id="to43_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">ca</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7a3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#8]</td><td class="diff_next"></td><td class="diff_header" id="to43_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7a3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#8]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td><td class="diff_next"></td><td class="diff_header" id="to43_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__7">n</a></td><td class="diff_header" id="from43_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">e2</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__7">n</a></td><td class="diff_header" id="to43_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">ca</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv6&nbsp;=&nbsp;NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv6&nbsp;=&nbsp;NULL;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to43_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_40">40</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;ipv6_hdr-&gt;dst&nbsp;may&nbsp;only&nbsp;be&nbsp;multicast&nbsp;for&nbsp;Packet&nbsp;Too&nbsp;Big&nbsp;Messages</span></td><td class="diff_next"></td><td class="diff_header" id="to43_40">40</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;ipv6_hdr-&gt;dst&nbsp;may&nbsp;only&nbsp;be&nbsp;multicast&nbsp;for&nbsp;Packet&nbsp;Too&nbsp;Big&nbsp;Messages</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;and&nbsp;Parameter&nbsp;Problem&nbsp;Messages&nbsp;with&nbsp;code&nbsp;2,&nbsp;see</span></td><td class="diff_next"></td><td class="diff_header" id="to43_41">41</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;and&nbsp;Parameter&nbsp;Problem&nbsp;Messages&nbsp;with&nbsp;code&nbsp;2,&nbsp;see</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;https://tools.ietf.org/html/rfc4443#section-2.4&nbsp;(e.3)&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to43_42">42</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;https://tools.ietf.org/html/rfc4443#section-2.4&nbsp;(e.3)&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;if&nbsp;(ipv6_addr_is_multicast(&amp;ipv6_hdr-&gt;dst))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to43_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;if&nbsp;(ipv6_addr_is_multicast(&amp;ipv6_hdr-&gt;dst))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7e3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#24]</td><td class="diff_next"></td><td class="diff_header" id="to43_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;7e3b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldrb&nbsp;&nbsp;r3,&nbsp;[r7,&nbsp;#24]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td><td class="diff_next"></td><td class="diff_header" id="to43_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2bff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#255&nbsp;;&nbsp;0xff</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__8">n</a></td><td class="diff_header" id="from43_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">e4</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__8">n</a></td><td class="diff_header" id="to43_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">cc</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((type&nbsp;!=&nbsp;ICMPV6_PKT_TOO_BIG)&nbsp;&amp;&amp;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_47">47</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((type&nbsp;!=&nbsp;ICMPV6_PKT_TOO_BIG)&nbsp;&amp;&amp;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2d02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to43_48">48</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2d02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__9">n</a></td><td class="diff_header" id="from43_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">e4</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__9">n</a></td><td class="diff_header" id="to43_49">49</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">cc</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2d04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#4</td><td class="diff_next"></td><td class="diff_header" id="to43_50">50</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2d04&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r5,&nbsp;#4</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__10">n</a></td><td class="diff_header" id="from43_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">e2</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__10">n</a></td><td class="diff_header" id="to43_51">51</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bne.n&nbsp;e8<span class="diff_chg">ca</span>&nbsp;&lt;_check_ipv6_hdr+0x42&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_52">52</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;((type&nbsp;!=&nbsp;ICMPV6_PARAM_PROB)&nbsp;||</span></td><td class="diff_next"></td><td class="diff_header" id="to43_52">52</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;((type&nbsp;!=&nbsp;ICMPV6_PARAM_PROB)&nbsp;||</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2e02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#2</td><td class="diff_next"></td><td class="diff_header" id="to43_53">53</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2e02&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r6,&nbsp;#2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__11">n</a></td><td class="diff_header" id="from43_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">e4</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td><td class="diff_next"><a href="#difflib_chg_to43__11">n</a></td><td class="diff_header" id="to43_54">54</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;e8<span class="diff_chg">cc</span>&nbsp;&lt;_check_ipv6_hdr+0x44&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_55">55</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(code&nbsp;!=&nbsp;ICMPV6_ERROR_PARAM_PROB_OPT)))&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to43_55">55</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(code&nbsp;!=&nbsp;ICMPV6_ERROR_PARAM_PROB_OPT)))&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_56">56</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv6&nbsp;=&nbsp;NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_56">56</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv6&nbsp;=&nbsp;NULL;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to43_57">57</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_58">58</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to43_58">58</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_59">59</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to43_59">59</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_60">60</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;ipv6;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_60">60</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;ipv6;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_61">61</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to43_61">61</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to43_62">62</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to43_63">63</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bdf8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;pc}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to43__top">t</a></td><td class="diff_header" id="from43_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000132<span class="diff_chg">84</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000132<span class="diff_chg">84</span></td><td class="diff_next"><a href="#difflib_chg_to43__top">t</a></td><td class="diff_header" id="to43_64">64</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000132<span class="diff_chg">6c</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000132<span class="diff_chg">6c</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;00013a<span class="diff_chg">ff</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x00013a<span class="diff_chg">ff</span></td><td class="diff_next"></td><td class="diff_header" id="to43_65">65</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;00013a<span class="diff_chg">e7</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x00013a<span class="diff_chg">e7</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from43_66">66</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to43_66">66</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__cleanup_r"><a href="#table__cleanup_r"><span class="symbol_name">_cleanup_r</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to44__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to44__1"><a href="#difflib_chg_to44__0">f</a></td><td class="diff_header" id="from44_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td><td class="diff_next"><a href="#difflib_chg_to44__0">f</a></td><td class="diff_header" id="to44_1">1</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;b510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;lr}</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to44__1">n</a></td><td class="diff_header" id="from44_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11b<span class="diff_chg">e8</span>&nbsp;&lt;_cleanup_r+0xc&gt;)</td><td class="diff_next"><a href="#difflib_chg_to44__1">n</a></td><td class="diff_header" id="to44_2">2</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;4902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r1,&nbsp;[pc,&nbsp;#8]&nbsp;&nbsp;&nbsp;;&nbsp;(11b<span class="diff_chg">d0</span>&nbsp;&lt;_cleanup_r+0xc&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from44_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8d5&nbsp;&nbsp;&nbsp;bl&nbsp;11d<span class="diff_chg">8e</span>&nbsp;&lt;_fwalk_reent&gt;</td><td class="diff_next"></td><td class="diff_header" id="to44_3">3</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;f000&nbsp;f8d5&nbsp;&nbsp;&nbsp;bl&nbsp;11d<span class="diff_chg">76</span>&nbsp;&lt;_fwalk_reent&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from44_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to44_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;bd10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from44_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to44_5">5</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to44__top">t</a></td><td class="diff_header" id="from44_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00011a<span class="diff_chg">e9</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00011a<span class="diff_chg">e9</span></td><td class="diff_next"><a href="#difflib_chg_to44__top">t</a></td><td class="diff_header" id="to44_6">6</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;00011a<span class="diff_chg">d1</span>&nbsp;&nbsp;&nbsp;&nbsp;.word&nbsp;0x00011a<span class="diff_chg">d1</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from44_7">7</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to44_7">7</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__compressible_nh"><a href="#table__compressible_nh"><span class="symbol_name">_compressible_nh</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to45__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to45__5"><a href="#difflib_chg_to45__0">f</a></td><td class="diff_header" id="from45_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;-ENOTSUP;</span></td><td class="diff_next"><a href="#difflib_chg_to45__0">f</a></td><td class="diff_header" id="to45_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;-ENOTSUP;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_2">2</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to45_2">2</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_3">3</td><td nowrap="nowrap"><span class="source">#endif&nbsp;&nbsp;/*&nbsp;MODULE_GNRC_SIXLOWPAN_FRAG_VRB&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to45_3">3</td><td nowrap="nowrap"><span class="source">#endif&nbsp;&nbsp;/*&nbsp;MODULE_GNRC_SIXLOWPAN_FRAG_VRB&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_4">4</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to45_4">4</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;bool&nbsp;_compressible_nh(uint8_t&nbsp;nh)</span></td><td class="diff_next"></td><td class="diff_header" id="to45_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;inline&nbsp;bool&nbsp;_compressible_nh(uint8_t&nbsp;nh)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to45_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to45_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to45_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;283c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#60&nbsp;&nbsp;;&nbsp;0x3c</td><td class="diff_next"></td><td class="diff_header" id="to45_9">9</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;283c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#60&nbsp;&nbsp;;&nbsp;0x3c</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__1">n</a></td><td class="diff_header" id="from45_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d813&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;80<span class="diff_chg">32</span>&nbsp;&lt;_<span class="diff_chg">co</span>m<span class="diff_chg">pressib</span>le<span class="diff_sub">_</span>nh+0x<span class="diff_chg">2e</span>&gt;</td><td class="diff_next"><a href="#difflib_chg_to45__1">n</a></td><td class="diff_header" id="to45_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d813&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;80<span class="diff_chg">1a</span>&nbsp;&lt;_<span class="diff_chg">ra</span>m<span class="diff_chg">_</span>len<span class="diff_add">gt</span>h+0x<span class="diff_chg">1a</span>&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2828&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#40&nbsp;&nbsp;;&nbsp;0x28</td><td class="diff_next"></td><td class="diff_header" id="to45_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2828&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r0,&nbsp;#40&nbsp;&nbsp;;&nbsp;0x28</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__2">n</a></td><td class="diff_header" id="from45_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d806&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;80<span class="diff_chg">1c</span>&nbsp;&lt;_<span class="diff_chg">co</span>m<span class="diff_chg">pressib</span>le<span class="diff_sub">_</span>nh+0x<span class="diff_chg">18</span>&gt;</td><td class="diff_next"><a href="#difflib_chg_to45__2">n</a></td><td class="diff_header" id="to45_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d806&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bhi.n&nbsp;80<span class="diff_chg">04</span>&nbsp;&lt;_<span class="diff_chg">ra</span>m<span class="diff_chg">_</span>len<span class="diff_add">gt</span>h+0x<span class="diff_chg">4</span>&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_13">13</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_RH:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_14">14</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_RH:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_FRAG:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_15">15</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_FRAG:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_DST:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_16">16</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_DST:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_MOB:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_17">17</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;PROTNUM_IPV6_EXT_MOB:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;true;</span></td><td class="diff_next"></td><td class="diff_header" id="to45_18">18</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;true;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to45_19">19</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to45_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td><td class="diff_next"></td><td class="diff_header" id="to45_21">21</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2b00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmp&nbsp;&nbsp;&nbsp;r3,&nbsp;#0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__3">n</a></td><td class="diff_header" id="from45_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;80<span class="diff_chg">30</span>&nbsp;&lt;_<span class="diff_chg">co</span>m<span class="diff_chg">pressib</span>le<span class="diff_sub">_</span>nh+0x<span class="diff_chg">2c</span>&gt;</td><td class="diff_next"><a href="#difflib_chg_to45__3">n</a></td><td class="diff_header" id="to45_22">22</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;d00d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beq.n&nbsp;80<span class="diff_chg">18</span>&nbsp;&lt;_<span class="diff_chg">ra</span>m<span class="diff_chg">_</span>len<span class="diff_add">gt</span>h+0x<span class="diff_chg">18</span>&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#17</td><td class="diff_next"></td><td class="diff_header" id="to45_23">23</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#17</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;425a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r2,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to45_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;425a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;negs&nbsp;&nbsp;r2,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to45_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adcs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__4">n</a></td><td class="diff_header" id="from45_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;80<span class="diff_chg">2e</span>&nbsp;&lt;_<span class="diff_chg">co</span>m<span class="diff_chg">pressib</span>le<span class="diff_sub">_</span>nh+0x<span class="diff_chg">2a</span>&gt;</td><td class="diff_next"><a href="#difflib_chg_to45__4">n</a></td><td class="diff_header" id="to45_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;80<span class="diff_chg">16</span>&nbsp;&lt;_<span class="diff_chg">ra</span>m<span class="diff_chg">_</span>len<span class="diff_add">gt</span>h+0x<span class="diff_chg">16</span>&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to45_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b29&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#41&nbsp;&nbsp;;&nbsp;0x29</td><td class="diff_next"></td><td class="diff_header" id="to45_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b29&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#41&nbsp;&nbsp;;&nbsp;0x29</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r3,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to45_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r3,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4098&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to45_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4098&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lsls&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to45_31">31</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__5">n</a></td><td class="diff_header" id="from45_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4804&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#16]&nbsp;&nbsp;;&nbsp;(80<span class="diff_chg">38</span>&nbsp;&lt;_<span class="diff_chg">co</span>m<span class="diff_chg">pressib</span>le<span class="diff_sub">_</span>nh+0x<span class="diff_chg">34</span>&gt;)</td><td class="diff_next"><a href="#difflib_chg_to45__5">n</a></td><td class="diff_header" id="to45_32">32</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4804&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r0,&nbsp;[pc,&nbsp;#16]&nbsp;&nbsp;;&nbsp;(80<span class="diff_chg">20</span>&nbsp;&lt;_<span class="diff_chg">ra</span>m<span class="diff_chg">_</span>len<span class="diff_add">gt</span>h+0x<span class="diff_chg">20</span>&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to45_33">33</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ands&nbsp;&nbsp;r3,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to45_34">34</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;1e5a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r2,&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4193&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r3,&nbsp;r2</td><td class="diff_next"></td><td class="diff_header" id="to45_35">35</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4193&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sbcs&nbsp;&nbsp;r3,&nbsp;r2</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2d8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r0,&nbsp;r3</td><td class="diff_next"></td><td class="diff_header" id="to45_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b2d8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uxtb&nbsp;&nbsp;r0,&nbsp;r3</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_37">37</td><td nowrap="nowrap"><span class="source">#endif</span></td><td class="diff_next"></td><td class="diff_header" id="to45_37">37</td><td nowrap="nowrap"><span class="source">#endif</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_38">38</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;false;</span></td><td class="diff_next"></td><td class="diff_header" id="to45_39">39</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;false;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_40">40</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to45_40">40</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_41">41</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to45_41">41</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td><td class="diff_next"></td><td class="diff_header" id="to45_42">42</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4770&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bx&nbsp;lr</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to45_43">43</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(nh)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b87&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#135&nbsp;;&nbsp;0x87</td><td class="diff_next"></td><td class="diff_header" id="to45_44">44</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;3b87&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;subs&nbsp;&nbsp;r3,&nbsp;#135&nbsp;;&nbsp;0x87</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to45__top">t</a></td><td class="diff_header" id="from45_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;<span class="diff_chg">8016</span>&nbsp;&lt;_compressible_nh+0x12&gt;</td><td class="diff_next"><a href="#difflib_chg_to45__top">t</a></td><td class="diff_header" id="to45_45">45</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;e7ef&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b.n&nbsp;&nbsp;&nbsp;<span class="diff_chg">7ffe</span>&nbsp;&lt;_compressible_nh+0x12&gt;</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to45_46">46</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008000d&nbsp;&nbsp;&nbsp;.word&nbsp;0x0008000d</td><td class="diff_next"></td><td class="diff_header" id="to45_47">47</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0008000d&nbsp;&nbsp;&nbsp;.word&nbsp;0x0008000d</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from45_48">48</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to45_48">48</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__configure_netdev"><a href="#table__configure_netdev"><span class="symbol_name">_configure_netdev</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to46__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to46__1"><a href="#difflib_chg_to46__0">f</a></td><td class="diff_header" id="from46_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_ipv6_init_mtu(netif);</span></td><td class="diff_next"><a href="#difflib_chg_to46__0">f</a></td><td class="diff_header" id="to46_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;gnrc_netif_ipv6_init_mtu(netif);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;_update_l2addr_from_dev(netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to46_2">2</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;_update_l2addr_from_dev(netif);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_3">3</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to46_3">3</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_4">4</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to46_4">4</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_configure_netdev(netdev_t&nbsp;*dev)</span></td><td class="diff_next"></td><td class="diff_header" id="to46_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_configure_netdev(netdev_t&nbsp;*dev)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to46_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to46_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to46_8">8</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;Enable&nbsp;RX-&nbsp;and&nbsp;TX-complete&nbsp;interrupts&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to46_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;Enable&nbsp;RX-&nbsp;and&nbsp;TX-complete&nbsp;interrupts&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;static&nbsp;const&nbsp;netopt_enable_t&nbsp;enable&nbsp;=&nbsp;NETOPT_ENABLE;</span></td><td class="diff_next"></td><td class="diff_header" id="to46_10">10</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;static&nbsp;const&nbsp;netopt_enable_t&nbsp;enable&nbsp;=&nbsp;NETOPT_ENABLE;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_11">11</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;res&nbsp;=&nbsp;dev-&gt;driver-&gt;set(dev,&nbsp;NETOPT_RX_END_IRQ,&nbsp;&amp;enable,&nbsp;sizeof(enable));</span></td><td class="diff_next"></td><td class="diff_header" id="to46_11">11</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;res&nbsp;=&nbsp;dev-&gt;driver-&gt;set(dev,&nbsp;NETOPT_RX_END_IRQ,&nbsp;&amp;enable,&nbsp;sizeof(enable));</span></td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to46__1">n</a></td><td class="diff_header" id="from46_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4d07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#28]&nbsp;&nbsp;;&nbsp;(5a<span class="diff_chg">bc</span>&nbsp;&lt;_configure_netdev+0x24&gt;)</td><td class="diff_next"><a href="#difflib_chg_to46__1">n</a></td><td class="diff_header" id="to46_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4d07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#28]&nbsp;&nbsp;;&nbsp;(5a<span class="diff_chg">a4</span>&nbsp;&lt;_configure_netdev+0x24&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6803&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to46_13">13</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6803&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r0,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to46_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;695e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to46_15">15</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;695e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#29</td><td class="diff_next"></td><td class="diff_header" id="to46_16">16</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#29</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to46_17">17</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to46_18">18</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res&nbsp;&lt;&nbsp;0)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to46_19">19</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res&nbsp;&lt;&nbsp;0)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("gnrc_netif:&nbsp;enable&nbsp;NETOPT_RX_END_IRQ&nbsp;failed:&nbsp;%d\n",&nbsp;res);</span></td><td class="diff_next"></td><td class="diff_header" id="to46_20">20</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("gnrc_netif:&nbsp;enable&nbsp;NETOPT_RX_END_IRQ&nbsp;failed:&nbsp;%d\n",&nbsp;res);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to46_21">21</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_22">22</td><td nowrap="nowrap"><span class="source">#ifdef&nbsp;MODULE_NETSTATS_L2</span></td><td class="diff_next"></td><td class="diff_header" id="to46_22">22</td><td nowrap="nowrap"><span class="source">#ifdef&nbsp;MODULE_NETSTATS_L2</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;res&nbsp;=&nbsp;dev-&gt;driver-&gt;set(dev,&nbsp;NETOPT_TX_END_IRQ,&nbsp;&amp;enable,&nbsp;sizeof(enable));</span></td><td class="diff_next"></td><td class="diff_header" id="to46_23">23</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;res&nbsp;=&nbsp;dev-&gt;driver-&gt;set(dev,&nbsp;NETOPT_TX_END_IRQ,&nbsp;&amp;enable,&nbsp;sizeof(enable));</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td><td class="diff_next"></td><td class="diff_header" id="to46_24">24</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;6823&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r3,&nbsp;[r4,&nbsp;#0]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td><td class="diff_next"></td><td class="diff_header" id="to46_25">25</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;002a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r2,&nbsp;r5</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;695e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#20]</td><td class="diff_next"></td><td class="diff_header" id="to46_26">26</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;695e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r6,&nbsp;[r3,&nbsp;#20]</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#31</td><td class="diff_next"></td><td class="diff_header" id="to46_27">27</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;211f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r1,&nbsp;#31</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td><td class="diff_next"></td><td class="diff_header" id="to46_28">28</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r3,&nbsp;#1</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td><td class="diff_next"></td><td class="diff_header" id="to46_29">29</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;0020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r0,&nbsp;r4</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td><td class="diff_next"></td><td class="diff_header" id="to46_30">30</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;47b0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blx&nbsp;&nbsp;&nbsp;r6</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_31">31</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res&nbsp;&lt;&nbsp;0)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to46_31">31</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res&nbsp;&lt;&nbsp;0)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_32">32</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("gnrc_netif:&nbsp;enable&nbsp;NETOPT_TX_END_IRQ&nbsp;failed:&nbsp;%d\n",&nbsp;res);</span></td><td class="diff_next"></td><td class="diff_header" id="to46_32">32</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG("gnrc_netif:&nbsp;enable&nbsp;NETOPT_TX_END_IRQ&nbsp;failed:&nbsp;%d\n",&nbsp;res);</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td><td class="diff_next"></td><td class="diff_header" id="to46_33">33</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_34">34</td><td nowrap="nowrap"><span class="source">#endif</span></td><td class="diff_next"></td><td class="diff_header" id="to46_34">34</td><td nowrap="nowrap"><span class="source">#endif</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_35">35</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to46_35">35</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td><td class="diff_next"></td><td class="diff_header" id="to46_36">36</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;bd70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pop&nbsp;&nbsp;&nbsp;{r4,&nbsp;r5,&nbsp;r6,&nbsp;pc}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td><td class="diff_next"></td><td class="diff_header" id="to46_37">37</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;46c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;(mov&nbsp;r8,&nbsp;r8)</td></tr>
<tr><td class="diff_next"><a href="#difflib_chg_to46__top">t</a></td><td class="diff_header" id="from46_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000138<span class="diff_chg">b8</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000138<span class="diff_chg">b8</span></td><td class="diff_next"><a href="#difflib_chg_to46__top">t</a></td><td class="diff_header" id="to46_38">38</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;000138<span class="diff_chg">a0</span>&nbsp;&nbsp;&nbsp;.word&nbsp;0x000138<span class="diff_chg">a0</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from46_39">39</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to46_39">39</td><td nowrap="nowrap"><span class="source"></span></td></tr>
</tbody>
</table>
<H4><a name="details__configure_pins"><a href="#table__configure_pins"><span class="symbol_name">_configure_pins</span></a></a> (size unchanged)</H4>
<table class="diff" id="difflib_chg_to47__top"
cellspacing="0" cellpadding="0" rules="groups" >
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
<thead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">Old</th><th class="diff_next"><br /></th><th colspan="2" class="diff_header">New</th></tr></thead>
<tbody>
<tr><td class="diff_next" id="difflib_chg_to47__0"><a href="#difflib_chg_to47__0">f</a></td><td class="diff_header" id="from47_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;dev(uart)-&gt;BAUD.reg&nbsp;=&nbsp;(tmp&nbsp;&lt;&lt;&nbsp;scale)&nbsp;-&nbsp;(rem&nbsp;&lt;&lt;&nbsp;scale)&nbsp;/&nbsp;f_src;</span></td><td class="diff_next"><a href="#difflib_chg_to47__0">f</a></td><td class="diff_header" id="to47_1">1</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;dev(uart)-&gt;BAUD.reg&nbsp;=&nbsp;(tmp&nbsp;&lt;&lt;&nbsp;scale)&nbsp;-&nbsp;(rem&nbsp;&lt;&lt;&nbsp;scale)&nbsp;/&nbsp;f_src;</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_2">2</td><td nowrap="nowrap"><span class="source">#endif</span></td><td class="diff_next"></td><td class="diff_header" id="to47_2">2</td><td nowrap="nowrap"><span class="source">#endif</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_3">3</td><td nowrap="nowrap"><span class="source">}</span></td><td class="diff_next"></td><td class="diff_header" id="to47_3">3</td><td nowrap="nowrap"><span class="source">}</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_4">4</td><td nowrap="nowrap"><span class="source"></span></td><td class="diff_next"></td><td class="diff_header" id="to47_4">4</td><td nowrap="nowrap"><span class="source"></span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_configure_pins(uart_t&nbsp;uart)</span></td><td class="diff_next"></td><td class="diff_header" id="to47_5">5</td><td nowrap="nowrap"><span class="source">static&nbsp;void&nbsp;_configure_pins(uart_t&nbsp;uart)</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_6">6</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to47_6">6</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td><td class="diff_next"></td><td class="diff_header" id="to47_7">7</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;b5f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push&nbsp;&nbsp;{r3,&nbsp;r4,&nbsp;r5,&nbsp;r6,&nbsp;r7,&nbsp;lr}</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;configure&nbsp;RX&nbsp;pin&nbsp;*/</span></td><td class="diff_next"></td><td class="diff_header" id="to47_8">8</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;configure&nbsp;RX&nbsp;pin&nbsp;*/</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(uart_config[uart].rx_pin&nbsp;!=&nbsp;GPIO_UNDEF)&nbsp;{</span></td><td class="diff_next"></td><td class="diff_header" id="to47_9">9</td><td nowrap="nowrap"><span class="source">&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(uart_config[uart].rx_pin&nbsp;!=&nbsp;GPIO_UNDEF)&nbsp;{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2414&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#20</td><td class="diff_next"></td><td class="diff_header" id="to47_10">10</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;2414&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movs&nbsp;&nbsp;r4,&nbsp;#20</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r4,&nbsp;r0</td><td class="diff_next"></td><td class="diff_header" id="to47_11">11</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;muls&nbsp;&nbsp;r4,&nbsp;r0</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4d10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#64]&nbsp;&nbsp;;&nbsp;(143c&nbsp;&lt;_configure_pins+0x48&gt;)</td><td class="diff_next"></td><td class="diff_header" id="to47_12">12</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;4d10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ldr&nbsp;&nbsp;&nbsp;r5,&nbsp;[pc,&nbsp;#64]&nbsp;&nbsp;;&nbsp;(143c&nbsp;&lt;_configure_pins+0x48&gt;)</td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_13">13</td><td nowrap="nowrap"><span class="source">{</span></td><td class="diff_next"></td><td class="diff_header" id="to47_13">13</td><td nowrap="nowrap"><span class="source">{</span></td></tr>
<tr><td class="diff_next"></td><td class="diff_header" id="from47_14">14</td><td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment