Created
August 6, 2020 09:52
-
-
Save kaspar030/3fb89c4369a498a795d08b334c980568 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
-*- 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"> 2301 movs r3, #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"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_2">2</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to0_2">2</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_3">3</td><td nowrap="nowrap"> b410 push {r4}</td><td class="diff_next"></td><td class="diff_header" id="to0_3">3</td><td nowrap="nowrap"> b410 push {r4}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_4">4</td><td nowrap="nowrap"> 4288 cmp r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to0_4">4</td><td nowrap="nowrap"> 4288 cmp r0, 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"> d32c bcc.n 117<span class="diff_chg">a4</span> <.udivsi3_skip_div0_test+0x64></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"> d32c bcc.n 117<span class="diff_chg">8c</span> <.udivsi3_skip_div0_test+0x64></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_6">6</td><td nowrap="nowrap"> 2401 movs r4, #1</td><td class="diff_next"></td><td class="diff_header" id="to0_6">6</td><td nowrap="nowrap"> 2401 movs r4, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_7">7</td><td nowrap="nowrap"> 0724 lsls r4, r4, #28</td><td class="diff_next"></td><td class="diff_header" id="to0_7">7</td><td nowrap="nowrap"> 0724 lsls r4, r4, #28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_8">8</td><td nowrap="nowrap"> 42a1 cmp r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_8">8</td><td nowrap="nowrap"> 42a1 cmp r1, 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"> d204 bcs.n 117<span class="diff_chg">5c</span> <.udivsi3_skip_div0_test+0x1c></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"> d204 bcs.n 117<span class="diff_chg">44</span> <.udivsi3_skip_div0_test+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_10">10</td><td nowrap="nowrap"> 4281 cmp r1, r0</td><td class="diff_next"></td><td class="diff_header" id="to0_10">10</td><td nowrap="nowrap"> 4281 cmp r1, 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"> d202 bcs.n 117<span class="diff_chg">5c</span> <.udivsi3_skip_div0_test+0x1c></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"> d202 bcs.n 117<span class="diff_chg">44</span> <.udivsi3_skip_div0_test+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_12">12</td><td nowrap="nowrap"> 0109 lsls r1, r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to0_12">12</td><td nowrap="nowrap"> 0109 lsls r1, r1, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_13">13</td><td nowrap="nowrap"> 011b lsls r3, r3, #4</td><td class="diff_next"></td><td class="diff_header" id="to0_13">13</td><td nowrap="nowrap"> 011b lsls r3, r3, #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"> e7f8 b.n 117<span class="diff_chg">4e</span> <.udivsi3_skip_div0_test+0xe></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"> e7f8 b.n 117<span class="diff_chg">36</span> <.udivsi3_skip_div0_test+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_15">15</td><td nowrap="nowrap"> 00e4 lsls r4, r4, #3</td><td class="diff_next"></td><td class="diff_header" id="to0_15">15</td><td nowrap="nowrap"> 00e4 lsls r4, r4, #3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_16">16</td><td nowrap="nowrap"> 42a1 cmp r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_16">16</td><td nowrap="nowrap"> 42a1 cmp r1, 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"> d204 bcs.n 117<span class="diff_chg">6c</span> <.udivsi3_skip_div0_test+0x2c></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"> d204 bcs.n 117<span class="diff_chg">54</span> <.udivsi3_skip_div0_test+0x2c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_18">18</td><td nowrap="nowrap"> 4281 cmp r1, r0</td><td class="diff_next"></td><td class="diff_header" id="to0_18">18</td><td nowrap="nowrap"> 4281 cmp r1, 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"> d202 bcs.n 117<span class="diff_chg">6c</span> <.udivsi3_skip_div0_test+0x2c></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"> d202 bcs.n 117<span class="diff_chg">54</span> <.udivsi3_skip_div0_test+0x2c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_20">20</td><td nowrap="nowrap"> 0049 lsls r1, r1, #1</td><td class="diff_next"></td><td class="diff_header" id="to0_20">20</td><td nowrap="nowrap"> 0049 lsls r1, r1, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_21">21</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to0_21">21</td><td nowrap="nowrap"> 005b lsls r3, r3, #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"> e7f8 b.n 117<span class="diff_chg">5e</span> <.udivsi3_skip_div0_test+0x1e></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"> e7f8 b.n 117<span class="diff_chg">46</span> <.udivsi3_skip_div0_test+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_23">23</td><td nowrap="nowrap"> 4288 cmp r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to0_23">23</td><td nowrap="nowrap"> 4288 cmp r0, 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"> d301 bcc.n 117<span class="diff_chg">74</span> <.udivsi3_skip_div0_test+0x34></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"> d301 bcc.n 117<span class="diff_chg">5c</span> <.udivsi3_skip_div0_test+0x34></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_25">25</td><td nowrap="nowrap"> 1a40 subs r0, r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to0_25">25</td><td nowrap="nowrap"> 1a40 subs r0, r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_26">26</td><td nowrap="nowrap"> 431a orrs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to0_26">26</td><td nowrap="nowrap"> 431a orrs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_27">27</td><td nowrap="nowrap"> 084c lsrs r4, r1, #1</td><td class="diff_next"></td><td class="diff_header" id="to0_27">27</td><td nowrap="nowrap"> 084c lsrs r4, r1, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_28">28</td><td nowrap="nowrap"> 42a0 cmp r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_28">28</td><td nowrap="nowrap"> 42a0 cmp r0, 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"> d302 bcc.n 1178<span class="diff_sub">0</span> <.udivsi3_skip_div0_test+0x40></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"> d302 bcc.n 117<span class="diff_add">6</span>8 <.udivsi3_skip_div0_test+0x40></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_30">30</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_30">30</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_31">31</td><td nowrap="nowrap"> 085c lsrs r4, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to0_31">31</td><td nowrap="nowrap"> 085c lsrs r4, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_32">32</td><td nowrap="nowrap"> 4322 orrs r2, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_32">32</td><td nowrap="nowrap"> 4322 orrs r2, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_33">33</td><td nowrap="nowrap"> 088c lsrs r4, r1, #2</td><td class="diff_next"></td><td class="diff_header" id="to0_33">33</td><td nowrap="nowrap"> 088c lsrs r4, r1, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_34">34</td><td nowrap="nowrap"> 42a0 cmp r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_34">34</td><td nowrap="nowrap"> 42a0 cmp r0, 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"> d302 bcc.n 117<span class="diff_chg">8c</span> <.udivsi3_skip_div0_test+0x4c></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"> d302 bcc.n 117<span class="diff_chg">74</span> <.udivsi3_skip_div0_test+0x4c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_36">36</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_36">36</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_37">37</td><td nowrap="nowrap"> 089c lsrs r4, r3, #2</td><td class="diff_next"></td><td class="diff_header" id="to0_37">37</td><td nowrap="nowrap"> 089c lsrs r4, r3, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_38">38</td><td nowrap="nowrap"> 4322 orrs r2, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_38">38</td><td nowrap="nowrap"> 4322 orrs r2, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_39">39</td><td nowrap="nowrap"> 08cc lsrs r4, r1, #3</td><td class="diff_next"></td><td class="diff_header" id="to0_39">39</td><td nowrap="nowrap"> 08cc lsrs r4, r1, #3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_40">40</td><td nowrap="nowrap"> 42a0 cmp r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_40">40</td><td nowrap="nowrap"> 42a0 cmp r0, 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"> d302 bcc.n 117<span class="diff_sub">9</span>8 <.udivsi3_skip_div0_test+0x58></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"> d302 bcc.n 1178<span class="diff_add">0</span> <.udivsi3_skip_div0_test+0x58></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_42">42</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_42">42</td><td nowrap="nowrap"> 1b00 subs r0, r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_43">43</td><td nowrap="nowrap"> 08dc lsrs r4, r3, #3</td><td class="diff_next"></td><td class="diff_header" id="to0_43">43</td><td nowrap="nowrap"> 08dc lsrs r4, r3, #3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_44">44</td><td nowrap="nowrap"> 4322 orrs r2, r4</td><td class="diff_next"></td><td class="diff_header" id="to0_44">44</td><td nowrap="nowrap"> 4322 orrs r2, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_45">45</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to0_45">45</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d003 beq.n 117<span class="diff_chg">a4</span> <.udivsi3_skip_div0_test+0x64></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"> d003 beq.n 117<span class="diff_chg">8c</span> <.udivsi3_skip_div0_test+0x64></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_47">47</td><td nowrap="nowrap"> 091b lsrs r3, r3, #4</td><td class="diff_next"></td><td class="diff_header" id="to0_47">47</td><td nowrap="nowrap"> 091b lsrs r3, r3, #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"> d001 beq.n 117<span class="diff_chg">a4</span> <.udivsi3_skip_div0_test+0x64></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"> d001 beq.n 117<span class="diff_chg">8c</span> <.udivsi3_skip_div0_test+0x64></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_49">49</td><td nowrap="nowrap"> 0909 lsrs r1, r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to0_49">49</td><td nowrap="nowrap"> 0909 lsrs r1, r1, #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"> e7e3 b.n 117<span class="diff_chg">6c</span> <.udivsi3_skip_div0_test+0x2c></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"> e7e3 b.n 117<span class="diff_chg">54</span> <.udivsi3_skip_div0_test+0x2c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_51">51</td><td nowrap="nowrap"> 0010 movs r0, r2</td><td class="diff_next"></td><td class="diff_header" id="to0_51">51</td><td nowrap="nowrap"> 0010 movs r0, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_52">52</td><td nowrap="nowrap"> bc10 pop {r4}</td><td class="diff_next"></td><td class="diff_header" id="to0_52">52</td><td nowrap="nowrap"> bc10 pop {r4}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_53">53</td><td nowrap="nowrap"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to0_53">53</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_54">54</td><td nowrap="nowrap"> b501 push {r0, lr}</td><td class="diff_next"></td><td class="diff_header" id="to0_54">54</td><td nowrap="nowrap"> b501 push {r0, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_55">55</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to0_55">55</td><td nowrap="nowrap"> 2000 movs r0, #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"> f000 f80b bl 117<span class="diff_chg">c8</span> <__aeabi_idiv0></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"> f000 f80b bl 117<span class="diff_chg">b0</span> <__aeabi_idiv0></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from0_57">57</td><td nowrap="nowrap"> bd02 pop {r1, pc}</td><td class="diff_next"></td><td class="diff_header" id="to0_57">57</td><td nowrap="nowrap"> bd02 pop {r1, 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"> 0003 movs r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to1_2">2</td><td nowrap="nowrap"> 0003 movs r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_3">3</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td><td class="diff_next"></td><td class="diff_header" id="to1_3">3</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_4">4</td><td nowrap="nowrap"> b240 sxtb r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to1_4">4</td><td nowrap="nowrap"> b240 sxtb r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_5">5</td><td nowrap="nowrap"><span class="source"> return ((A > GNRC_RPL_COUNTER_LOWER_REGION) ? ((B > GNRC_RPL_COUNTER_LOWER_REGION) ?</span></td><td class="diff_next"></td><td class="diff_header" id="to1_5">5</td><td nowrap="nowrap"><span class="source"> return ((A > GNRC_RPL_COUNTER_LOWER_REGION) ? ((B > GNRC_RPL_COUNTER_LOWER_REGION) ?</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_6">6</td><td nowrap="nowrap"> b24a sxtb r2, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_6">6</td><td nowrap="nowrap"> b24a sxtb r2, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_7">7</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td><td class="diff_next"></td><td class="diff_header" id="to1_7">7</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_8">8</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to1_8">8</td><td nowrap="nowrap"> 2800 cmp r0, #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"> da14 bge.n fb<span class="diff_chg">de</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x34></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"> da14 bge.n fb<span class="diff_chg">c6</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x34></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_10">10</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to1_10">10</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_11">11</td><td nowrap="nowrap"> 4282 cmp r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to1_11">11</td><td nowrap="nowrap"> 4282 cmp r2, 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"> da10 bge.n fb<span class="diff_sub">d</span>c <GNRC_RPL_COUNTER_GREATER_THAN+0x32></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"> da10 bge.n fbc<span class="diff_add">4</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x32></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_13">13</td><td nowrap="nowrap"><span class="source"> || ((A > B) && (A - B < 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"> || ((A > B) && (A - B < 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"> 428b cmp r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_14">14</td><td nowrap="nowrap"> 428b cmp r3, 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"> d204 bcs.n fb<span class="diff_chg">c8</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x1e></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"> d204 bcs.n fb<span class="diff_chg">b0</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_16">16</td><td nowrap="nowrap"><span class="source"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> 1a5a subs r2, r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_17">17</td><td nowrap="nowrap"> 1a5a subs r2, r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_18">18</td><td nowrap="nowrap"> 3280 adds r2, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to1_18">18</td><td nowrap="nowrap"> 3280 adds r2, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_19">19</td><td nowrap="nowrap"><span class="source"> || ((A > B) && (A - B < 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"> || ((A > B) && (A - B < 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"> 3001 adds r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to1_20">20</td><td nowrap="nowrap"> 3001 adds r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_21">21</td><td nowrap="nowrap"><span class="source"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> 2a0f cmp r2, #15</td><td class="diff_next"></td><td class="diff_header" id="to1_22">22</td><td nowrap="nowrap"> 2a0f cmp r2, #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"> dd07 ble.n fb<span class="diff_chg">d8</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x2e></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"> dd07 ble.n fb<span class="diff_chg">c0</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_24">24</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to1_24">24</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_25">25</td><td nowrap="nowrap"><span class="source"> || ((A > B) && (A - B < 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"> || ((A > B) && (A - B < 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"> 428b cmp r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_26">26</td><td nowrap="nowrap"> 428b cmp r3, 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"> d904 bls.n fb<span class="diff_chg">d8</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x2e></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"> d904 bls.n fb<span class="diff_chg">c0</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_28">28</td><td nowrap="nowrap"> 1a59 subs r1, r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_28">28</td><td nowrap="nowrap"> 1a59 subs r1, r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_29">29</td><td nowrap="nowrap"> 230f movs r3, #15</td><td class="diff_next"></td><td class="diff_header" id="to1_29">29</td><td nowrap="nowrap"> 230f movs r3, #15</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_30">30</td><td nowrap="nowrap"> 0fca lsrs r2, r1, #31</td><td class="diff_next"></td><td class="diff_header" id="to1_30">30</td><td nowrap="nowrap"> 0fca lsrs r2, r1, #31</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_31">31</td><td nowrap="nowrap"> 428b cmp r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_31">31</td><td nowrap="nowrap"> 428b cmp r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_32">32</td><td nowrap="nowrap"> 4150 adcs r0, r2</td><td class="diff_next"></td><td class="diff_header" id="to1_32">32</td><td nowrap="nowrap"> 4150 adcs r0, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_33">33</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td><td class="diff_next"></td><td class="diff_header" id="to1_33">33</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_34">34</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to1_34">34</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_35">35</td><td nowrap="nowrap"> 4018 ands r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to1_35">35</td><td nowrap="nowrap"> 4018 ands r0, 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"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to1_37">37</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_38">38</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td><td class="diff_next"></td><td class="diff_header" id="to1_38">38</td><td nowrap="nowrap"><span class="source"> GNRC_RPL_COUNTER_GREATER_THAN_LOCAL(A, B) : 0) :</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_39">39</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to1_39">39</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_40">40</td><td nowrap="nowrap"> 2a00 cmp r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to1_40">40</td><td nowrap="nowrap"> 2a00 cmp r2, #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"> dbfb blt.n fb<span class="diff_sub">d</span>c <GNRC_RPL_COUNTER_GREATER_THAN+0x32></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"> dbfb blt.n fbc<span class="diff_add">4</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x32></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_42">42</td><td nowrap="nowrap"><span class="source"> || ((A > B) && (A - B < 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"> || ((A > B) && (A - B < 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"> 428b cmp r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_43">43</td><td nowrap="nowrap"> 428b cmp r3, 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"> d2ef bcs.n fb<span class="diff_chg">c8</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x1e></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"> d2ef bcs.n fb<span class="diff_chg">b0</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_45">45</td><td nowrap="nowrap"><span class="source"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> return (((A < B) && (GNRC_RPL_COUNTER_LOWER_REGION + 1 - B + A < 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"> 1a5a subs r2, r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to1_46">46</td><td nowrap="nowrap"> 1a5a subs r2, r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_47">47</td><td nowrap="nowrap"> 3280 adds r2, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to1_47">47</td><td nowrap="nowrap"> 3280 adds r2, #128 ; 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"> e7ea b.n fbc<span class="diff_sub">4</span> <GNRC_RPL_COUNTER_GREATER_THAN+0x1a></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"> e7ea b.n fb<span class="diff_add">a</span>c <GNRC_RPL_COUNTER_GREATER_THAN+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from1_49">49</td><td nowrap="nowrap"><span class="source"> ...</span></td><td class="diff_next"></td><td class="diff_header" id="to1_49">49</td><td nowrap="nowrap"><span class="source"> ...</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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, 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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_2">2</td><td nowrap="nowrap"> 9301 str r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to2_2">2</td><td nowrap="nowrap"> 9301 str r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_3">3</td><td nowrap="nowrap"> b283 uxth r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to2_3">3</td><td nowrap="nowrap"> b283 uxth r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_4">4</td><td nowrap="nowrap"> 469c mov ip, r3</td><td class="diff_next"></td><td class="diff_header" id="to2_4">4</td><td nowrap="nowrap"> 469c mov ip, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_5">5</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to2_5">5</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_6">6</td><td nowrap="nowrap"> 0c03 lsrs r3, r0, #16</td><td class="diff_next"></td><td class="diff_header" id="to2_6">6</td><td nowrap="nowrap"> 0c03 lsrs r3, r0, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_7">7</td><td nowrap="nowrap"> 4660 mov r0, ip</td><td class="diff_next"></td><td class="diff_header" id="to2_7">7</td><td nowrap="nowrap"> 4660 mov r0, ip</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_8">8</td><td nowrap="nowrap"> 000d movs r5, r1</td><td class="diff_next"></td><td class="diff_header" id="to2_8">8</td><td nowrap="nowrap"> 000d movs r5, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_9">9</td><td nowrap="nowrap"> 4661 mov r1, ip</td><td class="diff_next"></td><td class="diff_header" id="to2_9">9</td><td nowrap="nowrap"> 4661 mov r1, ip</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_10">10</td><td nowrap="nowrap"> b297 uxth r7, r2</td><td class="diff_next"></td><td class="diff_header" id="to2_10">10</td><td nowrap="nowrap"> b297 uxth r7, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_11">11</td><td nowrap="nowrap"> 4378 muls r0, r7</td><td class="diff_next"></td><td class="diff_header" id="to2_11">11</td><td nowrap="nowrap"> 4378 muls r0, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_12">12</td><td nowrap="nowrap"> 0c14 lsrs r4, r2, #16</td><td class="diff_next"></td><td class="diff_header" id="to2_12">12</td><td nowrap="nowrap"> 0c14 lsrs r4, r2, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_13">13</td><td nowrap="nowrap"> 435f muls r7, r3</td><td class="diff_next"></td><td class="diff_header" id="to2_13">13</td><td nowrap="nowrap"> 435f muls r7, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_14">14</td><td nowrap="nowrap"> 4363 muls r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to2_14">14</td><td nowrap="nowrap"> 4363 muls r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_15">15</td><td nowrap="nowrap"> 434c muls r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to2_15">15</td><td nowrap="nowrap"> 434c muls r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_16">16</td><td nowrap="nowrap"> 0c01 lsrs r1, r0, #16</td><td class="diff_next"></td><td class="diff_header" id="to2_16">16</td><td nowrap="nowrap"> 0c01 lsrs r1, r0, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_17">17</td><td nowrap="nowrap"> 468c mov ip, r1</td><td class="diff_next"></td><td class="diff_header" id="to2_17">17</td><td nowrap="nowrap"> 468c mov ip, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_18">18</td><td nowrap="nowrap"> 19e4 adds r4, r4, r7</td><td class="diff_next"></td><td class="diff_header" id="to2_18">18</td><td nowrap="nowrap"> 19e4 adds r4, r4, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_19">19</td><td nowrap="nowrap"> 4464 add r4, ip</td><td class="diff_next"></td><td class="diff_header" id="to2_19">19</td><td nowrap="nowrap"> 4464 add r4, ip</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_20">20</td><td nowrap="nowrap"> 42a7 cmp r7, r4</td><td class="diff_next"></td><td class="diff_header" id="to2_20">20</td><td nowrap="nowrap"> 42a7 cmp r7, 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"> d902 bls.n 118<span class="diff_chg">78</span> <__aeabi_lmul+0x30></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"> d902 bls.n 118<span class="diff_chg">60</span> <__aeabi_lmul+0x30></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_22">22</td><td nowrap="nowrap"> 2180 movs r1, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to2_22">22</td><td nowrap="nowrap"> 2180 movs r1, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_23">23</td><td nowrap="nowrap"> 0249 lsls r1, r1, #9</td><td class="diff_next"></td><td class="diff_header" id="to2_23">23</td><td nowrap="nowrap"> 0249 lsls r1, r1, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_24">24</td><td nowrap="nowrap"> 185b adds r3, r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to2_24">24</td><td nowrap="nowrap"> 185b adds r3, r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_25">25</td><td nowrap="nowrap"> 9901 ldr r1, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to2_25">25</td><td nowrap="nowrap"> 9901 ldr r1, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_26">26</td><td nowrap="nowrap"> 436a muls r2, r5</td><td class="diff_next"></td><td class="diff_header" id="to2_26">26</td><td nowrap="nowrap"> 436a muls r2, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_27">27</td><td nowrap="nowrap"> 4371 muls r1, r6</td><td class="diff_next"></td><td class="diff_header" id="to2_27">27</td><td nowrap="nowrap"> 4371 muls r1, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_28">28</td><td nowrap="nowrap"> 0c27 lsrs r7, r4, #16</td><td class="diff_next"></td><td class="diff_header" id="to2_28">28</td><td nowrap="nowrap"> 0c27 lsrs r7, r4, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_29">29</td><td nowrap="nowrap"> 18fb adds r3, r7, r3</td><td class="diff_next"></td><td class="diff_header" id="to2_29">29</td><td nowrap="nowrap"> 18fb adds r3, r7, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_30">30</td><td nowrap="nowrap"> 0424 lsls r4, r4, #16</td><td class="diff_next"></td><td class="diff_header" id="to2_30">30</td><td nowrap="nowrap"> 0424 lsls r4, r4, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_31">31</td><td nowrap="nowrap"> 18c9 adds r1, r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to2_31">31</td><td nowrap="nowrap"> 18c9 adds r1, r1, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_32">32</td><td nowrap="nowrap"> b280 uxth r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to2_32">32</td><td nowrap="nowrap"> b280 uxth r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_33">33</td><td nowrap="nowrap"> 1820 adds r0, r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to2_33">33</td><td nowrap="nowrap"> 1820 adds r0, r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_34">34</td><td nowrap="nowrap"> 1889 adds r1, r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to2_34">34</td><td nowrap="nowrap"> 1889 adds r1, r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_35">35</td><td nowrap="nowrap"> b003 add sp, #12</td><td class="diff_next"></td><td class="diff_header" id="to2_35">35</td><td nowrap="nowrap"> b003 add sp, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from2_36">36</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to2_36">36</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, 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"> 2900 cmp r1, #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"> 2900 cmp r1, #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"> d0f8 beq.n 117<span class="diff_chg">aa</span> <.udivsi3_skip_div0_test+0x6a></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"> d0f8 beq.n 117<span class="diff_chg">92</span> <.udivsi3_skip_div0_test+0x6a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_3">3</td><td nowrap="nowrap"> b503 push {r0, r1, lr}</td><td class="diff_next"></td><td class="diff_header" id="to3_3">3</td><td nowrap="nowrap"> b503 push {r0, r1, 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"> f7ff ffc1 bl 117<span class="diff_chg">40</span> <.udivsi3_skip_div0_test></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"> f7ff ffc1 bl 117<span class="diff_chg">28</span> <.udivsi3_skip_div0_test></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_5">5</td><td nowrap="nowrap"> bc0e pop {r1, r2, r3}</td><td class="diff_next"></td><td class="diff_header" id="to3_5">5</td><td nowrap="nowrap"> bc0e pop {r1, r2, r3}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_6">6</td><td nowrap="nowrap"> 4342 muls r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to3_6">6</td><td nowrap="nowrap"> 4342 muls r2, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_7">7</td><td nowrap="nowrap"> 1a89 subs r1, r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to3_7">7</td><td nowrap="nowrap"> 1a89 subs r1, r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_8">8</td><td nowrap="nowrap"> 4718 bx r3</td><td class="diff_next"></td><td class="diff_header" id="to3_8">8</td><td nowrap="nowrap"> 4718 bx r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from3_9">9</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to3_9">9</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 2b00 cmp r3, #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"> 2b00 cmp r3, #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"> d111 bne.n 118<span class="diff_chg">30</span> <__aeabi_uldivmod+0x28></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"> d111 bne.n 118<span class="diff_chg">18</span> <__aeabi_uldivmod+0x28></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_3">3</td><td nowrap="nowrap"> 2a00 cmp r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to4_3">3</td><td nowrap="nowrap"> 2a00 cmp r2, #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"> d10f bne.n 118<span class="diff_chg">30</span> <__aeabi_uldivmod+0x28></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"> d10f bne.n 118<span class="diff_chg">18</span> <__aeabi_uldivmod+0x28></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_5">5</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to4_5">5</td><td nowrap="nowrap"> 2900 cmp r1, #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"> d100 bne.n 11<span class="diff_chg">816</span> <__aeabi_uldivmod+0xe></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"> d100 bne.n 11<span class="diff_chg">7fe</span> <__aeabi_uldivmod+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_7">7</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to4_7">7</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d002 beq.n 118<span class="diff_chg">1e</span> <__aeabi_uldivmod+0x16></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"> d002 beq.n 118<span class="diff_chg">06</span> <__aeabi_uldivmod+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_9">9</td><td nowrap="nowrap"> 2100 movs r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to4_9">9</td><td nowrap="nowrap"> 2100 movs r1, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_10">10</td><td nowrap="nowrap"> 43c9 mvns r1, r1</td><td class="diff_next"></td><td class="diff_header" id="to4_10">10</td><td nowrap="nowrap"> 43c9 mvns r1, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_11">11</td><td nowrap="nowrap"> 0008 movs r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to4_11">11</td><td nowrap="nowrap"> 0008 movs r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_12">12</td><td nowrap="nowrap"> b407 push {r0, r1, r2}</td><td class="diff_next"></td><td class="diff_header" id="to4_12">12</td><td nowrap="nowrap"> b407 push {r0, r1, 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"> 4802 ldr r0, [pc, #8] ; (118<span class="diff_chg">2c</span> <__aeabi_uldivmod+0x24>)</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"> 4802 ldr r0, [pc, #8] ; (118<span class="diff_chg">14</span> <__aeabi_uldivmod+0x24>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_14">14</td><td nowrap="nowrap"> a102 add r1, pc, #8 ; (adr r1, 118<span class="diff_chg">2c</span> <__aeabi_uldivmod+0x24>)</td><td class="diff_next"></td><td class="diff_header" id="to4_14">14</td><td nowrap="nowrap"> a102 add r1, pc, #8 ; (adr r1, 118<span class="diff_chg">14</span> <__aeabi_uldivmod+0x24>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_15">15</td><td nowrap="nowrap"> 1840 adds r0, r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to4_15">15</td><td nowrap="nowrap"> 1840 adds r0, r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_16">16</td><td nowrap="nowrap"> 9002 str r0, [sp, #8]</td><td class="diff_next"></td><td class="diff_header" id="to4_16">16</td><td nowrap="nowrap"> 9002 str r0, [sp, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_17">17</td><td nowrap="nowrap"> bd03 pop {r0, r1, pc}</td><td class="diff_next"></td><td class="diff_header" id="to4_17">17</td><td nowrap="nowrap"> bd03 pop {r0, r1, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_18">18</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to4_18">18</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_19">19</td><td nowrap="nowrap"> ffffff9d .word 0xffffff9d</td><td class="diff_next"></td><td class="diff_header" id="to4_19">19</td><td nowrap="nowrap"> ffffff9d .word 0xffffff9d</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_20">20</td><td nowrap="nowrap"> b403 push {r0, r1}</td><td class="diff_next"></td><td class="diff_header" id="to4_20">20</td><td nowrap="nowrap"> b403 push {r0, r1}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_21">21</td><td nowrap="nowrap"> 4668 mov r0, sp</td><td class="diff_next"></td><td class="diff_header" id="to4_21">21</td><td nowrap="nowrap"> 4668 mov r0, sp</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_22">22</td><td nowrap="nowrap"> b501 push {r0, lr}</td><td class="diff_next"></td><td class="diff_header" id="to4_22">22</td><td nowrap="nowrap"> b501 push {r0, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_23">23</td><td nowrap="nowrap"> 9802 ldr r0, [sp, #8]</td><td class="diff_next"></td><td class="diff_header" id="to4_23">23</td><td nowrap="nowrap"> 9802 ldr r0, [sp, #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"> f000 f82a bl 118<span class="diff_chg">90</span> <__udivmoddi4></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"> f000 f82a bl 118<span class="diff_chg">78</span> <__udivmoddi4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_25">25</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to4_25">25</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_26">26</td><td nowrap="nowrap"> 469e mov lr, r3</td><td class="diff_next"></td><td class="diff_header" id="to4_26">26</td><td nowrap="nowrap"> 469e mov lr, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_27">27</td><td nowrap="nowrap"> b002 add sp, #8</td><td class="diff_next"></td><td class="diff_header" id="to4_27">27</td><td nowrap="nowrap"> b002 add sp, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_28">28</td><td nowrap="nowrap"> bc0c pop {r2, r3}</td><td class="diff_next"></td><td class="diff_header" id="to4_28">28</td><td nowrap="nowrap"> bc0c pop {r2, r3}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_29">29</td><td nowrap="nowrap"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to4_29">29</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from4_30">30</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to4_30">30</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> b510 push {r4, 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"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_2">2</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to5_2">2</td><td nowrap="nowrap"> 2900 cmp r1, #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"> d103 bne.n 119<span class="diff_chg">ae</span> <__clzdi2+0xe></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"> d103 bne.n 119<span class="diff_chg">96</span> <__clzdi2+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_4">4</td><td nowrap="nowrap"> f7ff ff11 bl 117<span class="diff_chg">cc</span> <__clzsi2></td><td class="diff_next"></td><td class="diff_header" id="to5_4">4</td><td nowrap="nowrap"> f7ff ff11 bl 117<span class="diff_chg">b4</span> <__clzsi2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_5">5</td><td nowrap="nowrap"> 3020 adds r0, #32</td><td class="diff_next"></td><td class="diff_header" id="to5_5">5</td><td nowrap="nowrap"> 3020 adds r0, #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"> e002 b.n 119<span class="diff_chg">b4</span> <__clzdi2+0x14></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"> e002 b.n 119<span class="diff_chg">9c</span> <__clzdi2+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_7">7</td><td nowrap="nowrap"> 0008 movs r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to5_7">7</td><td nowrap="nowrap"> 0008 movs r0, 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"> f7ff ff0c bl 117<span class="diff_chg">cc</span> <__clzsi2></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"> f7ff ff0c bl 117<span class="diff_chg">b4</span> <__clzsi2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_9">9</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to5_9">9</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from5_10">10</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to5_10">10</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 211c movs r1, #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"> 211c movs r1, #28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_2">2</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to6_2">2</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_3">3</td><td nowrap="nowrap"> 041b lsls r3, r3, #16</td><td class="diff_next"></td><td class="diff_header" id="to6_3">3</td><td nowrap="nowrap"> 041b lsls r3, r3, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_4">4</td><td nowrap="nowrap"> 4298 cmp r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to6_4">4</td><td nowrap="nowrap"> 4298 cmp r0, 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"> d301 bcc.n 117<span class="diff_chg">da</span> <__clzsi2+0xe></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"> d301 bcc.n 117<span class="diff_chg">c2</span> <__clzsi2+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_6">6</td><td nowrap="nowrap"> 0c00 lsrs r0, r0, #16</td><td class="diff_next"></td><td class="diff_header" id="to6_6">6</td><td nowrap="nowrap"> 0c00 lsrs r0, r0, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_7">7</td><td nowrap="nowrap"> 3910 subs r1, #16</td><td class="diff_next"></td><td class="diff_header" id="to6_7">7</td><td nowrap="nowrap"> 3910 subs r1, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_8">8</td><td nowrap="nowrap"> 0a1b lsrs r3, r3, #8</td><td class="diff_next"></td><td class="diff_header" id="to6_8">8</td><td nowrap="nowrap"> 0a1b lsrs r3, r3, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_9">9</td><td nowrap="nowrap"> 4298 cmp r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to6_9">9</td><td nowrap="nowrap"> 4298 cmp r0, 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"> d301 bcc.n 117<span class="diff_chg">e4</span> <__clzsi2+0x18></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"> d301 bcc.n 117<span class="diff_chg">cc</span> <__clzsi2+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_11">11</td><td nowrap="nowrap"> 0a00 lsrs r0, r0, #8</td><td class="diff_next"></td><td class="diff_header" id="to6_11">11</td><td nowrap="nowrap"> 0a00 lsrs r0, r0, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_12">12</td><td nowrap="nowrap"> 3908 subs r1, #8</td><td class="diff_next"></td><td class="diff_header" id="to6_12">12</td><td nowrap="nowrap"> 3908 subs r1, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_13">13</td><td nowrap="nowrap"> 091b lsrs r3, r3, #4</td><td class="diff_next"></td><td class="diff_header" id="to6_13">13</td><td nowrap="nowrap"> 091b lsrs r3, r3, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_14">14</td><td nowrap="nowrap"> 4298 cmp r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to6_14">14</td><td nowrap="nowrap"> 4298 cmp r0, 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"> d301 bcc.n 117<span class="diff_chg">ee</span> <__clzsi2+0x22></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"> d301 bcc.n 117<span class="diff_chg">d6</span> <__clzsi2+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_16">16</td><td nowrap="nowrap"> 0900 lsrs r0, r0, #4</td><td class="diff_next"></td><td class="diff_header" id="to6_16">16</td><td nowrap="nowrap"> 0900 lsrs r0, r0, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_17">17</td><td nowrap="nowrap"> 3904 subs r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to6_17">17</td><td nowrap="nowrap"> 3904 subs r1, #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"> a202 add r2, pc, #8 ; (adr r2, 117<span class="diff_chg">f8</span> <__clzsi2+0x2c>)</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"> a202 add r2, pc, #8 ; (adr r2, 117<span class="diff_chg">e0</span> <__clzsi2+0x2c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_19">19</td><td nowrap="nowrap"> 5c10 ldrb r0, [r2, r0]</td><td class="diff_next"></td><td class="diff_header" id="to6_19">19</td><td nowrap="nowrap"> 5c10 ldrb r0, [r2, r0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_20">20</td><td nowrap="nowrap"> 1840 adds r0, r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to6_20">20</td><td nowrap="nowrap"> 1840 adds r0, r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_21">21</td><td nowrap="nowrap"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to6_21">21</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_22">22</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to6_22">22</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_23">23</td><td nowrap="nowrap"> 02020304 .word 0x02020304</td><td class="diff_next"></td><td class="diff_header" id="to6_23">23</td><td nowrap="nowrap"> 02020304 .word 0x02020304</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_24">24</td><td nowrap="nowrap"> 01010101 .word 0x01010101</td><td class="diff_next"></td><td class="diff_header" id="to6_24">24</td><td nowrap="nowrap"> 01010101 .word 0x01010101</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from6_25">25</td><td nowrap="nowrap"><span class="source"> ...</span></td><td class="diff_next"></td><td class="diff_header" id="to6_25">25</td><td nowrap="nowrap"><span class="source"> ...</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"> 4b01 ldr r3, [pc, #4] ; (119<span class="diff_chg">cc</span> <__errno+0x8>)</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"> 4b01 ldr r3, [pc, #4] ; (119<span class="diff_chg">b4</span> <__errno+0x8>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from7_2">2</td><td nowrap="nowrap"> 6818 ldr r0, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to7_2">2</td><td nowrap="nowrap"> 6818 ldr r0, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from7_3">3</td><td nowrap="nowrap"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to7_3">3</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from7_4">4</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to7_4">4</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from7_5">5</td><td nowrap="nowrap"> 20000250 .word 0x20000250</td><td class="diff_next"></td><td class="diff_header" id="to7_5">5</td><td nowrap="nowrap"> 20000250 .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_2">2</td><td nowrap="nowrap"> 2600 movs r6, #0</td><td class="diff_next"></td><td class="diff_header" id="to8_2">2</td><td nowrap="nowrap"> 2600 movs r6, #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"> 4d0c ldr r5, [pc, #48] ; (11e<span class="diff_chg">b0</span> <__libc_init_array+0x38>)</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"> 4d0c ldr r5, [pc, #48] ; (11e<span class="diff_chg">98</span> <__libc_init_array+0x38>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_4">4</td><td nowrap="nowrap"> 4c0d ldr r4, [pc, #52] ; (11e<span class="diff_chg">b4</span> <__libc_init_array+0x3c>)</td><td class="diff_next"></td><td class="diff_header" id="to8_4">4</td><td nowrap="nowrap"> 4c0d ldr r4, [pc, #52] ; (11e<span class="diff_chg">9c</span> <__libc_init_array+0x3c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_5">5</td><td nowrap="nowrap"> 1b64 subs r4, r4, r5</td><td class="diff_next"></td><td class="diff_header" id="to8_5">5</td><td nowrap="nowrap"> 1b64 subs r4, r4, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_6">6</td><td nowrap="nowrap"> 10a4 asrs r4, r4, #2</td><td class="diff_next"></td><td class="diff_header" id="to8_6">6</td><td nowrap="nowrap"> 10a4 asrs r4, r4, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_7">7</td><td nowrap="nowrap"> 42a6 cmp r6, r4</td><td class="diff_next"></td><td class="diff_header" id="to8_7">7</td><td nowrap="nowrap"> 42a6 cmp r6, 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"> d109 bne.n 11e<span class="diff_chg">9c</span> <__libc_init_array+0x24></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"> d109 bne.n 11e<span class="diff_chg">84</span> <__libc_init_array+0x24></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_9">9</td><td nowrap="nowrap"> 2600 movs r6, #0</td><td class="diff_next"></td><td class="diff_header" id="to8_9">9</td><td nowrap="nowrap"> 2600 movs r6, #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"> f7ee f91<span class="diff_sub">5</span> bl b8 <_init></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"> f7ee f9<span class="diff_add">2</span>1 bl b8 <_init></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_11">11</td><td nowrap="nowrap"> 4d0a ldr r5, [pc, #40] ; (11e<span class="diff_chg">b8</span> <__libc_init_array+0x40>)</td><td class="diff_next"></td><td class="diff_header" id="to8_11">11</td><td nowrap="nowrap"> 4d0a ldr r5, [pc, #40] ; (11e<span class="diff_chg">a0</span> <__libc_init_array+0x40>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_12">12</td><td nowrap="nowrap"> 4c0a ldr r4, [pc, #40] ; (11e<span class="diff_chg">bc</span> <__libc_init_array+0x44>)</td><td class="diff_next"></td><td class="diff_header" id="to8_12">12</td><td nowrap="nowrap"> 4c0a ldr r4, [pc, #40] ; (11e<span class="diff_chg">a4</span> <__libc_init_array+0x44>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_13">13</td><td nowrap="nowrap"> 1b64 subs r4, r4, r5</td><td class="diff_next"></td><td class="diff_header" id="to8_13">13</td><td nowrap="nowrap"> 1b64 subs r4, r4, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_14">14</td><td nowrap="nowrap"> 10a4 asrs r4, r4, #2</td><td class="diff_next"></td><td class="diff_header" id="to8_14">14</td><td nowrap="nowrap"> 10a4 asrs r4, r4, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_15">15</td><td nowrap="nowrap"> 42a6 cmp r6, r4</td><td class="diff_next"></td><td class="diff_header" id="to8_15">15</td><td nowrap="nowrap"> 42a6 cmp r6, 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"> d105 bne.n 11e<span class="diff_chg">a6</span> <__libc_init_array+0x2e></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"> d105 bne.n 11e<span class="diff_chg">8e</span> <__libc_init_array+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_17">17</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to8_17">17</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_18">18</td><td nowrap="nowrap"> 00b3 lsls r3, r6, #2</td><td class="diff_next"></td><td class="diff_header" id="to8_18">18</td><td nowrap="nowrap"> 00b3 lsls r3, r6, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_19">19</td><td nowrap="nowrap"> 58eb ldr r3, [r5, r3]</td><td class="diff_next"></td><td class="diff_header" id="to8_19">19</td><td nowrap="nowrap"> 58eb ldr r3, [r5, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_20">20</td><td nowrap="nowrap"> 4798 blx r3</td><td class="diff_next"></td><td class="diff_header" id="to8_20">20</td><td nowrap="nowrap"> 4798 blx r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_21">21</td><td nowrap="nowrap"> 3601 adds r6, #1</td><td class="diff_next"></td><td class="diff_header" id="to8_21">21</td><td nowrap="nowrap"> 3601 adds r6, #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"> e7ee b.n 11e<span class="diff_chg">84</span> <__libc_init_array+0xc></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"> e7ee b.n 11e<span class="diff_chg">6c</span> <__libc_init_array+0xc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_23">23</td><td nowrap="nowrap"> 00b3 lsls r3, r6, #2</td><td class="diff_next"></td><td class="diff_header" id="to8_23">23</td><td nowrap="nowrap"> 00b3 lsls r3, r6, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_24">24</td><td nowrap="nowrap"> 58eb ldr r3, [r5, r3]</td><td class="diff_next"></td><td class="diff_header" id="to8_24">24</td><td nowrap="nowrap"> 58eb ldr r3, [r5, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_25">25</td><td nowrap="nowrap"> 4798 blx r3</td><td class="diff_next"></td><td class="diff_header" id="to8_25">25</td><td nowrap="nowrap"> 4798 blx r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_26">26</td><td nowrap="nowrap"> 3601 adds r6, #1</td><td class="diff_next"></td><td class="diff_header" id="to8_26">26</td><td nowrap="nowrap"> 3601 adds r6, #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"> e7f2 b.n 11e<span class="diff_chg">96</span> <__libc_init_array+0x1e></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"> e7f2 b.n 11e<span class="diff_chg">7e</span> <__libc_init_array+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from8_28">28</td><td nowrap="nowrap"> 00016c<span class="diff_chg">24</span> .word 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"> 00016c<span class="diff_chg">0c</span> .word 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"> 00016c<span class="diff_chg">24</span> .word 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"> 00016c<span class="diff_chg">0c</span> .word 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"> 00016c<span class="diff_chg">24</span> .word 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"> 00016c<span class="diff_chg">0c</span> .word 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"> 00016c<span class="diff_chg">24</span> .word 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"> 00016c<span class="diff_chg">0c</span> .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (12<span class="diff_chg">9</span>0<span class="diff_sub">8</span> <__malloc_lock+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (12<span class="diff_chg">8f</span>0 <__malloc_lock+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from9_3">3</td><td nowrap="nowrap"> f7ff fadf bl 11e<span class="diff_chg">c2</span> <__retarget_lock_acquire_recursive></td><td class="diff_next"></td><td class="diff_header" id="to9_3">3</td><td nowrap="nowrap"> f7ff fadf bl 11e<span class="diff_chg">aa</span> <__retarget_lock_acquire_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from9_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to9_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from9_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to9_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from9_6">6</td><td nowrap="nowrap"> 20004be0 .word 0x20004be0</td><td class="diff_next"></td><td class="diff_header" id="to9_6">6</td><td nowrap="nowrap"> 20004be0 .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (129<span class="diff_chg">18</span> <__malloc_unlock+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (129<span class="diff_chg">00</span> <__malloc_unlock+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from10_3">3</td><td nowrap="nowrap"> f7ff fad8 bl 11ec<span class="diff_sub">4</span> <__retarget_lock_release_recursive></td><td class="diff_next"></td><td class="diff_header" id="to10_3">3</td><td nowrap="nowrap"> f7ff fad8 bl 11e<span class="diff_add">a</span>c <__retarget_lock_release_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from10_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to10_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from10_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to10_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from10_6">6</td><td nowrap="nowrap"> 20004be0 .word 0x20004be0</td><td class="diff_next"></td><td class="diff_header" id="to10_6">6</td><td nowrap="nowrap"> 20004be0 .word 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"> b510 push {r4, 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"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from11_2">2</td><td nowrap="nowrap"> 230e movs r3, #14</td><td class="diff_next"></td><td class="diff_header" id="to11_2">2</td><td nowrap="nowrap"> 230e movs r3, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from11_3">3</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, r3]</td><td class="diff_next"></td><td class="diff_header" id="to11_3">3</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, 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"> f7ed fef<span class="diff_chg">1</span> bl 114 <_close_r></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"> f7ed fef<span class="diff_chg">d</span> bl 114 <_close_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from11_5">5</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to11_5">5</td><td nowrap="nowrap"> bd10 pop {r4, 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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, 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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_2">2</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_2">2</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_3">3</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to12_3">3</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_4">4</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to12_4">4</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_5">5</td><td nowrap="nowrap"> 071a lsls r2, r3, #28</td><td class="diff_next"></td><td class="diff_header" id="to12_5">5</td><td nowrap="nowrap"> 071a lsls r2, r3, #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"> d45f bmi.n 11a<span class="diff_chg">9c</span> <__sflush_r+0xcc></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"> d45f bmi.n 11a<span class="diff_chg">84</span> <__sflush_r+0xcc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_7">7</td><td nowrap="nowrap"> 684a ldr r2, [r1, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_7">7</td><td nowrap="nowrap"> 684a ldr r2, [r1, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_8">8</td><td nowrap="nowrap"> 2a00 cmp r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_8">8</td><td nowrap="nowrap"> 2a00 cmp r2, #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"> dc04 bgt.n 119<span class="diff_chg">ec</span> <__sflush_r+0x1c></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"> dc04 bgt.n 119<span class="diff_chg">d4</span> <__sflush_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_10">10</td><td nowrap="nowrap"> 6c0a ldr r2, [r1, #64] ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_10">10</td><td nowrap="nowrap"> 6c0a ldr r2, [r1, #64] ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_11">11</td><td nowrap="nowrap"> 2a00 cmp r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_11">11</td><td nowrap="nowrap"> 2a00 cmp r2, #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"> dc01 bgt.n 119<span class="diff_chg">ec</span> <__sflush_r+0x1c></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"> dc01 bgt.n 119<span class="diff_chg">d4</span> <__sflush_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_13">13</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_13">13</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_14">14</td><td nowrap="nowrap"> bdfe pop {r1, r2, r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to12_14">14</td><td nowrap="nowrap"> bdfe pop {r1, r2, r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_15">15</td><td nowrap="nowrap"> 6ae7 ldr r7, [r4, #44] ; 0x2c</td><td class="diff_next"></td><td class="diff_header" id="to12_15">15</td><td nowrap="nowrap"> 6ae7 ldr r7, [r4, #44] ; 0x2c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_16">16</td><td nowrap="nowrap"> 2f00 cmp r7, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_16">16</td><td nowrap="nowrap"> 2f00 cmp r7, #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"> d0fa beq.n 119<span class="diff_chg">e8</span> <__sflush_r+0x18></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"> d0fa beq.n 119<span class="diff_chg">d0</span> <__sflush_r+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_18">18</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_18">18</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_19">19</td><td nowrap="nowrap"> 2180 movs r1, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to12_19">19</td><td nowrap="nowrap"> 2180 movs r1, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_20">20</td><td nowrap="nowrap"> 682e ldr r6, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_20">20</td><td nowrap="nowrap"> 682e ldr r6, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_21">21</td><td nowrap="nowrap"> 602a str r2, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_21">21</td><td nowrap="nowrap"> 602a str r2, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_22">22</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to12_22">22</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_23">23</td><td nowrap="nowrap"> 0149 lsls r1, r1, #5</td><td class="diff_next"></td><td class="diff_header" id="to12_23">23</td><td nowrap="nowrap"> 0149 lsls r1, r1, #5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_24">24</td><td nowrap="nowrap"> 400a ands r2, r1</td><td class="diff_next"></td><td class="diff_header" id="to12_24">24</td><td nowrap="nowrap"> 400a ands r2, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_25">25</td><td nowrap="nowrap"> 420b tst r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to12_25">25</td><td nowrap="nowrap"> 420b tst r3, 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"> d034 beq.n 11a6<span class="diff_sub">e</span> <__sflush_r+0x9e></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"> d034 beq.n 11a<span class="diff_add">5</span>6 <__sflush_r+0x9e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_27">27</td><td nowrap="nowrap"> 6d60 ldr r0, [r4, #84] ; 0x54</td><td class="diff_next"></td><td class="diff_header" id="to12_27">27</td><td nowrap="nowrap"> 6d60 ldr r0, [r4, #84] ; 0x54</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_28">28</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_28">28</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_29">29</td><td nowrap="nowrap"> 075b lsls r3, r3, #29</td><td class="diff_next"></td><td class="diff_header" id="to12_29">29</td><td nowrap="nowrap"> 075b lsls r3, r3, #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"> d506 bpl.n 11a<span class="diff_chg">1a</span> <__sflush_r+0x4a></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"> d506 bpl.n 11a<span class="diff_chg">02</span> <__sflush_r+0x4a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_31">31</td><td nowrap="nowrap"> 6863 ldr r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_31">31</td><td nowrap="nowrap"> 6863 ldr r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_32">32</td><td nowrap="nowrap"> 1ac0 subs r0, r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to12_32">32</td><td nowrap="nowrap"> 1ac0 subs r0, r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_33">33</td><td nowrap="nowrap"> 6b63 ldr r3, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_33">33</td><td nowrap="nowrap"> 6b63 ldr r3, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_34">34</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_34">34</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d001 beq.n 11a<span class="diff_chg">1a</span> <__sflush_r+0x4a></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"> d001 beq.n 11a<span class="diff_chg">02</span> <__sflush_r+0x4a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_36">36</td><td nowrap="nowrap"> 6c23 ldr r3, [r4, #64] ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_36">36</td><td nowrap="nowrap"> 6c23 ldr r3, [r4, #64] ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_37">37</td><td nowrap="nowrap"> 1ac0 subs r0, r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to12_37">37</td><td nowrap="nowrap"> 1ac0 subs r0, r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_38">38</td><td nowrap="nowrap"> 0002 movs r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to12_38">38</td><td nowrap="nowrap"> 0002 movs r2, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_39">39</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td><td class="diff_next"></td><td class="diff_header" id="to12_39">39</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_40">40</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_40">40</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_41">41</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to12_41">41</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_42">42</td><td nowrap="nowrap"> 6ae7 ldr r7, [r4, #44] ; 0x2c</td><td class="diff_next"></td><td class="diff_header" id="to12_42">42</td><td nowrap="nowrap"> 6ae7 ldr r7, [r4, #44] ; 0x2c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_43">43</td><td nowrap="nowrap"> 47b8 blx r7</td><td class="diff_next"></td><td class="diff_header" id="to12_43">43</td><td nowrap="nowrap"> 47b8 blx r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_44">44</td><td nowrap="nowrap"> 89a1 ldrh r1, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_44">44</td><td nowrap="nowrap"> 89a1 ldrh r1, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_45">45</td><td nowrap="nowrap"> 1c43 adds r3, r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to12_45">45</td><td nowrap="nowrap"> 1c43 adds r3, r0, #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"> d106 bne.n 11a<span class="diff_chg">3a</span> <__sflush_r+0x6a></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"> d106 bne.n 11a<span class="diff_chg">22</span> <__sflush_r+0x6a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_47">47</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_47">47</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_48">48</td><td nowrap="nowrap"> 2b1d cmp r3, #29</td><td class="diff_next"></td><td class="diff_header" id="to12_48">48</td><td nowrap="nowrap"> 2b1d cmp r3, #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"> d831 bhi.n 11a<span class="diff_chg">96</span> <__sflush_r+0xc6></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"> d831 bhi.n 11a<span class="diff_chg">7e</span> <__sflush_r+0xc6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_50">50</td><td nowrap="nowrap"> 4a2c ldr r2, [pc, #176] ; (11a<span class="diff_chg">e4</span> <__sflush_r+0x114>)</td><td class="diff_next"></td><td class="diff_header" id="to12_50">50</td><td nowrap="nowrap"> 4a2c ldr r2, [pc, #176] ; (11a<span class="diff_chg">cc</span> <__sflush_r+0x114>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_51">51</td><td nowrap="nowrap"> 40da lsrs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to12_51">51</td><td nowrap="nowrap"> 40da lsrs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_52">52</td><td nowrap="nowrap"> 07d3 lsls r3, r2, #31</td><td class="diff_next"></td><td class="diff_header" id="to12_52">52</td><td nowrap="nowrap"> 07d3 lsls r3, r2, #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"> d52d bpl.n 11a<span class="diff_chg">96</span> <__sflush_r+0xc6></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"> d52d bpl.n 11a<span class="diff_chg">7e</span> <__sflush_r+0xc6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_54">54</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_54">54</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_55">55</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_55">55</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_56">56</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to12_56">56</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_57">57</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_57">57</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_58">58</td><td nowrap="nowrap"> 04cb lsls r3, r1, #19</td><td class="diff_next"></td><td class="diff_header" id="to12_58">58</td><td nowrap="nowrap"> 04cb lsls r3, r1, #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"> d505 bpl.n 11a<span class="diff_chg">52</span> <__sflush_r+0x82></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"> d505 bpl.n 11a<span class="diff_chg">3a</span> <__sflush_r+0x82></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_60">60</td><td nowrap="nowrap"> 1c43 adds r3, r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to12_60">60</td><td nowrap="nowrap"> 1c43 adds r3, r0, #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"> d102 bne.n 11a<span class="diff_chg">50</span> <__sflush_r+0x80></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"> d102 bne.n 11a<span class="diff_chg">38</span> <__sflush_r+0x80></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_62">62</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_62">62</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_63">63</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_63">63</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d100 bne.n 11a<span class="diff_chg">52</span> <__sflush_r+0x82></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"> d100 bne.n 11a<span class="diff_chg">3a</span> <__sflush_r+0x82></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_65">65</td><td nowrap="nowrap"> 6560 str r0, [r4, #84] ; 0x54</td><td class="diff_next"></td><td class="diff_header" id="to12_65">65</td><td nowrap="nowrap"> 6560 str r0, [r4, #84] ; 0x54</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_66">66</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_66">66</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_67">67</td><td nowrap="nowrap"> 602e str r6, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_67">67</td><td nowrap="nowrap"> 602e str r6, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_68">68</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_68">68</td><td nowrap="nowrap"> 2900 cmp r1, #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"> d0c6 beq.n 119<span class="diff_chg">e8</span> <__sflush_r+0x18></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"> d0c6 beq.n 119<span class="diff_chg">d0</span> <__sflush_r+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_70">70</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to12_70">70</td><td nowrap="nowrap"> 0023 movs r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_71">71</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td><td class="diff_next"></td><td class="diff_header" id="to12_71">71</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_72">72</td><td nowrap="nowrap"> 4299 cmp r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to12_72">72</td><td nowrap="nowrap"> 4299 cmp r1, 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"> d002 beq.n 11a<span class="diff_chg">68</span> <__sflush_r+0x98></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"> d002 beq.n 11a<span class="diff_chg">50</span> <__sflush_r+0x98></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_74">74</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to12_74">74</td><td nowrap="nowrap"> 0028 movs r0, 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"> f000 fa4e bl 11<span class="diff_chg">f04</span> <_free_r></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"> f000 fa4e bl 11<span class="diff_chg">eec</span> <_free_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_76">76</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_76">76</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_77">77</td><td nowrap="nowrap"> 6360 str r0, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to12_77">77</td><td nowrap="nowrap"> 6360 str r0, [r4, #52] ; 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"> e7bd b.n 119<span class="diff_chg">ea</span> <__sflush_r+0x1a></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"> e7bd b.n 119<span class="diff_chg">d2</span> <__sflush_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_79">79</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to12_79">79</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_80">80</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to12_80">80</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_81">81</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td><td class="diff_next"></td><td class="diff_header" id="to12_81">81</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_82">82</td><td nowrap="nowrap"> 47b8 blx r7</td><td class="diff_next"></td><td class="diff_header" id="to12_82">82</td><td nowrap="nowrap"> 47b8 blx r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_83">83</td><td nowrap="nowrap"> 1c43 adds r3, r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to12_83">83</td><td nowrap="nowrap"> 1c43 adds r3, r0, #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"> d1c5 bne.n 11<span class="diff_chg">a06</span> <__sflush_r+0x36></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"> d1c5 bne.n 11<span class="diff_chg">9ee</span> <__sflush_r+0x36></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_85">85</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_85">85</td><td nowrap="nowrap"> 682b ldr r3, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_86">86</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_86">86</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d0c2 beq.n 11<span class="diff_chg">a06</span> <__sflush_r+0x36></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"> d0c2 beq.n 11<span class="diff_chg">9ee</span> <__sflush_r+0x36></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_88">88</td><td nowrap="nowrap"> 2b1d cmp r3, #29</td><td class="diff_next"></td><td class="diff_header" id="to12_88">88</td><td nowrap="nowrap"> 2b1d cmp r3, #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"> d001 beq.n 11a<span class="diff_chg">88</span> <__sflush_r+0xb8></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"> d001 beq.n 11a<span class="diff_chg">70</span> <__sflush_r+0xb8></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_90">90</td><td nowrap="nowrap"> 2b16 cmp r3, #22</td><td class="diff_next"></td><td class="diff_header" id="to12_90">90</td><td nowrap="nowrap"> 2b16 cmp r3, #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"> d101 bne.n 11a<span class="diff_chg">8c</span> <__sflush_r+0xbc></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"> d101 bne.n 11a<span class="diff_chg">74</span> <__sflush_r+0xbc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_92">92</td><td nowrap="nowrap"> 602e str r6, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_92">92</td><td nowrap="nowrap"> 602e str r6, [r5, #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"> e7ad b.n 119<span class="diff_chg">e8</span> <__sflush_r+0x18></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"> e7ad b.n 119<span class="diff_chg">d0</span> <__sflush_r+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_94">94</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_94">94</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_95">95</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_95">95</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_96">96</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to12_96">96</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_97">97</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_97">97</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #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"> e7a9 b.n 119<span class="diff_chg">ea</span> <__sflush_r+0x1a></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"> e7a9 b.n 119<span class="diff_chg">d2</span> <__sflush_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_99">99</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_99">99</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_100">100</td><td nowrap="nowrap"> 430b orrs r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to12_100">100</td><td nowrap="nowrap"> 430b orrs r3, 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"> e7fa b.n 11a<span class="diff_chg">92</span> <__sflush_r+0xc2></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"> e7fa b.n 11a<span class="diff_chg">7a</span> <__sflush_r+0xc2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_102">102</td><td nowrap="nowrap"> 690f ldr r7, [r1, #16]</td><td class="diff_next"></td><td class="diff_header" id="to12_102">102</td><td nowrap="nowrap"> 690f ldr r7, [r1, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_103">103</td><td nowrap="nowrap"> 2f00 cmp r7, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_103">103</td><td nowrap="nowrap"> 2f00 cmp r7, #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"> d0a2 beq.n 119<span class="diff_chg">e8</span> <__sflush_r+0x18></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"> d0a2 beq.n 119<span class="diff_chg">d0</span> <__sflush_r+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_105">105</td><td nowrap="nowrap"> 680a ldr r2, [r1, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_105">105</td><td nowrap="nowrap"> 680a ldr r2, [r1, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_106">106</td><td nowrap="nowrap"> 600f str r7, [r1, #0]</td><td class="diff_next"></td><td class="diff_header" id="to12_106">106</td><td nowrap="nowrap"> 600f str r7, [r1, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_107">107</td><td nowrap="nowrap"> 1bd2 subs r2, r2, r7</td><td class="diff_next"></td><td class="diff_header" id="to12_107">107</td><td nowrap="nowrap"> 1bd2 subs r2, r2, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_108">108</td><td nowrap="nowrap"> 9201 str r2, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_108">108</td><td nowrap="nowrap"> 9201 str r2, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_109">109</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_109">109</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_110">110</td><td nowrap="nowrap"> 079b lsls r3, r3, #30</td><td class="diff_next"></td><td class="diff_header" id="to12_110">110</td><td nowrap="nowrap"> 079b lsls r3, r3, #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"> d100 bne.n 11a<span class="diff_chg">b2</span> <__sflush_r+0xe2></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"> d100 bne.n 11a<span class="diff_chg">9a</span> <__sflush_r+0xe2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_112">112</td><td nowrap="nowrap"> 694a ldr r2, [r1, #20]</td><td class="diff_next"></td><td class="diff_header" id="to12_112">112</td><td nowrap="nowrap"> 694a ldr r2, [r1, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_113">113</td><td nowrap="nowrap"> 60a2 str r2, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to12_113">113</td><td nowrap="nowrap"> 60a2 str r2, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_114">114</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_114">114</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_115">115</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_115">115</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> dc00 bgt.n 11a<span class="diff_chg">bc</span> <__sflush_r+0xec></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"> dc00 bgt.n 11a<span class="diff_chg">a4</span> <__sflush_r+0xec></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_117">117</td><td nowrap="nowrap"> e795 b.n 119<span class="diff_chg">e8</span> <__sflush_r+0x18></td><td class="diff_next"></td><td class="diff_header" id="to12_117">117</td><td nowrap="nowrap"> e795 b.n 119<span class="diff_chg">d0</span> <__sflush_r+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_118">118</td><td nowrap="nowrap"> 003a movs r2, r7</td><td class="diff_next"></td><td class="diff_header" id="to12_118">118</td><td nowrap="nowrap"> 003a movs r2, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_119">119</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to12_119">119</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_120">120</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_120">120</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_121">121</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td><td class="diff_next"></td><td class="diff_header" id="to12_121">121</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_122">122</td><td nowrap="nowrap"> 6aa6 ldr r6, [r4, #40] ; 0x28</td><td class="diff_next"></td><td class="diff_header" id="to12_122">122</td><td nowrap="nowrap"> 6aa6 ldr r6, [r4, #40] ; 0x28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_123">123</td><td nowrap="nowrap"> 47b0 blx r6</td><td class="diff_next"></td><td class="diff_header" id="to12_123">123</td><td nowrap="nowrap"> 47b0 blx r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_124">124</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to12_124">124</td><td nowrap="nowrap"> 2800 cmp r0, #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"> dc06 bgt.n 11a<span class="diff_chg">da</span> <__sflush_r+0x10a></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"> dc06 bgt.n 11a<span class="diff_chg">c2</span> <__sflush_r+0x10a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_126">126</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to12_126">126</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_127">127</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to12_127">127</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_128">128</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_128">128</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_129">129</td><td nowrap="nowrap"> 4240 negs r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to12_129">129</td><td nowrap="nowrap"> 4240 negs r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_130">130</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to12_130">130</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_131">131</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to12_131">131</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #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"> e787 b.n 119<span class="diff_chg">ea</span> <__sflush_r+0x1a></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"> e787 b.n 119<span class="diff_chg">d2</span> <__sflush_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_133">133</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_133">133</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_134">134</td><td nowrap="nowrap"> 183f adds r7, r7, r0</td><td class="diff_next"></td><td class="diff_header" id="to12_134">134</td><td nowrap="nowrap"> 183f adds r7, r7, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_135">135</td><td nowrap="nowrap"> 1a1b subs r3, r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to12_135">135</td><td nowrap="nowrap"> 1a1b subs r3, r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_136">136</td><td nowrap="nowrap"> 9301 str r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to12_136">136</td><td nowrap="nowrap"> 9301 str r3, [sp, #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"> e7e7 b.n 11a<span class="diff_chg">b4</span> <__sflush_r+0xe4></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"> e7e7 b.n 11a<span class="diff_chg">9c</span> <__sflush_r+0xe4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from12_138">138</td><td nowrap="nowrap"> 20400001 .word 0x20400001</td><td class="diff_next"></td><td class="diff_header" id="to12_138">138</td><td nowrap="nowrap"> 20400001 .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_2">2</td><td nowrap="nowrap"> 2568 movs r5, #104 ; 0x68</td><td class="diff_next"></td><td class="diff_header" id="to13_2">2</td><td nowrap="nowrap"> 2568 movs r5, #104 ; 0x68</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_3">3</td><td nowrap="nowrap"> 1e4a subs r2, r1, #1</td><td class="diff_next"></td><td class="diff_header" id="to13_3">3</td><td nowrap="nowrap"> 1e4a subs r2, r1, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_4">4</td><td nowrap="nowrap"> 4355 muls r5, r2</td><td class="diff_next"></td><td class="diff_header" id="to13_4">4</td><td nowrap="nowrap"> 4355 muls r5, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_5">5</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to13_5">5</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_6">6</td><td nowrap="nowrap"> 0029 movs r1, r5</td><td class="diff_next"></td><td class="diff_header" id="to13_6">6</td><td nowrap="nowrap"> 0029 movs r1, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_7">7</td><td nowrap="nowrap"> 3174 adds r1, #116 ; 0x74</td><td class="diff_next"></td><td class="diff_header" id="to13_7">7</td><td nowrap="nowrap"> 3174 adds r1, #116 ; 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"> f000 f9cd bl 11f<span class="diff_sub">9</span>8 <_malloc_r></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"> f000 f9cd bl 11f8<span class="diff_add">0</span> <_malloc_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_9">9</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to13_9">9</td><td nowrap="nowrap"> 1e04 subs r4, r0, #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"> d008 beq.n 11c<span class="diff_sub">14</span> <__sfmoreglue+0x28></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"> d008 beq.n 11<span class="diff_add">bf</span>c <__sfmoreglue+0x28></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_11">11</td><td nowrap="nowrap"> 2100 movs r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to13_11">11</td><td nowrap="nowrap"> 2100 movs r1, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_12">12</td><td nowrap="nowrap"> 002a movs r2, r5</td><td class="diff_next"></td><td class="diff_header" id="to13_12">12</td><td nowrap="nowrap"> 002a movs r2, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_13">13</td><td nowrap="nowrap"> 6001 str r1, [r0, #0]</td><td class="diff_next"></td><td class="diff_header" id="to13_13">13</td><td nowrap="nowrap"> 6001 str r1, [r0, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_14">14</td><td nowrap="nowrap"> 6046 str r6, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to13_14">14</td><td nowrap="nowrap"> 6046 str r6, [r0, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_15">15</td><td nowrap="nowrap"> 300c adds r0, #12</td><td class="diff_next"></td><td class="diff_header" id="to13_15">15</td><td nowrap="nowrap"> 300c adds r0, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_16">16</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to13_16">16</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_17">17</td><td nowrap="nowrap"> 3268 adds r2, #104 ; 0x68</td><td class="diff_next"></td><td class="diff_header" id="to13_17">17</td><td nowrap="nowrap"> 3268 adds r2, #104 ; 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"> f000 f970 bl 11e<span class="diff_chg">f4</span> <memset></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"> f000 f970 bl 11e<span class="diff_chg">dc</span> <memset></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_19">19</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to13_19">19</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from13_20">20</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to13_20">20</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, 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"> b5f8 push {r3, r4, r5, r6, r7, 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_2">2</td><td nowrap="nowrap"> 0007 movs r7, r0</td><td class="diff_next"></td><td class="diff_header" id="to14_2">2</td><td nowrap="nowrap"> 0007 movs r7, 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"> f7ff ffa4 bl 11c<span class="diff_chg">18</span> <__sfp_lock_acquire></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"> f7ff ffa4 bl 11c<span class="diff_chg">00</span> <__sfp_lock_acquire></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_4">4</td><td nowrap="nowrap"> 4b1f ldr r3, [pc, #124] ; (11d<span class="diff_chg">50</span> <__sfp+0x88>)</td><td class="diff_next"></td><td class="diff_header" id="to14_4">4</td><td nowrap="nowrap"> 4b1f ldr r3, [pc, #124] ; (11d<span class="diff_chg">38</span> <__sfp+0x88>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_5">5</td><td nowrap="nowrap"> 681e ldr r6, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_5">5</td><td nowrap="nowrap"> 681e ldr r6, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_6">6</td><td nowrap="nowrap"> 69b3 ldr r3, [r6, #24]</td><td class="diff_next"></td><td class="diff_header" id="to14_6">6</td><td nowrap="nowrap"> 69b3 ldr r3, [r6, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to14_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d102 bne.n 11c<span class="diff_chg">e0</span> <__sfp+0x18></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"> d102 bne.n 11c<span class="diff_chg">c8</span> <__sfp+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_9">9</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to14_9">9</td><td nowrap="nowrap"> 0030 movs r0, 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"> f7ff ffbc bl 11c<span class="diff_chg">58</span> <__sinit></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"> f7ff ffbc bl 11c<span class="diff_chg">40</span> <__sinit></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_11">11</td><td nowrap="nowrap"> 3648 adds r6, #72 ; 0x48</td><td class="diff_next"></td><td class="diff_header" id="to14_11">11</td><td nowrap="nowrap"> 3648 adds r6, #72 ; 0x48</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_12">12</td><td nowrap="nowrap"> 68b4 ldr r4, [r6, #8]</td><td class="diff_next"></td><td class="diff_header" id="to14_12">12</td><td nowrap="nowrap"> 68b4 ldr r4, [r6, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_13">13</td><td nowrap="nowrap"> 6873 ldr r3, [r6, #4]</td><td class="diff_next"></td><td class="diff_header" id="to14_13">13</td><td nowrap="nowrap"> 6873 ldr r3, [r6, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_14">14</td><td nowrap="nowrap"> 3b01 subs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to14_14">14</td><td nowrap="nowrap"> 3b01 subs r3, #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"> d504 bpl.n 11c<span class="diff_chg">f4</span> <__sfp+0x2c></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"> d504 bpl.n 11c<span class="diff_chg">dc</span> <__sfp+0x2c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_16">16</td><td nowrap="nowrap"> 6833 ldr r3, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_16">16</td><td nowrap="nowrap"> 6833 ldr r3, [r6, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_17">17</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to14_17">17</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d022 beq.n 11d<span class="diff_chg">36</span> <__sfp+0x6e></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"> d022 beq.n 11d<span class="diff_chg">1e</span> <__sfp+0x6e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_19">19</td><td nowrap="nowrap"> 6836 ldr r6, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_19">19</td><td nowrap="nowrap"> 6836 ldr r6, [r6, #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"> e7f6 b.n 11c<span class="diff_chg">e2</span> <__sfp+0x1a></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"> e7f6 b.n 11c<span class="diff_chg">ca</span> <__sfp+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_21">21</td><td nowrap="nowrap"> 220c movs r2, #12</td><td class="diff_next"></td><td class="diff_header" id="to14_21">21</td><td nowrap="nowrap"> 220c movs r2, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_22">22</td><td nowrap="nowrap"> 5ea5 ldrsh r5, [r4, r2]</td><td class="diff_next"></td><td class="diff_header" id="to14_22">22</td><td nowrap="nowrap"> 5ea5 ldrsh r5, [r4, r2]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_23">23</td><td nowrap="nowrap"> 2d00 cmp r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to14_23">23</td><td nowrap="nowrap"> 2d00 cmp r5, #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"> d11a bne.n 11d<span class="diff_chg">32</span> <__sfp+0x6a></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"> d11a bne.n 11d<span class="diff_chg">1a</span> <__sfp+0x6a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_25">25</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to14_25">25</td><td nowrap="nowrap"> 0020 movs r0, 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"> 4b15 ldr r3, [pc, #84] ; (11d<span class="diff_chg">54</span> <__sfp+0x8c>)</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"> 4b15 ldr r3, [pc, #84] ; (11d<span class="diff_chg">3c</span> <__sfp+0x8c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_27">27</td><td nowrap="nowrap"> 3058 adds r0, #88 ; 0x58</td><td class="diff_next"></td><td class="diff_header" id="to14_27">27</td><td nowrap="nowrap"> 3058 adds r0, #88 ; 0x58</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_28">28</td><td nowrap="nowrap"> 60e3 str r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to14_28">28</td><td nowrap="nowrap"> 60e3 str r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_29">29</td><td nowrap="nowrap"> 6665 str r5, [r4, #100] ; 0x64</td><td class="diff_next"></td><td class="diff_header" id="to14_29">29</td><td nowrap="nowrap"> 6665 str r5, [r4, #100] ; 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"> f000 f8db bl 11e<span class="diff_chg">c0</span> <__retarget_lock_init_recursive></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"> f000 f8db bl 11e<span class="diff_chg">a8</span> <__retarget_lock_init_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_31">31</td><td nowrap="nowrap"> f7ff ff8d bl 11c<span class="diff_chg">28</span> <__sfp_lock_release></td><td class="diff_next"></td><td class="diff_header" id="to14_31">31</td><td nowrap="nowrap"> f7ff ff8d bl 11c<span class="diff_chg">10</span> <__sfp_lock_release></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_32">32</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to14_32">32</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_33">33</td><td nowrap="nowrap"> 2208 movs r2, #8</td><td class="diff_next"></td><td class="diff_header" id="to14_33">33</td><td nowrap="nowrap"> 2208 movs r2, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_34">34</td><td nowrap="nowrap"> 0029 movs r1, r5</td><td class="diff_next"></td><td class="diff_header" id="to14_34">34</td><td nowrap="nowrap"> 0029 movs r1, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_35">35</td><td nowrap="nowrap"> 6025 str r5, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_35">35</td><td nowrap="nowrap"> 6025 str r5, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_36">36</td><td nowrap="nowrap"> 60a5 str r5, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to14_36">36</td><td nowrap="nowrap"> 60a5 str r5, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_37">37</td><td nowrap="nowrap"> 6065 str r5, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to14_37">37</td><td nowrap="nowrap"> 6065 str r5, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_38">38</td><td nowrap="nowrap"> 6125 str r5, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to14_38">38</td><td nowrap="nowrap"> 6125 str r5, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_39">39</td><td nowrap="nowrap"> 6165 str r5, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to14_39">39</td><td nowrap="nowrap"> 6165 str r5, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_40">40</td><td nowrap="nowrap"> 61a5 str r5, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to14_40">40</td><td nowrap="nowrap"> 61a5 str r5, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_41">41</td><td nowrap="nowrap"> 305c adds r0, #92 ; 0x5c</td><td class="diff_next"></td><td class="diff_header" id="to14_41">41</td><td nowrap="nowrap"> 305c adds r0, #92 ; 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"> f000 f8e7 bl 11e<span class="diff_chg">f4</span> <memset></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"> f000 f8e7 bl 11e<span class="diff_chg">dc</span> <memset></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_43">43</td><td nowrap="nowrap"> 6365 str r5, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to14_43">43</td><td nowrap="nowrap"> 6365 str r5, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_44">44</td><td nowrap="nowrap"> 63a5 str r5, [r4, #56] ; 0x38</td><td class="diff_next"></td><td class="diff_header" id="to14_44">44</td><td nowrap="nowrap"> 63a5 str r5, [r4, #56] ; 0x38</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_45">45</td><td nowrap="nowrap"> 64a5 str r5, [r4, #72] ; 0x48</td><td class="diff_next"></td><td class="diff_header" id="to14_45">45</td><td nowrap="nowrap"> 64a5 str r5, [r4, #72] ; 0x48</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_46">46</td><td nowrap="nowrap"> 64e5 str r5, [r4, #76] ; 0x4c</td><td class="diff_next"></td><td class="diff_header" id="to14_46">46</td><td nowrap="nowrap"> 64e5 str r5, [r4, #76] ; 0x4c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_47">47</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to14_47">47</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_48">48</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to14_48">48</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_49">49</td><td nowrap="nowrap"> 3468 adds r4, #104 ; 0x68</td><td class="diff_next"></td><td class="diff_header" id="to14_49">49</td><td nowrap="nowrap"> 3468 adds r4, #104 ; 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"> e7d7 b.n 11ce<span class="diff_sub">6</span> <__sfp+0x1e></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"> e7d7 b.n 11c<span class="diff_add">c</span>e <__sfp+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_51">51</td><td nowrap="nowrap"> 2104 movs r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to14_51">51</td><td nowrap="nowrap"> 2104 movs r1, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_52">52</td><td nowrap="nowrap"> 0038 movs r0, r7</td><td class="diff_next"></td><td class="diff_header" id="to14_52">52</td><td nowrap="nowrap"> 0038 movs r0, 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"> f7ff ff57 bl 11b<span class="diff_chg">ec</span> <__sfmoreglue></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"> f7ff ff57 bl 11b<span class="diff_chg">d4</span> <__sfmoreglue></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_54">54</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to14_54">54</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_55">55</td><td nowrap="nowrap"> 6030 str r0, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_55">55</td><td nowrap="nowrap"> 6030 str r0, [r6, #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"> d1d5 bne.n 11c<span class="diff_chg">f0</span> <__sfp+0x28></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"> d1d5 bne.n 11c<span class="diff_chg">d8</span> <__sfp+0x28></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_57">57</td><td nowrap="nowrap"> f7ff ff70 bl 11c<span class="diff_chg">28</span> <__sfp_lock_release></td><td class="diff_next"></td><td class="diff_header" id="to14_57">57</td><td nowrap="nowrap"> f7ff ff70 bl 11c<span class="diff_chg">10</span> <__sfp_lock_release></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_58">58</td><td nowrap="nowrap"> 230c movs r3, #12</td><td class="diff_next"></td><td class="diff_header" id="to14_58">58</td><td nowrap="nowrap"> 230c movs r3, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_59">59</td><td nowrap="nowrap"> 603b str r3, [r7, #0]</td><td class="diff_next"></td><td class="diff_header" id="to14_59">59</td><td nowrap="nowrap"> 603b str r3, [r7, #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"> e7ef b.n 11d<span class="diff_chg">2e</span> <__sfp+0x66></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"> e7ef b.n 11d<span class="diff_chg">16</span> <__sfp+0x66></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from14_61">61</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to14_61">61</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 00016<span class="diff_chg">b0c</span> .word 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"> 00016<span class="diff_chg">af4</span> .word 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"> ffff0001 .word 0xffff0001</td><td class="diff_next"></td><td class="diff_header" id="to14_63">63</td><td nowrap="nowrap"> ffff0001 .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">24</span> <__sfp_lock_acquire+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">0c</span> <__sfp_lock_acquire+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from15_3">3</td><td nowrap="nowrap"> f000 f951 bl 11e<span class="diff_chg">c2</span> <__retarget_lock_acquire_recursive></td><td class="diff_next"></td><td class="diff_header" id="to15_3">3</td><td nowrap="nowrap"> f000 f951 bl 11e<span class="diff_chg">aa</span> <__retarget_lock_acquire_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from15_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to15_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from15_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to15_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from15_6">6</td><td nowrap="nowrap"> 20004be4 .word 0x20004be4</td><td class="diff_next"></td><td class="diff_header" id="to15_6">6</td><td nowrap="nowrap"> 20004be4 .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">34</span> <__sfp_lock_release+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">1c</span> <__sfp_lock_release+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from16_3">3</td><td nowrap="nowrap"> f000 f94a bl 11ec<span class="diff_sub">4</span> <__retarget_lock_release_recursive></td><td class="diff_next"></td><td class="diff_header" id="to16_3">3</td><td nowrap="nowrap"> f000 f94a bl 11e<span class="diff_add">a</span>c <__retarget_lock_release_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from16_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to16_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from16_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to16_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from16_6">6</td><td nowrap="nowrap"> 20004be4 .word 0x20004be4</td><td class="diff_next"></td><td class="diff_header" id="to16_6">6</td><td nowrap="nowrap"> 20004be4 .word 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"> 6893 ldr r3, [r2, #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"> 6893 ldr r3, [r2, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_2">2</td><td nowrap="nowrap"> b510 push {r4, lr}</td><td class="diff_next"></td><td class="diff_header" id="to17_2">2</td><td nowrap="nowrap"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_3">3</td><td nowrap="nowrap"> 3b01 subs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to17_3">3</td><td nowrap="nowrap"> 3b01 subs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_4">4</td><td nowrap="nowrap"> 6093 str r3, [r2, #8]</td><td class="diff_next"></td><td class="diff_header" id="to17_4">4</td><td nowrap="nowrap"> 6093 str r3, [r2, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_5">5</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to17_5">5</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> da04 bge.n 129<span class="diff_chg">32</span> <__sfputc_r+0x16></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"> da04 bge.n 129<span class="diff_chg">1a</span> <__sfputc_r+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_7">7</td><td nowrap="nowrap"> 6994 ldr r4, [r2, #24]</td><td class="diff_next"></td><td class="diff_header" id="to17_7">7</td><td nowrap="nowrap"> 6994 ldr r4, [r2, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_8">8</td><td nowrap="nowrap"> 42a3 cmp r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to17_8">8</td><td nowrap="nowrap"> 42a3 cmp r3, 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"> db07 blt.n 129<span class="diff_chg">3e</span> <__sfputc_r+0x22></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"> db07 blt.n 129<span class="diff_chg">26</span> <__sfputc_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_10">10</td><td nowrap="nowrap"> 290a cmp r1, #10</td><td class="diff_next"></td><td class="diff_header" id="to17_10">10</td><td nowrap="nowrap"> 290a cmp r1, #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"> d005 beq.n 129<span class="diff_chg">3e</span> <__sfputc_r+0x22></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"> d005 beq.n 129<span class="diff_chg">26</span> <__sfputc_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_12">12</td><td nowrap="nowrap"> 6813 ldr r3, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to17_12">12</td><td nowrap="nowrap"> 6813 ldr r3, [r2, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_13">13</td><td nowrap="nowrap"> 1c58 adds r0, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to17_13">13</td><td nowrap="nowrap"> 1c58 adds r0, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_14">14</td><td nowrap="nowrap"> 6010 str r0, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to17_14">14</td><td nowrap="nowrap"> 6010 str r0, [r2, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_15">15</td><td nowrap="nowrap"> 7019 strb r1, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to17_15">15</td><td nowrap="nowrap"> 7019 strb r1, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_16">16</td><td nowrap="nowrap"> 0008 movs r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to17_16">16</td><td nowrap="nowrap"> 0008 movs r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_17">17</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to17_17">17</td><td nowrap="nowrap"> bd10 pop {r4, 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"> f7ff fea3 bl 126<span class="diff_chg">88</span> <__swbuf_r></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"> f7ff fea3 bl 126<span class="diff_chg">70</span> <__swbuf_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from17_19">19</td><td nowrap="nowrap"> 0001 movs r1, r0</td><td class="diff_next"></td><td class="diff_header" id="to17_19">19</td><td nowrap="nowrap"> 0001 movs r1, 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"> e7f9 b.n 129<span class="diff_chg">3a</span> <__sfputc_r+0x1e></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"> e7f9 b.n 129<span class="diff_chg">22</span> <__sfputc_r+0x1e></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"> b5f8 push {r3, r4, r5, r6, r7, 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_2">2</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to18_2">2</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_3">3</td><td nowrap="nowrap"> 000f movs r7, r1</td><td class="diff_next"></td><td class="diff_header" id="to18_3">3</td><td nowrap="nowrap"> 000f movs r7, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_4">4</td><td nowrap="nowrap"> 0014 movs r4, r2</td><td class="diff_next"></td><td class="diff_header" id="to18_4">4</td><td nowrap="nowrap"> 0014 movs r4, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_5">5</td><td nowrap="nowrap"> 18d5 adds r5, r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to18_5">5</td><td nowrap="nowrap"> 18d5 adds r5, r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_6">6</td><td nowrap="nowrap"> 42ac cmp r4, r5</td><td class="diff_next"></td><td class="diff_header" id="to18_6">6</td><td nowrap="nowrap"> 42ac cmp r4, 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"> d101 bne.n 129<span class="diff_chg">58</span> <__sfputs_r+0x12></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"> d101 bne.n 129<span class="diff_chg">40</span> <__sfputs_r+0x12></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_8">8</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to18_8">8</td><td nowrap="nowrap"> 2000 movs r0, #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"> e007 b.n 129<span class="diff_chg">68</span> <__sfputs_r+0x22></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"> e007 b.n 129<span class="diff_chg">50</span> <__sfputs_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_10">10</td><td nowrap="nowrap"> 7821 ldrb r1, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to18_10">10</td><td nowrap="nowrap"> 7821 ldrb r1, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_11">11</td><td nowrap="nowrap"> 003a movs r2, r7</td><td class="diff_next"></td><td class="diff_header" id="to18_11">11</td><td nowrap="nowrap"> 003a movs r2, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_12">12</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to18_12">12</td><td nowrap="nowrap"> 0030 movs r0, 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"> f7ff ffdd bl 129<span class="diff_chg">1c</span> <__sfputc_r></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"> f7ff ffdd bl 129<span class="diff_chg">04</span> <__sfputc_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_14">14</td><td nowrap="nowrap"> 3401 adds r4, #1</td><td class="diff_next"></td><td class="diff_header" id="to18_14">14</td><td nowrap="nowrap"> 3401 adds r4, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_15">15</td><td nowrap="nowrap"> 1c43 adds r3, r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to18_15">15</td><td nowrap="nowrap"> 1c43 adds r3, r0, #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"> d1f3 bne.n 129<span class="diff_chg">50</span> <__sfputs_r+0xa></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"> d1f3 bne.n 129<span class="diff_chg">38</span> <__sfputs_r+0xa></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_17">17</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to18_17">17</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from18_18">18</td><td nowrap="nowrap"><span class="source"> ...</span></td><td class="diff_next"></td><td class="diff_header" id="to18_18">18</td><td nowrap="nowrap"><span class="source"> ...</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"> b513 push {r0, r1, r4, 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"> b513 push {r0, r1, r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_2">2</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to19_2">2</td><td nowrap="nowrap"> 0004 movs r4, 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"> f7ff ffec bl 11c<span class="diff_chg">38</span> <__sinit_lock_acquire></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"> f7ff ffec bl 11c<span class="diff_chg">20</span> <__sinit_lock_acquire></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_4">4</td><td nowrap="nowrap"> 69a3 ldr r3, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to19_4">4</td><td nowrap="nowrap"> 69a3 ldr r3, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_5">5</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to19_5">5</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d002 beq.n 11c<span class="diff_chg">6c</span> <__sinit+0x14></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"> d002 beq.n 11c<span class="diff_chg">54</span> <__sinit+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_7">7</td><td nowrap="nowrap"> f7ff ffef bl 11c<span class="diff_chg">48</span> <__sinit_lock_release></td><td class="diff_next"></td><td class="diff_header" id="to19_7">7</td><td nowrap="nowrap"> f7ff ffef bl 11c<span class="diff_chg">30</span> <__sinit_lock_release></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_8">8</td><td nowrap="nowrap"> bd13 pop {r0, r1, r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to19_8">8</td><td nowrap="nowrap"> bd13 pop {r0, r1, r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_9">9</td><td nowrap="nowrap"> 64a3 str r3, [r4, #72] ; 0x48</td><td class="diff_next"></td><td class="diff_header" id="to19_9">9</td><td nowrap="nowrap"> 64a3 str r3, [r4, #72] ; 0x48</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_10">10</td><td nowrap="nowrap"> 64e3 str r3, [r4, #76] ; 0x4c</td><td class="diff_next"></td><td class="diff_header" id="to19_10">10</td><td nowrap="nowrap"> 64e3 str r3, [r4, #76] ; 0x4c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_11">11</td><td nowrap="nowrap"> 6523 str r3, [r4, #80] ; 0x50</td><td class="diff_next"></td><td class="diff_header" id="to19_11">11</td><td nowrap="nowrap"> 6523 str r3, [r4, #80] ; 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"> 4b13 ldr r3, [pc, #76] ; (11c<span class="diff_chg">c0</span> <__sinit+0x68>)</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"> 4b13 ldr r3, [pc, #76] ; (11c<span class="diff_chg">a8</span> <__sinit+0x68>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_13">13</td><td nowrap="nowrap"> 4a13 ldr r2, [pc, #76] ; (11cc<span class="diff_sub">4</span> <__sinit+0x6c>)</td><td class="diff_next"></td><td class="diff_header" id="to19_13">13</td><td nowrap="nowrap"> 4a13 ldr r2, [pc, #76] ; (11c<span class="diff_add">a</span>c <__sinit+0x6c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_14">14</td><td nowrap="nowrap"> 681b ldr r3, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to19_14">14</td><td nowrap="nowrap"> 681b ldr r3, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_15">15</td><td nowrap="nowrap"> 62a2 str r2, [r4, #40] ; 0x28</td><td class="diff_next"></td><td class="diff_header" id="to19_15">15</td><td nowrap="nowrap"> 62a2 str r2, [r4, #40] ; 0x28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_16">16</td><td nowrap="nowrap"> 9301 str r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to19_16">16</td><td nowrap="nowrap"> 9301 str r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_17">17</td><td nowrap="nowrap"> 42a3 cmp r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to19_17">17</td><td nowrap="nowrap"> 42a3 cmp r3, 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"> d101 bne.n 11c<span class="diff_chg">84</span> <__sinit+0x2c></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"> d101 bne.n 11c<span class="diff_chg">6c</span> <__sinit+0x2c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_19">19</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to19_19">19</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_20">20</td><td nowrap="nowrap"> 61a3 str r3, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to19_20">20</td><td nowrap="nowrap"> 61a3 str r3, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_21">21</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to19_21">21</td><td nowrap="nowrap"> 0020 movs r0, 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"> f000 f81f bl 11c<span class="diff_chg">c8</span> <__sfp></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"> f000 f81f bl 11c<span class="diff_chg">b0</span> <__sfp></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_23">23</td><td nowrap="nowrap"> 6060 str r0, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to19_23">23</td><td nowrap="nowrap"> 6060 str r0, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_24">24</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to19_24">24</td><td nowrap="nowrap"> 0020 movs r0, 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"> f000 f81b bl 11c<span class="diff_chg">c8</span> <__sfp></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"> f000 f81b bl 11c<span class="diff_chg">b0</span> <__sfp></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_26">26</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to19_26">26</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_27">27</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to19_27">27</td><td nowrap="nowrap"> 0020 movs r0, 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"> f000 f817 bl 11c<span class="diff_chg">c8</span> <__sfp></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"> f000 f817 bl 11c<span class="diff_chg">b0</span> <__sfp></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_29">29</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to19_29">29</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_30">30</td><td nowrap="nowrap"> 2104 movs r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to19_30">30</td><td nowrap="nowrap"> 2104 movs r1, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_31">31</td><td nowrap="nowrap"> 60e0 str r0, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to19_31">31</td><td nowrap="nowrap"> 60e0 str r0, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_32">32</td><td nowrap="nowrap"> 6860 ldr r0, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to19_32">32</td><td nowrap="nowrap"> 6860 ldr r0, [r4, #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"> f7ff ff77 bl 11b<span class="diff_chg">94</span> <std></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"> f7ff ff77 bl 11b<span class="diff_chg">7c</span> <std></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_34">34</td><td nowrap="nowrap"> 2201 movs r2, #1</td><td class="diff_next"></td><td class="diff_header" id="to19_34">34</td><td nowrap="nowrap"> 2201 movs r2, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_35">35</td><td nowrap="nowrap"> 2109 movs r1, #9</td><td class="diff_next"></td><td class="diff_header" id="to19_35">35</td><td nowrap="nowrap"> 2109 movs r1, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_36">36</td><td nowrap="nowrap"> 68a0 ldr r0, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to19_36">36</td><td nowrap="nowrap"> 68a0 ldr r0, [r4, #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"> f7ff ff72 bl 11b<span class="diff_chg">94</span> <std></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"> f7ff ff72 bl 11b<span class="diff_chg">7c</span> <std></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_38">38</td><td nowrap="nowrap"> 2202 movs r2, #2</td><td class="diff_next"></td><td class="diff_header" id="to19_38">38</td><td nowrap="nowrap"> 2202 movs r2, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_39">39</td><td nowrap="nowrap"> 2112 movs r1, #18</td><td class="diff_next"></td><td class="diff_header" id="to19_39">39</td><td nowrap="nowrap"> 2112 movs r1, #18</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_40">40</td><td nowrap="nowrap"> 68e0 ldr r0, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to19_40">40</td><td nowrap="nowrap"> 68e0 ldr r0, [r4, #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"> f7ff ff6d bl 11b<span class="diff_chg">94</span> <std></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"> f7ff ff6d bl 11b<span class="diff_chg">7c</span> <std></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_42">42</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to19_42">42</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_43">43</td><td nowrap="nowrap"> 61a3 str r3, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to19_43">43</td><td nowrap="nowrap"> 61a3 str r3, [r4, #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"> e7d2 b.n 11c<span class="diff_chg">66</span> <__sinit+0xe></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"> e7d2 b.n 11c<span class="diff_chg">4e</span> <__sinit+0xe></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"> 00016af4 .word 0x00016af4</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from19_45">45</td><td nowrap="nowrap"> 0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c .word 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"> 0001<span class="diff_chg">1</span>bc<span class="diff_add">5</span> .word 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"> 00011bdd .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">44</span> <__sinit_lock_acquire+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">2c</span> <__sinit_lock_acquire+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from20_3">3</td><td nowrap="nowrap"> f000 f941 bl 11e<span class="diff_chg">c2</span> <__retarget_lock_acquire_recursive></td><td class="diff_next"></td><td class="diff_header" id="to20_3">3</td><td nowrap="nowrap"> f000 f941 bl 11e<span class="diff_chg">aa</span> <__retarget_lock_acquire_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from20_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to20_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from20_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to20_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from20_6">6</td><td nowrap="nowrap"> 20004bdf .word 0x20004bdf</td><td class="diff_next"></td><td class="diff_header" id="to20_6">6</td><td nowrap="nowrap"> 20004bdf .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">54</span> <__sinit_lock_release+0xc>)</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"> 4802 ldr r0, [pc, #8] ; (11c<span class="diff_chg">3c</span> <__sinit_lock_release+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from21_3">3</td><td nowrap="nowrap"> f000 f93a bl 11ec<span class="diff_sub">4</span> <__retarget_lock_release_recursive></td><td class="diff_next"></td><td class="diff_header" id="to21_3">3</td><td nowrap="nowrap"> f000 f93a bl 11e<span class="diff_add">a</span>c <__retarget_lock_release_recursive></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from21_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to21_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from21_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to21_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from21_6">6</td><td nowrap="nowrap"> 20004bdf .word 0x20004bdf</td><td class="diff_next"></td><td class="diff_header" id="to21_6">6</td><td nowrap="nowrap"> 20004bdf .word 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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, 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"> b5f7 push {r0, r1, r2, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_2">2</td><td nowrap="nowrap"> 2602 movs r6, #2</td><td class="diff_next"></td><td class="diff_header" id="to22_2">2</td><td nowrap="nowrap"> 2602 movs r6, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_3">3</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_3">3</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_4">4</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to22_4">4</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to22_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_6">6</td><td nowrap="nowrap"> 4233 tst r3, r6</td><td class="diff_next"></td><td class="diff_header" id="to22_6">6</td><td nowrap="nowrap"> 4233 tst r3, 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"> d006 beq.n 128<span class="diff_chg">90</span> <__smakebuf_r+0x1c></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"> d006 beq.n 128<span class="diff_chg">78</span> <__smakebuf_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_8">8</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to22_8">8</td><td nowrap="nowrap"> 0023 movs r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_9">9</td><td nowrap="nowrap"> 3347 adds r3, #71 ; 0x47</td><td class="diff_next"></td><td class="diff_header" id="to22_9">9</td><td nowrap="nowrap"> 3347 adds r3, #71 ; 0x47</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_10">10</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to22_10">10</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_11">11</td><td nowrap="nowrap"> 6123 str r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to22_11">11</td><td nowrap="nowrap"> 6123 str r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_12">12</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to22_12">12</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_13">13</td><td nowrap="nowrap"> 6163 str r3, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to22_13">13</td><td nowrap="nowrap"> 6163 str r3, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_14">14</td><td nowrap="nowrap"> bdf7 pop {r0, r1, r2, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to22_14">14</td><td nowrap="nowrap"> bdf7 pop {r0, r1, r2, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_15">15</td><td nowrap="nowrap"> 466a mov r2, sp</td><td class="diff_next"></td><td class="diff_header" id="to22_15">15</td><td nowrap="nowrap"> 466a mov r2, sp</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_16">16</td><td nowrap="nowrap"> ab01 add r3, sp, #4</td><td class="diff_next"></td><td class="diff_header" id="to22_16">16</td><td nowrap="nowrap"> ab01 add r3, sp, #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"> f7ff ffc6 bl 128<span class="diff_chg">24</span> <__swhatbuf_r></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"> f7ff ffc6 bl 128<span class="diff_chg">0c</span> <__swhatbuf_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_18">18</td><td nowrap="nowrap"> 9900 ldr r1, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to22_18">18</td><td nowrap="nowrap"> 9900 ldr r1, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_19">19</td><td nowrap="nowrap"> 0007 movs r7, r0</td><td class="diff_next"></td><td class="diff_header" id="to22_19">19</td><td nowrap="nowrap"> 0007 movs r7, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_20">20</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to22_20">20</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff fb7b bl 11f<span class="diff_sub">9</span>8 <_malloc_r></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"> f7ff fb7b bl 11f8<span class="diff_add">0</span> <_malloc_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_22">22</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to22_22">22</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d108 bne.n 128<span class="diff_chg">b8</span> <__smakebuf_r+0x44></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"> d108 bne.n 128<span class="diff_chg">a0</span> <__smakebuf_r+0x44></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_24">24</td><td nowrap="nowrap"> 220c movs r2, #12</td><td class="diff_next"></td><td class="diff_header" id="to22_24">24</td><td nowrap="nowrap"> 220c movs r2, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_25">25</td><td nowrap="nowrap"> 5ea3 ldrsh r3, [r4, r2]</td><td class="diff_next"></td><td class="diff_header" id="to22_25">25</td><td nowrap="nowrap"> 5ea3 ldrsh r3, [r4, r2]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_26">26</td><td nowrap="nowrap"> 059a lsls r2, r3, #22</td><td class="diff_next"></td><td class="diff_header" id="to22_26">26</td><td nowrap="nowrap"> 059a lsls r2, r3, #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"> d4ef bmi.n 128<span class="diff_chg">8e</span> <__smakebuf_r+0x1a></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"> d4ef bmi.n 128<span class="diff_chg">76</span> <__smakebuf_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_28">28</td><td nowrap="nowrap"> 2203 movs r2, #3</td><td class="diff_next"></td><td class="diff_header" id="to22_28">28</td><td nowrap="nowrap"> 2203 movs r2, #3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_29">29</td><td nowrap="nowrap"> 4393 bics r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to22_29">29</td><td nowrap="nowrap"> 4393 bics r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_30">30</td><td nowrap="nowrap"> 431e orrs r6, r3</td><td class="diff_next"></td><td class="diff_header" id="to22_30">30</td><td nowrap="nowrap"> 431e orrs r6, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_31">31</td><td nowrap="nowrap"> 81a6 strh r6, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_31">31</td><td nowrap="nowrap"> 81a6 strh r6, [r4, #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"> e7e4 b.n 128<span class="diff_chg">82</span> <__smakebuf_r+0xe></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"> e7e4 b.n 128<span class="diff_chg">6a</span> <__smakebuf_r+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_33">33</td><td nowrap="nowrap"> 4b0f ldr r3, [pc, #60] ; (128<span class="diff_chg">f8</span> <__smakebuf_r+0x84>)</td><td class="diff_next"></td><td class="diff_header" id="to22_33">33</td><td nowrap="nowrap"> 4b0f ldr r3, [pc, #60] ; (128<span class="diff_chg">e0</span> <__smakebuf_r+0x84>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_34">34</td><td nowrap="nowrap"> 62ab str r3, [r5, #40] ; 0x28</td><td class="diff_next"></td><td class="diff_header" id="to22_34">34</td><td nowrap="nowrap"> 62ab str r3, [r5, #40] ; 0x28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_35">35</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to22_35">35</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_36">36</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_36">36</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_37">37</td><td nowrap="nowrap"> 6020 str r0, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to22_37">37</td><td nowrap="nowrap"> 6020 str r0, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_38">38</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to22_38">38</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_39">39</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_39">39</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_40">40</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to22_40">40</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_41">41</td><td nowrap="nowrap"> 6120 str r0, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to22_41">41</td><td nowrap="nowrap"> 6120 str r0, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_42">42</td><td nowrap="nowrap"> 6163 str r3, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to22_42">42</td><td nowrap="nowrap"> 6163 str r3, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_43">43</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to22_43">43</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_44">44</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to22_44">44</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d00d beq.n 128<span class="diff_chg">ee</span> <__smakebuf_r+0x7a></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"> d00d beq.n 128<span class="diff_chg">d6</span> <__smakebuf_r+0x7a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_46">46</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to22_46">46</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_47">47</td><td nowrap="nowrap"> 230e movs r3, #14</td><td class="diff_next"></td><td class="diff_header" id="to22_47">47</td><td nowrap="nowrap"> 230e movs r3, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_48">48</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to22_48">48</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, 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"> f7ed fc<span class="diff_chg">2b</span> bl 132 <_isatty_r></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"> f7ed fc<span class="diff_chg">37</span> bl 132 <_isatty_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_50">50</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to22_50">50</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d006 beq.n 128<span class="diff_chg">ee</span> <__smakebuf_r+0x7a></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"> d006 beq.n 128<span class="diff_chg">d6</span> <__smakebuf_r+0x7a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_52">52</td><td nowrap="nowrap"> 2203 movs r2, #3</td><td class="diff_next"></td><td class="diff_header" id="to22_52">52</td><td nowrap="nowrap"> 2203 movs r2, #3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_53">53</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_53">53</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_54">54</td><td nowrap="nowrap"> 4393 bics r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to22_54">54</td><td nowrap="nowrap"> 4393 bics r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_55">55</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to22_55">55</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_56">56</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to22_56">56</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_57">57</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to22_57">57</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_58">58</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_58">58</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_59">59</td><td nowrap="nowrap"> 89a0 ldrh r0, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_59">59</td><td nowrap="nowrap"> 89a0 ldrh r0, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_60">60</td><td nowrap="nowrap"> 4307 orrs r7, r0</td><td class="diff_next"></td><td class="diff_header" id="to22_60">60</td><td nowrap="nowrap"> 4307 orrs r7, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_61">61</td><td nowrap="nowrap"> 81a7 strh r7, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to22_61">61</td><td nowrap="nowrap"> 81a7 strh r7, [r4, #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"> e7cb b.n 128<span class="diff_chg">8e</span> <__smakebuf_r+0x1a></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"> e7cb b.n 128<span class="diff_chg">76</span> <__smakebuf_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from22_63">63</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to22_63">63</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 00011b<span class="diff_chg">dd</span> .word 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"> 00011b<span class="diff_chg">c5</span> .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_2">2</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to23_2">2</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_3">3</td><td nowrap="nowrap"> 250e movs r5, #14</td><td class="diff_next"></td><td class="diff_header" id="to23_3">3</td><td nowrap="nowrap"> 250e movs r5, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_4">4</td><td nowrap="nowrap"> 5f49 ldrsh r1, [r1, r5]</td><td class="diff_next"></td><td class="diff_header" id="to23_4">4</td><td nowrap="nowrap"> 5f49 ldrsh r1, [r1, 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"> f7ed ff<span class="diff_chg">2a</span> bl fc <_read_r></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"> f7ed ff<span class="diff_chg">36</span> bl fc <_read_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_6">6</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to23_6">6</td><td nowrap="nowrap"> 2800 cmp r0, #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"> db03 blt.n 122<span class="diff_chg">b4</span> <__sread+0x18></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"> db03 blt.n 122<span class="diff_chg">9c</span> <__sread+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_8">8</td><td nowrap="nowrap"> 6d63 ldr r3, [r4, #84] ; 0x54</td><td class="diff_next"></td><td class="diff_header" id="to23_8">8</td><td nowrap="nowrap"> 6d63 ldr r3, [r4, #84] ; 0x54</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_9">9</td><td nowrap="nowrap"> 181b adds r3, r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to23_9">9</td><td nowrap="nowrap"> 181b adds r3, r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_10">10</td><td nowrap="nowrap"> 6563 str r3, [r4, #84] ; 0x54</td><td class="diff_next"></td><td class="diff_header" id="to23_10">10</td><td nowrap="nowrap"> 6563 str r3, [r4, #84] ; 0x54</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_11">11</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to23_11">11</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_12">12</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to23_12">12</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #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"> 4a02 ldr r2, [pc, #8] ; (122<span class="diff_chg">c0</span> <__sread+0x24>)</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"> 4a02 ldr r2, [pc, #8] ; (122<span class="diff_chg">a8</span> <__sread+0x24>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_14">14</td><td nowrap="nowrap"> 4013 ands r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to23_14">14</td><td nowrap="nowrap"> 4013 ands r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_15">15</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to23_15">15</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #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"> e7f9 b.n 122<span class="diff_chg">b2</span> <__sread+0x16></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"> e7f9 b.n 122<span class="diff_chg">9a</span> <__sread+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_17">17</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to23_17">17</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from23_18">18</td><td nowrap="nowrap"> ffffefff .word 0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to23_18">18</td><td nowrap="nowrap"> ffffefff .word 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"> b5f8 push {r3, r4, r5, r6, r7, 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_3">3</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to24_3">3</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_4">4</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_4">4</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d004 beq.n 12<span class="diff_chg">c0c</span> <__srefill_r+0x14></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"> d004 beq.n 12<span class="diff_chg">bf4</span> <__srefill_r+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_6">6</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td><td class="diff_next"></td><td class="diff_header" id="to24_6">6</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d101 bne.n 12<span class="diff_chg">c0c</span> <__srefill_r+0x14></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"> d101 bne.n 12<span class="diff_chg">bf4</span> <__srefill_r+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_9">9</td><td nowrap="nowrap"> f7ff f826 bl 11c<span class="diff_chg">58</span> <__sinit></td><td class="diff_next"></td><td class="diff_header" id="to24_9">9</td><td nowrap="nowrap"> f7ff f826 bl 11c<span class="diff_chg">40</span> <__sinit></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_10">10</td><td nowrap="nowrap"> 4b3d ldr r3, [pc, #244] ; (12<span class="diff_chg">d04</span> <__srefill_r+0x10c>)</td><td class="diff_next"></td><td class="diff_header" id="to24_10">10</td><td nowrap="nowrap"> 4b3d ldr r3, [pc, #244] ; (12<span class="diff_chg">cec</span> <__srefill_r+0x10c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_11">11</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_11">11</td><td nowrap="nowrap"> 429c cmp r4, 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"> d10a bne.n 12c<span class="diff_chg">28</span> <__srefill_r+0x30></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"> d10a bne.n 12c<span class="diff_chg">10</span> <__srefill_r+0x30></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_13">13</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td><td class="diff_next"></td><td class="diff_header" id="to24_13">13</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_14">14</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_14">14</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_15">15</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to24_15">15</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_16">16</td><td nowrap="nowrap"> 230c movs r3, #12</td><td class="diff_next"></td><td class="diff_header" id="to24_16">16</td><td nowrap="nowrap"> 230c movs r3, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_17">17</td><td nowrap="nowrap"> 5ee2 ldrsh r2, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to24_17">17</td><td nowrap="nowrap"> 5ee2 ldrsh r2, [r4, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_18">18</td><td nowrap="nowrap"> b293 uxth r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to24_18">18</td><td nowrap="nowrap"> b293 uxth r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_19">19</td><td nowrap="nowrap"> 0691 lsls r1, r2, #26</td><td class="diff_next"></td><td class="diff_header" id="to24_19">19</td><td nowrap="nowrap"> 0691 lsls r1, r2, #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"> d50c bpl.n 12c<span class="diff_chg">3c</span> <__srefill_r+0x44></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"> d50c bpl.n 12c<span class="diff_chg">24</span> <__srefill_r+0x44></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_21">21</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to24_21">21</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_22">22</td><td nowrap="nowrap"> 4240 negs r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_22">22</td><td nowrap="nowrap"> 4240 negs r0, 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"> e069 b.n 12c<span class="diff_chg">fc</span> <__srefill_r+0x104></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"> e069 b.n 12c<span class="diff_chg">e4</span> <__srefill_r+0x104></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_24">24</td><td nowrap="nowrap"> 4b37 ldr r3, [pc, #220] ; (12<span class="diff_chg">d</span>0<span class="diff_sub">8</span> <__srefill_r+0x110>)</td><td class="diff_next"></td><td class="diff_header" id="to24_24">24</td><td nowrap="nowrap"> 4b37 ldr r3, [pc, #220] ; (12<span class="diff_chg">cf</span>0 <__srefill_r+0x110>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_25">25</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_25">25</td><td nowrap="nowrap"> 429c cmp r4, 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"> d101 bne.n 12c<span class="diff_chg">32</span> <__srefill_r+0x3a></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"> d101 bne.n 12c<span class="diff_chg">1a</span> <__srefill_r+0x3a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_27">27</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #8]</td><td class="diff_next"></td><td class="diff_header" id="to24_27">27</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #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"> e7f0 b.n 12c<span class="diff_sub">14</span> <__srefill_r+0x1c></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"> e7f0 b.n 12<span class="diff_add">bf</span>c <__srefill_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_29">29</td><td nowrap="nowrap"> 4b36 ldr r3, [pc, #216] ; (12<span class="diff_sub">d0</span>c <__srefill_r+0x114>)</td><td class="diff_next"></td><td class="diff_header" id="to24_29">29</td><td nowrap="nowrap"> 4b36 ldr r3, [pc, #216] ; (12c<span class="diff_add">f4</span> <__srefill_r+0x114>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_30">30</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_30">30</td><td nowrap="nowrap"> 429c cmp r4, 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"> d1ed bne.n 12c<span class="diff_sub">14</span> <__srefill_r+0x1c></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"> d1ed bne.n 12<span class="diff_add">bf</span>c <__srefill_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_32">32</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_32">32</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #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"> e7eb b.n 12c<span class="diff_sub">14</span> <__srefill_r+0x1c></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"> e7eb b.n 12<span class="diff_add">bf</span>c <__srefill_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_34">34</td><td nowrap="nowrap"> 0759 lsls r1, r3, #29</td><td class="diff_next"></td><td class="diff_header" id="to24_34">34</td><td nowrap="nowrap"> 0759 lsls r1, r3, #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"> d44b bmi.n 12c<span class="diff_chg">d8</span> <__srefill_r+0xe0></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"> d44b bmi.n 12c<span class="diff_chg">c0</span> <__srefill_r+0xe0></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_36">36</td><td nowrap="nowrap"> 06d9 lsls r1, r3, #27</td><td class="diff_next"></td><td class="diff_header" id="to24_36">36</td><td nowrap="nowrap"> 06d9 lsls r1, r3, #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"> d405 bmi.n 12c<span class="diff_chg">50</span> <__srefill_r+0x58></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"> d405 bmi.n 12c<span class="diff_chg">38</span> <__srefill_r+0x58></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_38">38</td><td nowrap="nowrap"> 2309 movs r3, #9</td><td class="diff_next"></td><td class="diff_header" id="to24_38">38</td><td nowrap="nowrap"> 2309 movs r3, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_39">39</td><td nowrap="nowrap"> 602b str r3, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to24_39">39</td><td nowrap="nowrap"> 602b str r3, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_40">40</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to24_40">40</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_41">41</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to24_41">41</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_42">42</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_42">42</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #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"> e7e8 b.n 12c<span class="diff_chg">22</span> <__srefill_r+0x2a></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"> e7e8 b.n 12c<span class="diff_chg">0a</span> <__srefill_r+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_44">44</td><td nowrap="nowrap"> 2608 movs r6, #8</td><td class="diff_next"></td><td class="diff_header" id="to24_44">44</td><td nowrap="nowrap"> 2608 movs r6, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_45">45</td><td nowrap="nowrap"> 4233 tst r3, r6</td><td class="diff_next"></td><td class="diff_header" id="to24_45">45</td><td nowrap="nowrap"> 4233 tst r3, 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"> d00a beq.n 12c<span class="diff_chg">6c</span> <__srefill_r+0x74></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"> d00a beq.n 12c<span class="diff_chg">54</span> <__srefill_r+0x74></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_47">47</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to24_47">47</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_48">48</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to24_48">48</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7fe ff45 bl 11a<span class="diff_chg">e8</span> <_fflush_r></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"> f7fe ff45 bl 11a<span class="diff_chg">d0</span> <_fflush_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_50">50</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_50">50</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d1df bne.n 12c<span class="diff_chg">22</span> <__srefill_r+0x2a></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"> d1df bne.n 12c<span class="diff_chg">0a</span> <__srefill_r+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_52">52</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_52">52</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_53">53</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to24_53">53</td><td nowrap="nowrap"> 60a0 str r0, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_54">54</td><td nowrap="nowrap"> 43b3 bics r3, r6</td><td class="diff_next"></td><td class="diff_header" id="to24_54">54</td><td nowrap="nowrap"> 43b3 bics r3, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_55">55</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_55">55</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_56">56</td><td nowrap="nowrap"> 61a0 str r0, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to24_56">56</td><td nowrap="nowrap"> 61a0 str r0, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_57">57</td><td nowrap="nowrap"> 2304 movs r3, #4</td><td class="diff_next"></td><td class="diff_header" id="to24_57">57</td><td nowrap="nowrap"> 2304 movs r3, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_58">58</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_58">58</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_59">59</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to24_59">59</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_60">60</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_60">60</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_61">61</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to24_61">61</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_62">62</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_62">62</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d103 bne.n 12c<span class="diff_chg">82</span> <__srefill_r+0x8a></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"> d103 bne.n 12c<span class="diff_chg">6a</span> <__srefill_r+0x8a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_64">64</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to24_64">64</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_65">65</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to24_65">65</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff fdf9 bl 128<span class="diff_chg">74</span> <__smakebuf_r></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"> f7ff fdf9 bl 128<span class="diff_chg">5c</span> <__smakebuf_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_67">67</td><td nowrap="nowrap"> 230c movs r3, #12</td><td class="diff_next"></td><td class="diff_header" id="to24_67">67</td><td nowrap="nowrap"> 230c movs r3, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_68">68</td><td nowrap="nowrap"> 5ee7 ldrsh r7, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to24_68">68</td><td nowrap="nowrap"> 5ee7 ldrsh r7, [r4, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_69">69</td><td nowrap="nowrap"> b2be uxth r6, r7</td><td class="diff_next"></td><td class="diff_header" id="to24_69">69</td><td nowrap="nowrap"> b2be uxth r6, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_70">70</td><td nowrap="nowrap"> 07bb lsls r3, r7, #30</td><td class="diff_next"></td><td class="diff_header" id="to24_70">70</td><td nowrap="nowrap"> 07bb lsls r3, r7, #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"> d00f beq.n 12c<span class="diff_chg">ac</span> <__srefill_r+0xb4></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"> d00f beq.n 12c<span class="diff_chg">94</span> <__srefill_r+0xb4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_72">72</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to24_72">72</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_73">73</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_73">73</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #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"> 4b1f ldr r3, [pc, #124] ; (12<span class="diff_chg">d10</span> <__srefill_r+0x118>)</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"> 4b1f ldr r3, [pc, #124] ; (12<span class="diff_chg">cf8</span> <__srefill_r+0x118>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_75">75</td><td nowrap="nowrap"> 4920 ldr r1, [pc, #128] ; (12<span class="diff_chg">d14</span> <__srefill_r+0x11c>)</td><td class="diff_next"></td><td class="diff_header" id="to24_75">75</td><td nowrap="nowrap"> 4920 ldr r1, [pc, #128] ; (12<span class="diff_chg">cfc</span> <__srefill_r+0x11c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_76">76</td><td nowrap="nowrap"> 6818 ldr r0, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to24_76">76</td><td nowrap="nowrap"> 6818 ldr r0, [r3, #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"> f7ff f85f bl 11d<span class="diff_chg">58</span> <_fwalk></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"> f7ff f85f bl 11d<span class="diff_chg">40</span> <_fwalk></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_78">78</td><td nowrap="nowrap"> 2309 movs r3, #9</td><td class="diff_next"></td><td class="diff_header" id="to24_78">78</td><td nowrap="nowrap"> 2309 movs r3, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_79">79</td><td nowrap="nowrap"> 81a7 strh r7, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_79">79</td><td nowrap="nowrap"> 81a7 strh r7, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_80">80</td><td nowrap="nowrap"> 401e ands r6, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_80">80</td><td nowrap="nowrap"> 401e ands r6, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_81">81</td><td nowrap="nowrap"> 429e cmp r6, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_81">81</td><td nowrap="nowrap"> 429e cmp r6, 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"> d103 bne.n 12c<span class="diff_chg">ac</span> <__srefill_r+0xb4></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"> d103 bne.n 12c<span class="diff_chg">94</span> <__srefill_r+0xb4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_83">83</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to24_83">83</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_84">84</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to24_84">84</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7fe fe92 bl 119<span class="diff_chg">d0</span> <__sflush_r></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"> f7fe fe92 bl 119<span class="diff_chg">b8</span> <__sflush_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_86">86</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to24_86">86</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_87">87</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to24_87">87</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_88">88</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to24_88">88</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_89">89</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to24_89">89</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_90">90</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to24_90">90</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_91">91</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td><td class="diff_next"></td><td class="diff_header" id="to24_91">91</td><td nowrap="nowrap"> 6a21 ldr r1, [r4, #32]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_92">92</td><td nowrap="nowrap"> 6a65 ldr r5, [r4, #36] ; 0x24</td><td class="diff_next"></td><td class="diff_header" id="to24_92">92</td><td nowrap="nowrap"> 6a65 ldr r5, [r4, #36] ; 0x24</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_93">93</td><td nowrap="nowrap"> 47a8 blx r5</td><td class="diff_next"></td><td class="diff_header" id="to24_93">93</td><td nowrap="nowrap"> 47a8 blx r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_94">94</td><td nowrap="nowrap"> 0003 movs r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_94">94</td><td nowrap="nowrap"> 0003 movs r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_95">95</td><td nowrap="nowrap"> 6060 str r0, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to24_95">95</td><td nowrap="nowrap"> 6060 str r0, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_96">96</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_96">96</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_97">97</td><td nowrap="nowrap"> 4283 cmp r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_97">97</td><td nowrap="nowrap"> 4283 cmp r3, 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"> dc1a bgt.n 12c<span class="diff_chg">fc</span> <__srefill_r+0x104></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"> dc1a bgt.n 12c<span class="diff_chg">e4</span> <__srefill_r+0x104></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_99">99</td><td nowrap="nowrap"> 210c movs r1, #12</td><td class="diff_next"></td><td class="diff_header" id="to24_99">99</td><td nowrap="nowrap"> 210c movs r1, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_100">100</td><td nowrap="nowrap"> 5e62 ldrsh r2, [r4, r1]</td><td class="diff_next"></td><td class="diff_header" id="to24_100">100</td><td nowrap="nowrap"> 5e62 ldrsh r2, [r4, r1]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_101">101</td><td nowrap="nowrap"> 4283 cmp r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_101">101</td><td nowrap="nowrap"> 4283 cmp r3, 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"> d117 bne.n 12c<span class="diff_sub">f</span>e <__srefill_r+0x106></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"> d117 bne.n 12ce<span class="diff_add">6</span> <__srefill_r+0x106></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_103">103</td><td nowrap="nowrap"> 2320 movs r3, #32</td><td class="diff_next"></td><td class="diff_header" id="to24_103">103</td><td nowrap="nowrap"> 2320 movs r3, #32</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_104">104</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to24_104">104</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_105">105</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to24_105">105</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_106">106</td><td nowrap="nowrap"> 3801 subs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to24_106">106</td><td nowrap="nowrap"> 3801 subs r0, #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"> e011 b.n 12c<span class="diff_chg">fc</span> <__srefill_r+0x104></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"> e011 b.n 12c<span class="diff_chg">e4</span> <__srefill_r+0x104></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_108">108</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to24_108">108</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_109">109</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_109">109</td><td nowrap="nowrap"> 2900 cmp r1, #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"> d0ca beq.n 12c<span class="diff_chg">74</span> <__srefill_r+0x7c></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"> d0ca beq.n 12c<span class="diff_chg">5c</span> <__srefill_r+0x7c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_111">111</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to24_111">111</td><td nowrap="nowrap"> 0023 movs r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_112">112</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td><td class="diff_next"></td><td class="diff_header" id="to24_112">112</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_113">113</td><td nowrap="nowrap"> 4299 cmp r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to24_113">113</td><td nowrap="nowrap"> 4299 cmp r1, 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"> d002 beq.n 12c<span class="diff_chg">ec</span> <__srefill_r+0xf4></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"> d002 beq.n 12c<span class="diff_chg">d4</span> <__srefill_r+0xf4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_115">115</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to24_115">115</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff f90c bl 11<span class="diff_chg">f04</span> <_free_r></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"> f7ff f90c bl 11<span class="diff_chg">eec</span> <_free_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_117">117</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to24_117">117</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_118">118</td><td nowrap="nowrap"> 6c23 ldr r3, [r4, #64] ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to24_118">118</td><td nowrap="nowrap"> 6c23 ldr r3, [r4, #64] ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_119">119</td><td nowrap="nowrap"> 6360 str r0, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to24_119">119</td><td nowrap="nowrap"> 6360 str r0, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_120">120</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to24_120">120</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_121">121</td><td nowrap="nowrap"> 4283 cmp r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to24_121">121</td><td nowrap="nowrap"> 4283 cmp r3, 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"> d0bd beq.n 12c<span class="diff_chg">74</span> <__srefill_r+0x7c></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"> d0bd beq.n 12c<span class="diff_chg">5c</span> <__srefill_r+0x7c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_123">123</td><td nowrap="nowrap"> 6be3 ldr r3, [r4, #60] ; 0x3c</td><td class="diff_next"></td><td class="diff_header" id="to24_123">123</td><td nowrap="nowrap"> 6be3 ldr r3, [r4, #60] ; 0x3c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_124">124</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to24_124">124</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_125">125</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to24_125">125</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_126">126</td><td nowrap="nowrap"> 6060 str r0, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to24_126">126</td><td nowrap="nowrap"> 6060 str r0, [r4, #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"> e7a2 b.n 12c<span class="diff_chg">48</span> <__srefill_r+0x50></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"> e7a2 b.n 12c<span class="diff_chg">30</span> <__srefill_r+0x50></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_128">128</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to24_128">128</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 00016a<span class="diff_chg">cc</span> .word 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"> 00016a<span class="diff_chg">b4</span> .word 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"> 00016a<span class="diff_chg">ec</span> .word 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"> 00016a<span class="diff_chg">d4</span> .word 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"> 00016a<span class="diff_chg">ac</span> .word 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"> 00016a<span class="diff_chg">94</span> .word 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"> 00016af4 .word 0x00016af4</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from24_132">132</td><td nowrap="nowrap"> 0001<span class="diff_chg">6</span>b<span class="diff_sub">0</span>c .word 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"> 0001<span class="diff_chg">2</span>bc<span class="diff_add">9</span> .word 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"> 00012be1 .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to25_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_3">3</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to25_3">3</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_4">4</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to25_4">4</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d004 beq.n 122<span class="diff_chg">50</span> <__srget_r+0x14></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"> d004 beq.n 122<span class="diff_chg">38</span> <__srget_r+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_6">6</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td><td class="diff_next"></td><td class="diff_header" id="to25_6">6</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to25_7">7</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d101 bne.n 122<span class="diff_chg">50</span> <__srget_r+0x14></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"> d101 bne.n 122<span class="diff_chg">38</span> <__srget_r+0x14></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_9">9</td><td nowrap="nowrap"> f7ff fd04 bl 11c<span class="diff_chg">58</span> <__sinit></td><td class="diff_next"></td><td class="diff_header" id="to25_9">9</td><td nowrap="nowrap"> f7ff fd04 bl 11c<span class="diff_chg">40</span> <__sinit></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_10">10</td><td nowrap="nowrap"> 4b0f ldr r3, [pc, #60] ; (122<span class="diff_chg">90</span> <__srget_r+0x54>)</td><td class="diff_next"></td><td class="diff_header" id="to25_10">10</td><td nowrap="nowrap"> 4b0f ldr r3, [pc, #60] ; (122<span class="diff_chg">78</span> <__srget_r+0x54>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_11">11</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to25_11">11</td><td nowrap="nowrap"> 429c cmp r4, 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"> d10e bne.n 122<span class="diff_chg">74</span> <__srget_r+0x38></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"> d10e bne.n 122<span class="diff_chg">5c</span> <__srget_r+0x38></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_13">13</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td><td class="diff_next"></td><td class="diff_header" id="to25_13">13</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_14">14</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to25_14">14</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_15">15</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to25_15">15</td><td nowrap="nowrap"> 0028 movs r0, 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"> f000 fccc bl 12b<span class="diff_chg">f8</span> <__srefill_r></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"> f000 fccc bl 12b<span class="diff_chg">e0</span> <__srefill_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_17">17</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to25_17">17</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d111 bne.n 122<span class="diff_chg">88</span> <__srget_r+0x4c></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"> d111 bne.n 122<span class="diff_chg">70</span> <__srget_r+0x4c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_19">19</td><td nowrap="nowrap"> 6863 ldr r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to25_19">19</td><td nowrap="nowrap"> 6863 ldr r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_20">20</td><td nowrap="nowrap"> 3b01 subs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to25_20">20</td><td nowrap="nowrap"> 3b01 subs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_21">21</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to25_21">21</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_22">22</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to25_22">22</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_23">23</td><td nowrap="nowrap"> 1c5a adds r2, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to25_23">23</td><td nowrap="nowrap"> 1c5a adds r2, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_24">24</td><td nowrap="nowrap"> 6022 str r2, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to25_24">24</td><td nowrap="nowrap"> 6022 str r2, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_25">25</td><td nowrap="nowrap"> 7818 ldrb r0, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to25_25">25</td><td nowrap="nowrap"> 7818 ldrb r0, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_26">26</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to25_26">26</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, 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"> 4b07 ldr r3, [pc, #28] ; (122<span class="diff_chg">94</span> <__srget_r+0x58>)</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"> 4b07 ldr r3, [pc, #28] ; (122<span class="diff_chg">7c</span> <__srget_r+0x58>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_28">28</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to25_28">28</td><td nowrap="nowrap"> 429c cmp r4, 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"> d101 bne.n 122<span class="diff_chg">7e</span> <__srget_r+0x42></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"> d101 bne.n 122<span class="diff_chg">66</span> <__srget_r+0x42></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_30">30</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #8]</td><td class="diff_next"></td><td class="diff_header" id="to25_30">30</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #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"> e7ec b.n 122<span class="diff_chg">58</span> <__srget_r+0x1c></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"> e7ec b.n 122<span class="diff_chg">40</span> <__srget_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_32">32</td><td nowrap="nowrap"> 4b06 ldr r3, [pc, #24] ; (122<span class="diff_sub">9</span>8 <__srget_r+0x5c>)</td><td class="diff_next"></td><td class="diff_header" id="to25_32">32</td><td nowrap="nowrap"> 4b06 ldr r3, [pc, #24] ; (1228<span class="diff_add">0</span> <__srget_r+0x5c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_33">33</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to25_33">33</td><td nowrap="nowrap"> 429c cmp r4, 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"> d1e9 bne.n 122<span class="diff_chg">58</span> <__srget_r+0x1c></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"> d1e9 bne.n 122<span class="diff_chg">40</span> <__srget_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_35">35</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #12]</td><td class="diff_next"></td><td class="diff_header" id="to25_35">35</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #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"> e7e7 b.n 122<span class="diff_chg">58</span> <__srget_r+0x1c></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"> e7e7 b.n 122<span class="diff_chg">40</span> <__srget_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_37">37</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to25_37">37</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_38">38</td><td nowrap="nowrap"> 4240 negs r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to25_38">38</td><td nowrap="nowrap"> 4240 negs r0, 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"> e7f1 b.n 122<span class="diff_chg">72</span> <__srget_r+0x36></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"> e7f1 b.n 122<span class="diff_chg">5a</span> <__srget_r+0x36></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from25_40">40</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to25_40">40</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 00016a<span class="diff_chg">cc</span> .word 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"> 00016a<span class="diff_chg">b4</span> .word 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"> 00016a<span class="diff_chg">ec</span> .word 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"> 00016a<span class="diff_chg">d4</span> .word 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"> 00016a<span class="diff_chg">ac</span> .word 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"> 00016a<span class="diff_chg">94</span> .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_2">2</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to26_2">2</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_3">3</td><td nowrap="nowrap"> 250e movs r5, #14</td><td class="diff_next"></td><td class="diff_header" id="to26_3">3</td><td nowrap="nowrap"> 250e movs r5, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_4">4</td><td nowrap="nowrap"> 5f49 ldrsh r1, [r1, r5]</td><td class="diff_next"></td><td class="diff_header" id="to26_4">4</td><td nowrap="nowrap"> 5f49 ldrsh r1, [r1, 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"> f7ed ff<span class="diff_chg">0b</span> bl 11e <_lseek_r></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"> f7ed ff<span class="diff_chg">17</span> bl 11e <_lseek_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_6">6</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to26_6">6</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_7">7</td><td nowrap="nowrap"> 1c42 adds r2, r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to26_7">7</td><td nowrap="nowrap"> 1c42 adds r2, r0, #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"> d103 bne.n 12<span class="diff_chg">316</span> <__sseek+0x1a></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"> d103 bne.n 12<span class="diff_chg">2fe</span> <__sseek+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_9">9</td><td nowrap="nowrap"> 4a05 ldr r2, [pc, #20] ; (123<span class="diff_chg">24</span> <__sseek+0x28>)</td><td class="diff_next"></td><td class="diff_header" id="to26_9">9</td><td nowrap="nowrap"> 4a05 ldr r2, [pc, #20] ; (123<span class="diff_chg">0c</span> <__sseek+0x28>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_10">10</td><td nowrap="nowrap"> 4013 ands r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to26_10">10</td><td nowrap="nowrap"> 4013 ands r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_11">11</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to26_11">11</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_12">12</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to26_12">12</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_13">13</td><td nowrap="nowrap"> 2280 movs r2, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to26_13">13</td><td nowrap="nowrap"> 2280 movs r2, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_14">14</td><td nowrap="nowrap"> 0152 lsls r2, r2, #5</td><td class="diff_next"></td><td class="diff_header" id="to26_14">14</td><td nowrap="nowrap"> 0152 lsls r2, r2, #5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_15">15</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to26_15">15</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_16">16</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to26_16">16</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_17">17</td><td nowrap="nowrap"> 6560 str r0, [r4, #84] ; 0x54</td><td class="diff_next"></td><td class="diff_header" id="to26_17">17</td><td nowrap="nowrap"> 6560 str r0, [r4, #84] ; 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"> e7f8 b.n 12<span class="diff_chg">314</span> <__sseek+0x18></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"> e7f8 b.n 12<span class="diff_chg">2fc</span> <__sseek+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_19">19</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to26_19">19</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from26_20">20</td><td nowrap="nowrap"> ffffefff .word 0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to26_20">20</td><td nowrap="nowrap"> ffffefff .word 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"> b5f0 push {r4, r5, r6, r7, 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"> b5f0 push {r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_2">2</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_2">2</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d102 bne.n 123<span class="diff_chg">b0</span> <__strtok_r+0xc></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"> d102 bne.n 123<span class="diff_chg">98</span> <__strtok_r+0xc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_4">4</td><td nowrap="nowrap"> 6810 ldr r0, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_4">4</td><td nowrap="nowrap"> 6810 ldr r0, [r2, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_5">5</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_5">5</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d013 beq.n 123<span class="diff_chg">d8</span> <__strtok_r+0x34></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"> d013 beq.n 123<span class="diff_chg">c0</span> <__strtok_r+0x34></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_7">7</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to27_7">7</td><td nowrap="nowrap"> 0004 movs r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_8">8</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to27_8">8</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_9">9</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to27_9">9</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_10">10</td><td nowrap="nowrap"> 7805 ldrb r5, [r0, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_10">10</td><td nowrap="nowrap"> 7805 ldrb r5, [r0, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_11">11</td><td nowrap="nowrap"> 3401 adds r4, #1</td><td class="diff_next"></td><td class="diff_header" id="to27_11">11</td><td nowrap="nowrap"> 3401 adds r4, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_12">12</td><td nowrap="nowrap"> 7837 ldrb r7, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_12">12</td><td nowrap="nowrap"> 7837 ldrb r7, [r6, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_13">13</td><td nowrap="nowrap"> 2f00 cmp r7, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_13">13</td><td nowrap="nowrap"> 2f00 cmp r7, #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"> d104 bne.n 123<span class="diff_chg">ca</span> <__strtok_r+0x26></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"> d104 bne.n 123<span class="diff_chg">b2</span> <__strtok_r+0x26></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_15">15</td><td nowrap="nowrap"> 2d00 cmp r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_15">15</td><td nowrap="nowrap"> 2d00 cmp r5, #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"> d10f bne.n 123<span class="diff_chg">e4</span> <__strtok_r+0x40></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"> d10f bne.n 123<span class="diff_chg">cc</span> <__strtok_r+0x40></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_17">17</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to27_17">17</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_18">18</td><td nowrap="nowrap"> 6015 str r5, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_18">18</td><td nowrap="nowrap"> 6015 str r5, [r2, #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"> e006 b.n 123<span class="diff_chg">d8</span> <__strtok_r+0x34></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"> e006 b.n 123<span class="diff_chg">c0</span> <__strtok_r+0x34></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_20">20</td><td nowrap="nowrap"> 3601 adds r6, #1</td><td class="diff_next"></td><td class="diff_header" id="to27_20">20</td><td nowrap="nowrap"> 3601 adds r6, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_21">21</td><td nowrap="nowrap"> 42bd cmp r5, r7</td><td class="diff_next"></td><td class="diff_header" id="to27_21">21</td><td nowrap="nowrap"> 42bd cmp r5, 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"> d1f4 bne.n 123<span class="diff_sub">b</span>a <__strtok_r+0x16></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"> d1f4 bne.n 123a<span class="diff_add">2</span> <__strtok_r+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_23">23</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_23">23</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d1ee bne.n 123<span class="diff_chg">b2</span> <__strtok_r+0xe></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"> d1ee bne.n 123<span class="diff_chg">9a</span> <__strtok_r+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_25">25</td><td nowrap="nowrap"> 6014 str r4, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_25">25</td><td nowrap="nowrap"> 6014 str r4, [r2, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_26">26</td><td nowrap="nowrap"> 7003 strb r3, [r0, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_26">26</td><td nowrap="nowrap"> 7003 strb r3, [r0, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_27">27</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to27_27">27</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_28">28</td><td nowrap="nowrap"> 002f movs r7, r5</td><td class="diff_next"></td><td class="diff_header" id="to27_28">28</td><td nowrap="nowrap"> 002f movs r7, 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"> e00f b.n 123<span class="diff_sub">f</span>e <__strtok_r+0x5a></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"> e00f b.n 123e<span class="diff_add">6</span> <__strtok_r+0x5a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_30">30</td><td nowrap="nowrap"> 3301 adds r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to27_30">30</td><td nowrap="nowrap"> 3301 adds r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_31">31</td><td nowrap="nowrap"> 2e00 cmp r6, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_31">31</td><td nowrap="nowrap"> 2e00 cmp r6, #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"> d104 bne.n 123<span class="diff_chg">ee</span> <__strtok_r+0x4a></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"> d104 bne.n 123<span class="diff_chg">d6</span> <__strtok_r+0x4a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_33">33</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to27_33">33</td><td nowrap="nowrap"> 0023 movs r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_34">34</td><td nowrap="nowrap"> 3401 adds r4, #1</td><td class="diff_next"></td><td class="diff_header" id="to27_34">34</td><td nowrap="nowrap"> 3401 adds r4, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_35">35</td><td nowrap="nowrap"> 781d ldrb r5, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_35">35</td><td nowrap="nowrap"> 781d ldrb r5, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_36">36</td><td nowrap="nowrap"> 0027 movs r7, r4</td><td class="diff_next"></td><td class="diff_header" id="to27_36">36</td><td nowrap="nowrap"> 0027 movs r7, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_37">37</td><td nowrap="nowrap"> 000b movs r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to27_37">37</td><td nowrap="nowrap"> 000b movs r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_38">38</td><td nowrap="nowrap"> 781e ldrb r6, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_38">38</td><td nowrap="nowrap"> 781e ldrb r6, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_39">39</td><td nowrap="nowrap"> 42b5 cmp r5, r6</td><td class="diff_next"></td><td class="diff_header" id="to27_39">39</td><td nowrap="nowrap"> 42b5 cmp r5, 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"> d1f4 bne.n 123<span class="diff_chg">de</span> <__strtok_r+0x3a></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"> d1f4 bne.n 123<span class="diff_chg">c6</span> <__strtok_r+0x3a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_41">41</td><td nowrap="nowrap"> 2d00 cmp r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_41">41</td><td nowrap="nowrap"> 2d00 cmp r5, #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"> d0f0 beq.n 123<span class="diff_chg">da</span> <__strtok_r+0x36></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"> d0f0 beq.n 123<span class="diff_chg">c2</span> <__strtok_r+0x36></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_43">43</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to27_43">43</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_44">44</td><td nowrap="nowrap"> 3c01 subs r4, #1</td><td class="diff_next"></td><td class="diff_header" id="to27_44">44</td><td nowrap="nowrap"> 3c01 subs r4, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_45">45</td><td nowrap="nowrap"> 7023 strb r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_45">45</td><td nowrap="nowrap"> 7023 strb r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from27_46">46</td><td nowrap="nowrap"> 6017 str r7, [r2, #0]</td><td class="diff_next"></td><td class="diff_header" id="to27_46">46</td><td nowrap="nowrap"> 6017 str r7, [r2, #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"> e7ea b.n 123<span class="diff_chg">d8</span> <__strtok_r+0x34></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"> e7ea b.n 123<span class="diff_chg">c0</span> <__strtok_r+0x34></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"> b5f8 push {r3, r4, r5, r6, r7, 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to28_2">2</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_3">3</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to28_3">3</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_4">4</td><td nowrap="nowrap"> 0014 movs r4, r2</td><td class="diff_next"></td><td class="diff_header" id="to28_4">4</td><td nowrap="nowrap"> 0014 movs r4, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_5">5</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_5">5</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d004 beq.n 126<span class="diff_chg">9e</span> <__swbuf_r+0x16></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"> d004 beq.n 126<span class="diff_chg">86</span> <__swbuf_r+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_7">7</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td><td class="diff_next"></td><td class="diff_header" id="to28_7">7</td><td nowrap="nowrap"> 6983 ldr r3, [r0, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_8">8</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_8">8</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d101 bne.n 126<span class="diff_chg">9e</span> <__swbuf_r+0x16></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"> d101 bne.n 126<span class="diff_chg">86</span> <__swbuf_r+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_10">10</td><td nowrap="nowrap"> f7ff fadd bl 11c<span class="diff_chg">58</span> <__sinit></td><td class="diff_next"></td><td class="diff_header" id="to28_10">10</td><td nowrap="nowrap"> f7ff fadd bl 11c<span class="diff_chg">40</span> <__sinit></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_11">11</td><td nowrap="nowrap"> 4b22 ldr r3, [pc, #136] ; (127<span class="diff_chg">28</span> <__swbuf_r+0xa0>)</td><td class="diff_next"></td><td class="diff_header" id="to28_11">11</td><td nowrap="nowrap"> 4b22 ldr r3, [pc, #136] ; (127<span class="diff_chg">10</span> <__swbuf_r+0xa0>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_12">12</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to28_12">12</td><td nowrap="nowrap"> 429c cmp r4, 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"> d12e bne.n 12<span class="diff_chg">702</span> <__swbuf_r+0x7a></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"> d12e bne.n 12<span class="diff_chg">6ea</span> <__swbuf_r+0x7a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_14">14</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td><td class="diff_next"></td><td class="diff_header" id="to28_14">14</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_15">15</td><td nowrap="nowrap"> 69a3 ldr r3, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to28_15">15</td><td nowrap="nowrap"> 69a3 ldr r3, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_16">16</td><td nowrap="nowrap"> 60a3 str r3, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to28_16">16</td><td nowrap="nowrap"> 60a3 str r3, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_17">17</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to28_17">17</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_18">18</td><td nowrap="nowrap"> 071b lsls r3, r3, #28</td><td class="diff_next"></td><td class="diff_header" id="to28_18">18</td><td nowrap="nowrap"> 071b lsls r3, r3, #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"> d532 bpl.n 12<span class="diff_sub">71</span>6 <__swbuf_r+0x8e></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"> d532 bpl.n 126<span class="diff_add">fe</span> <__swbuf_r+0x8e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_20">20</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to28_20">20</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d02f beq.n 12<span class="diff_sub">71</span>6 <__swbuf_r+0x8e></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"> d02f beq.n 126<span class="diff_add">fe</span> <__swbuf_r+0x8e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_23">23</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to28_23">23</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_24">24</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to28_24">24</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_25">25</td><td nowrap="nowrap"> b2f7 uxtb r7, r6</td><td class="diff_next"></td><td class="diff_header" id="to28_25">25</td><td nowrap="nowrap"> b2f7 uxtb r7, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_26">26</td><td nowrap="nowrap"> 1a98 subs r0, r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to28_26">26</td><td nowrap="nowrap"> 1a98 subs r0, r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_27">27</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to28_27">27</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_28">28</td><td nowrap="nowrap"> b2f6 uxtb r6, r6</td><td class="diff_next"></td><td class="diff_header" id="to28_28">28</td><td nowrap="nowrap"> b2f6 uxtb r6, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_29">29</td><td nowrap="nowrap"> 4283 cmp r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to28_29">29</td><td nowrap="nowrap"> 4283 cmp r3, 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"> dc05 bgt.n 126<span class="diff_chg">d2</span> <__swbuf_r+0x4a></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"> dc05 bgt.n 126<span class="diff_chg">ba</span> <__swbuf_r+0x4a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_31">31</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to28_31">31</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_32">32</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to28_32">32</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff fa0d bl 11a<span class="diff_chg">e8</span> <_fflush_r></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"> f7ff fa0d bl 11a<span class="diff_chg">d0</span> <_fflush_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_34">34</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_34">34</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d127 bne.n 127<span class="diff_chg">22</span> <__swbuf_r+0x9a></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"> d127 bne.n 127<span class="diff_chg">0a</span> <__swbuf_r+0x9a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_36">36</td><td nowrap="nowrap"> 68a3 ldr r3, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to28_36">36</td><td nowrap="nowrap"> 68a3 ldr r3, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_37">37</td><td nowrap="nowrap"> 3001 adds r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to28_37">37</td><td nowrap="nowrap"> 3001 adds r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_38">38</td><td nowrap="nowrap"> 3b01 subs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to28_38">38</td><td nowrap="nowrap"> 3b01 subs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_39">39</td><td nowrap="nowrap"> 60a3 str r3, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to28_39">39</td><td nowrap="nowrap"> 60a3 str r3, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_40">40</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to28_40">40</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_41">41</td><td nowrap="nowrap"> 1c5a adds r2, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to28_41">41</td><td nowrap="nowrap"> 1c5a adds r2, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_42">42</td><td nowrap="nowrap"> 6022 str r2, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to28_42">42</td><td nowrap="nowrap"> 6022 str r2, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_43">43</td><td nowrap="nowrap"> 701f strb r7, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to28_43">43</td><td nowrap="nowrap"> 701f strb r7, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_44">44</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to28_44">44</td><td nowrap="nowrap"> 6963 ldr r3, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_45">45</td><td nowrap="nowrap"> 4283 cmp r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to28_45">45</td><td nowrap="nowrap"> 4283 cmp r3, 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"> d004 beq.n 126<span class="diff_chg">f2</span> <__swbuf_r+0x6a></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"> d004 beq.n 126<span class="diff_chg">da</span> <__swbuf_r+0x6a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_47">47</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to28_47">47</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_48">48</td><td nowrap="nowrap"> 07db lsls r3, r3, #31</td><td class="diff_next"></td><td class="diff_header" id="to28_48">48</td><td nowrap="nowrap"> 07db lsls r3, r3, #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"> d507 bpl.n 126<span class="diff_sub">f</span>e <__swbuf_r+0x76></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"> d507 bpl.n 126e<span class="diff_add">6</span> <__swbuf_r+0x76></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_50">50</td><td nowrap="nowrap"> 2e0a cmp r6, #10</td><td class="diff_next"></td><td class="diff_header" id="to28_50">50</td><td nowrap="nowrap"> 2e0a cmp r6, #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"> d105 bne.n 126<span class="diff_sub">f</span>e <__swbuf_r+0x76></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"> d105 bne.n 126e<span class="diff_add">6</span> <__swbuf_r+0x76></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_52">52</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to28_52">52</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_53">53</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to28_53">53</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff f9f7 bl 11a<span class="diff_chg">e8</span> <_fflush_r></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"> f7ff f9f7 bl 11a<span class="diff_chg">d0</span> <_fflush_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_55">55</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_55">55</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d111 bne.n 127<span class="diff_chg">22</span> <__swbuf_r+0x9a></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"> d111 bne.n 127<span class="diff_chg">0a</span> <__swbuf_r+0x9a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_57">57</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to28_57">57</td><td nowrap="nowrap"> 0030 movs r0, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_58">58</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to28_58">58</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, 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"> 4b0a ldr r3, [pc, #40] ; (127<span class="diff_chg">2c</span> <__swbuf_r+0xa4>)</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"> 4b0a ldr r3, [pc, #40] ; (127<span class="diff_chg">14</span> <__swbuf_r+0xa4>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_60">60</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to28_60">60</td><td nowrap="nowrap"> 429c cmp r4, 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"> d101 bne.n 12<span class="diff_chg">70c</span> <__swbuf_r+0x84></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"> d101 bne.n 12<span class="diff_chg">6f4</span> <__swbuf_r+0x84></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_62">62</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #8]</td><td class="diff_next"></td><td class="diff_header" id="to28_62">62</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #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"> e7cc b.n 126<span class="diff_chg">a6</span> <__swbuf_r+0x1e></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"> e7cc b.n 126<span class="diff_chg">8e</span> <__swbuf_r+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_64">64</td><td nowrap="nowrap"> 4b08 ldr r3, [pc, #32] ; (127<span class="diff_chg">30</span> <__swbuf_r+0xa8>)</td><td class="diff_next"></td><td class="diff_header" id="to28_64">64</td><td nowrap="nowrap"> 4b08 ldr r3, [pc, #32] ; (127<span class="diff_chg">18</span> <__swbuf_r+0xa8>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_65">65</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to28_65">65</td><td nowrap="nowrap"> 429c cmp r4, 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"> d1c9 bne.n 126<span class="diff_chg">a6</span> <__swbuf_r+0x1e></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"> d1c9 bne.n 126<span class="diff_chg">8e</span> <__swbuf_r+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_67">67</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #12]</td><td class="diff_next"></td><td class="diff_header" id="to28_67">67</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #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"> e7c7 b.n 126<span class="diff_chg">a6</span> <__swbuf_r+0x1e></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"> e7c7 b.n 126<span class="diff_chg">8e</span> <__swbuf_r+0x1e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_69">69</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to28_69">69</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_70">70</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to28_70">70</td><td nowrap="nowrap"> 0028 movs r0, 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"> f000 f80b bl 127<span class="diff_chg">34</span> <__swsetup_r></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"> f000 f80b bl 127<span class="diff_chg">1c</span> <__swsetup_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_72">72</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to28_72">72</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d0c9 beq.n 126<span class="diff_chg">b6</span> <__swbuf_r+0x2e></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"> d0c9 beq.n 126<span class="diff_chg">9e</span> <__swbuf_r+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_74">74</td><td nowrap="nowrap"> 2601 movs r6, #1</td><td class="diff_next"></td><td class="diff_header" id="to28_74">74</td><td nowrap="nowrap"> 2601 movs r6, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_75">75</td><td nowrap="nowrap"> 4276 negs r6, r6</td><td class="diff_next"></td><td class="diff_header" id="to28_75">75</td><td nowrap="nowrap"> 4276 negs r6, 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"> e7ea b.n 126<span class="diff_sub">f</span>e <__swbuf_r+0x76></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"> e7ea b.n 126e<span class="diff_add">6</span> <__swbuf_r+0x76></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from28_77">77</td><td nowrap="nowrap"> 00016a<span class="diff_chg">cc</span> .word 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"> 00016a<span class="diff_chg">b4</span> .word 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"> 00016a<span class="diff_chg">ec</span> .word 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"> 00016a<span class="diff_chg">d4</span> .word 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"> 00016a<span class="diff_chg">ac</span> .word 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"> 00016a<span class="diff_chg">94</span> .word 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"> b570 push {r4, r5, r6, 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"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_2">2</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to29_2">2</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_3">3</td><td nowrap="nowrap"> 001d movs r5, r3</td><td class="diff_next"></td><td class="diff_header" id="to29_3">3</td><td nowrap="nowrap"> 001d movs r5, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_4">4</td><td nowrap="nowrap"> 230e movs r3, #14</td><td class="diff_next"></td><td class="diff_header" id="to29_4">4</td><td nowrap="nowrap"> 230e movs r3, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_5">5</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, r3]</td><td class="diff_next"></td><td class="diff_header" id="to29_5">5</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_6">6</td><td nowrap="nowrap"> 0014 movs r4, r2</td><td class="diff_next"></td><td class="diff_header" id="to29_6">6</td><td nowrap="nowrap"> 0014 movs r4, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_7">7</td><td nowrap="nowrap"> b096 sub sp, #88 ; 0x58</td><td class="diff_next"></td><td class="diff_header" id="to29_7">7</td><td nowrap="nowrap"> b096 sub sp, #88 ; 0x58</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_8">8</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to29_8">8</td><td nowrap="nowrap"> 2900 cmp r1, #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"> da07 bge.n 128<span class="diff_chg">46</span> <__swhatbuf_r+0x22></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"> da07 bge.n 128<span class="diff_chg">2e</span> <__swhatbuf_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_10">10</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to29_10">10</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_11">11</td><td nowrap="nowrap"> 602b str r3, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to29_11">11</td><td nowrap="nowrap"> 602b str r3, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_12">12</td><td nowrap="nowrap"> 89b3 ldrh r3, [r6, #12]</td><td class="diff_next"></td><td class="diff_header" id="to29_12">12</td><td nowrap="nowrap"> 89b3 ldrh r3, [r6, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_13">13</td><td nowrap="nowrap"> 061b lsls r3, r3, #24</td><td class="diff_next"></td><td class="diff_header" id="to29_13">13</td><td nowrap="nowrap"> 061b lsls r3, r3, #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"> d411 bmi.n 128<span class="diff_sub">6</span>4 <__swhatbuf_r+0x40></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"> d411 bmi.n 1284<span class="diff_add">c</span> <__swhatbuf_r+0x40></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_15">15</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to29_15">15</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_16">16</td><td nowrap="nowrap"> 00db lsls r3, r3, #3</td><td class="diff_next"></td><td class="diff_header" id="to29_16">16</td><td nowrap="nowrap"> 00db lsls r3, r3, #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"> e00f b.n 128<span class="diff_chg">66</span> <__swhatbuf_r+0x42></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"> e00f b.n 128<span class="diff_chg">4e</span> <__swhatbuf_r+0x42></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_18">18</td><td nowrap="nowrap"> 466a mov r2, sp</td><td class="diff_next"></td><td class="diff_header" id="to29_18">18</td><td nowrap="nowrap"> 466a mov r2, 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"> f7ed fc<span class="diff_chg">6e</span> bl 128 <_fstat_r></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"> f7ed fc<span class="diff_chg">7a</span> bl 128 <_fstat_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_20">20</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to29_20">20</td><td nowrap="nowrap"> 2800 cmp r0, #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"> dbf2 blt.n 128<span class="diff_chg">36</span> <__swhatbuf_r+0x12></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"> dbf2 blt.n 128<span class="diff_chg">1e</span> <__swhatbuf_r+0x12></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_22">22</td><td nowrap="nowrap"> 23f0 movs r3, #240 ; 0xf0</td><td class="diff_next"></td><td class="diff_header" id="to29_22">22</td><td nowrap="nowrap"> 23f0 movs r3, #240 ; 0xf0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_23">23</td><td nowrap="nowrap"> 9901 ldr r1, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to29_23">23</td><td nowrap="nowrap"> 9901 ldr r1, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_24">24</td><td nowrap="nowrap"> 021b lsls r3, r3, #8</td><td class="diff_next"></td><td class="diff_header" id="to29_24">24</td><td nowrap="nowrap"> 021b lsls r3, r3, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_25">25</td><td nowrap="nowrap"> 4019 ands r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to29_25">25</td><td nowrap="nowrap"> 4019 ands r1, 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"> 4b05 ldr r3, [pc, #20] ; (128<span class="diff_chg">70</span> <__swhatbuf_r+0x4c>)</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"> 4b05 ldr r3, [pc, #20] ; (128<span class="diff_chg">58</span> <__swhatbuf_r+0x4c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_27">27</td><td nowrap="nowrap"> 18c9 adds r1, r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to29_27">27</td><td nowrap="nowrap"> 18c9 adds r1, r1, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_28">28</td><td nowrap="nowrap"> 424b negs r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to29_28">28</td><td nowrap="nowrap"> 424b negs r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_29">29</td><td nowrap="nowrap"> 4159 adcs r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to29_29">29</td><td nowrap="nowrap"> 4159 adcs r1, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_30">30</td><td nowrap="nowrap"> 6029 str r1, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to29_30">30</td><td nowrap="nowrap"> 6029 str r1, [r5, #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"> e7ed b.n 128<span class="diff_chg">40</span> <__swhatbuf_r+0x1c></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"> e7ed b.n 128<span class="diff_chg">28</span> <__swhatbuf_r+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_32">32</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to29_32">32</td><td nowrap="nowrap"> 2340 movs r3, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_33">33</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to29_33">33</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_34">34</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to29_34">34</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_35">35</td><td nowrap="nowrap"> b016 add sp, #88 ; 0x58</td><td class="diff_next"></td><td class="diff_header" id="to29_35">35</td><td nowrap="nowrap"> b016 add sp, #88 ; 0x58</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_36">36</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to29_36">36</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_37">37</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to29_37">37</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from29_38">38</td><td nowrap="nowrap"> ffffe000 .word 0xffffe000</td><td class="diff_next"></td><td class="diff_header" id="to29_38">38</td><td nowrap="nowrap"> ffffe000 .word 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"> b5f8 push {r3, r4, r5, r6, r7, 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_2">2</td><td nowrap="nowrap"> 001f movs r7, r3</td><td class="diff_next"></td><td class="diff_header" id="to30_2">2</td><td nowrap="nowrap"> 001f movs r7, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_3">3</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td><td class="diff_next"></td><td class="diff_header" id="to30_3">3</td><td nowrap="nowrap"> 898b ldrh r3, [r1, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_4">4</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to30_4">4</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to30_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_6">6</td><td nowrap="nowrap"> 0016 movs r6, r2</td><td class="diff_next"></td><td class="diff_header" id="to30_6">6</td><td nowrap="nowrap"> 0016 movs r6, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_7">7</td><td nowrap="nowrap"> 05db lsls r3, r3, #23</td><td class="diff_next"></td><td class="diff_header" id="to30_7">7</td><td nowrap="nowrap"> 05db lsls r3, r3, #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"> d505 bpl.n 122<span class="diff_chg">e0</span> <__swrite+0x1c></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"> d505 bpl.n 122<span class="diff_chg">c8</span> <__swrite+0x1c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_9">9</td><td nowrap="nowrap"> 230e movs r3, #14</td><td class="diff_next"></td><td class="diff_header" id="to30_9">9</td><td nowrap="nowrap"> 230e movs r3, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_10">10</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, r3]</td><td class="diff_next"></td><td class="diff_header" id="to30_10">10</td><td nowrap="nowrap"> 5ec9 ldrsh r1, [r1, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_11">11</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to30_11">11</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_12">12</td><td nowrap="nowrap"> 2302 movs r3, #2</td><td class="diff_next"></td><td class="diff_header" id="to30_12">12</td><td nowrap="nowrap"> 2302 movs r3, #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"> f7ed ff<span class="diff_chg">1f</span> bl 11e <_lseek_r></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"> f7ed ff<span class="diff_chg">2b</span> bl 11e <_lseek_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_14">14</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to30_14">14</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #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"> 4a05 ldr r2, [pc, #20] ; (122<span class="diff_chg">f8</span> <__swrite+0x34>)</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"> 4a05 ldr r2, [pc, #20] ; (122<span class="diff_chg">e0</span> <__swrite+0x34>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_16">16</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to30_16">16</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_17">17</td><td nowrap="nowrap"> 4013 ands r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to30_17">17</td><td nowrap="nowrap"> 4013 ands r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_18">18</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to30_18">18</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_19">19</td><td nowrap="nowrap"> 0032 movs r2, r6</td><td class="diff_next"></td><td class="diff_header" id="to30_19">19</td><td nowrap="nowrap"> 0032 movs r2, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_20">20</td><td nowrap="nowrap"> 230e movs r3, #14</td><td class="diff_next"></td><td class="diff_header" id="to30_20">20</td><td nowrap="nowrap"> 230e movs r3, #14</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_21">21</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to30_21">21</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_22">22</td><td nowrap="nowrap"> 003b movs r3, r7</td><td class="diff_next"></td><td class="diff_header" id="to30_22">22</td><td nowrap="nowrap"> 003b movs r3, 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"> f7ed ff<span class="diff_chg">09</span> bl 108 <_write_r></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"> f7ed ff<span class="diff_chg">15</span> bl 108 <_write_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_24">24</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to30_24">24</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from30_25">25</td><td nowrap="nowrap"> ffffefff .word 0xffffefff</td><td class="diff_next"></td><td class="diff_header" id="to30_25">25</td><td nowrap="nowrap"> ffffefff .word 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"> 4b37 ldr r3, [pc, #220] ; (12<span class="diff_chg">814</span> <__swsetup_r+0xe0>)</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"> 4b37 ldr r3, [pc, #220] ; (12<span class="diff_chg">7fc</span> <__swsetup_r+0xe0>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_2">2</td><td nowrap="nowrap"> b570 push {r4, r5, r6, lr}</td><td class="diff_next"></td><td class="diff_header" id="to31_2">2</td><td nowrap="nowrap"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_3">3</td><td nowrap="nowrap"> 681d ldr r5, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to31_3">3</td><td nowrap="nowrap"> 681d ldr r5, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_4">4</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to31_4">4</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td><td class="diff_next"></td><td class="diff_header" id="to31_5">5</td><td nowrap="nowrap"> 000c movs r4, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_6">6</td><td nowrap="nowrap"> 2d00 cmp r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_6">6</td><td nowrap="nowrap"> 2d00 cmp r5, #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"> d005 beq.n 127<span class="diff_chg">4e</span> <__swsetup_r+0x1a></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"> d005 beq.n 127<span class="diff_chg">36</span> <__swsetup_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_8">8</td><td nowrap="nowrap"> 69ab ldr r3, [r5, #24]</td><td class="diff_next"></td><td class="diff_header" id="to31_8">8</td><td nowrap="nowrap"> 69ab ldr r3, [r5, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_9">9</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_9">9</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d102 bne.n 127<span class="diff_chg">4e</span> <__swsetup_r+0x1a></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"> d102 bne.n 127<span class="diff_chg">36</span> <__swsetup_r+0x1a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_11">11</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to31_11">11</td><td nowrap="nowrap"> 0028 movs r0, 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"> f7ff fa85 bl 11c<span class="diff_chg">58</span> <__sinit></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"> f7ff fa85 bl 11c<span class="diff_chg">40</span> <__sinit></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_13">13</td><td nowrap="nowrap"> 4b32 ldr r3, [pc, #200] ; (128<span class="diff_chg">18</span> <__swsetup_r+0xe4>)</td><td class="diff_next"></td><td class="diff_header" id="to31_13">13</td><td nowrap="nowrap"> 4b32 ldr r3, [pc, #200] ; (128<span class="diff_chg">00</span> <__swsetup_r+0xe4>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_14">14</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_14">14</td><td nowrap="nowrap"> 429c cmp r4, 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"> d10f bne.n 127<span class="diff_chg">74</span> <__swsetup_r+0x40></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"> d10f bne.n 127<span class="diff_chg">5c</span> <__swsetup_r+0x40></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_16">16</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td><td class="diff_next"></td><td class="diff_header" id="to31_16">16</td><td nowrap="nowrap"> 686c ldr r4, [r5, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_17">17</td><td nowrap="nowrap"> 230c movs r3, #12</td><td class="diff_next"></td><td class="diff_header" id="to31_17">17</td><td nowrap="nowrap"> 230c movs r3, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_18">18</td><td nowrap="nowrap"> 5ee2 ldrsh r2, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to31_18">18</td><td nowrap="nowrap"> 5ee2 ldrsh r2, [r4, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_19">19</td><td nowrap="nowrap"> b293 uxth r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_19">19</td><td nowrap="nowrap"> b293 uxth r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_20">20</td><td nowrap="nowrap"> 0711 lsls r1, r2, #28</td><td class="diff_next"></td><td class="diff_header" id="to31_20">20</td><td nowrap="nowrap"> 0711 lsls r1, r2, #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"> d42d bmi.n 127<span class="diff_chg">bc</span> <__swsetup_r+0x88></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"> d42d bmi.n 127<span class="diff_chg">a4</span> <__swsetup_r+0x88></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_22">22</td><td nowrap="nowrap"> 06d9 lsls r1, r3, #27</td><td class="diff_next"></td><td class="diff_header" id="to31_22">22</td><td nowrap="nowrap"> 06d9 lsls r1, r3, #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"> d411 bmi.n 127<span class="diff_chg">88</span> <__swsetup_r+0x54></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"> d411 bmi.n 127<span class="diff_chg">70</span> <__swsetup_r+0x54></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_24">24</td><td nowrap="nowrap"> 2309 movs r3, #9</td><td class="diff_next"></td><td class="diff_header" id="to31_24">24</td><td nowrap="nowrap"> 2309 movs r3, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_25">25</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to31_25">25</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_26">26</td><td nowrap="nowrap"> 6033 str r3, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to31_26">26</td><td nowrap="nowrap"> 6033 str r3, [r6, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_27">27</td><td nowrap="nowrap"> 3337 adds r3, #55 ; 0x37</td><td class="diff_next"></td><td class="diff_header" id="to31_27">27</td><td nowrap="nowrap"> 3337 adds r3, #55 ; 0x37</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_28">28</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_28">28</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_29">29</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_29">29</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_30">30</td><td nowrap="nowrap"> 4240 negs r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to31_30">30</td><td nowrap="nowrap"> 4240 negs r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_31">31</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to31_31">31</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, 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"> 4b29 ldr r3, [pc, #164] ; (128<span class="diff_chg">1c</span> <__swsetup_r+0xe8>)</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"> 4b29 ldr r3, [pc, #164] ; (128<span class="diff_chg">04</span> <__swsetup_r+0xe8>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_33">33</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_33">33</td><td nowrap="nowrap"> 429c cmp r4, 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"> d101 bne.n 127<span class="diff_chg">7e</span> <__swsetup_r+0x4a></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"> d101 bne.n 127<span class="diff_chg">66</span> <__swsetup_r+0x4a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_35">35</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #8]</td><td class="diff_next"></td><td class="diff_header" id="to31_35">35</td><td nowrap="nowrap"> 68ac ldr r4, [r5, #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"> e7eb b.n 127<span class="diff_chg">56</span> <__swsetup_r+0x22></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"> e7eb b.n 127<span class="diff_chg">3e</span> <__swsetup_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_37">37</td><td nowrap="nowrap"> 4b28 ldr r3, [pc, #160] ; (128<span class="diff_sub">2</span>0 <__swsetup_r+0xec>)</td><td class="diff_next"></td><td class="diff_header" id="to31_37">37</td><td nowrap="nowrap"> 4b28 ldr r3, [pc, #160] ; (1280<span class="diff_add">8</span> <__swsetup_r+0xec>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_38">38</td><td nowrap="nowrap"> 429c cmp r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_38">38</td><td nowrap="nowrap"> 429c cmp r4, 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"> d1e8 bne.n 127<span class="diff_chg">56</span> <__swsetup_r+0x22></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"> d1e8 bne.n 127<span class="diff_chg">3e</span> <__swsetup_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_40">40</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_40">40</td><td nowrap="nowrap"> 68ec ldr r4, [r5, #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"> e7e6 b.n 127<span class="diff_chg">56</span> <__swsetup_r+0x22></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"> e7e6 b.n 127<span class="diff_chg">3e</span> <__swsetup_r+0x22></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_42">42</td><td nowrap="nowrap"> 075b lsls r3, r3, #29</td><td class="diff_next"></td><td class="diff_header" id="to31_42">42</td><td nowrap="nowrap"> 075b lsls r3, r3, #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"> d513 bpl.n 127<span class="diff_chg">b4</span> <__swsetup_r+0x80></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"> d513 bpl.n 127<span class="diff_chg">9c</span> <__swsetup_r+0x80></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_44">44</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to31_44">44</td><td nowrap="nowrap"> 6b61 ldr r1, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_45">45</td><td nowrap="nowrap"> 2900 cmp r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_45">45</td><td nowrap="nowrap"> 2900 cmp r1, #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"> d008 beq.n 127<span class="diff_chg">a4</span> <__swsetup_r+0x70></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"> d008 beq.n 127<span class="diff_chg">8c</span> <__swsetup_r+0x70></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_47">47</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to31_47">47</td><td nowrap="nowrap"> 0023 movs r3, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_48">48</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td><td class="diff_next"></td><td class="diff_header" id="to31_48">48</td><td nowrap="nowrap"> 3344 adds r3, #68 ; 0x44</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_49">49</td><td nowrap="nowrap"> 4299 cmp r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_49">49</td><td nowrap="nowrap"> 4299 cmp r1, 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"> d002 beq.n 127<span class="diff_chg">a0</span> <__swsetup_r+0x6c></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"> d002 beq.n 127<span class="diff_chg">88</span> <__swsetup_r+0x6c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_51">51</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to31_51">51</td><td nowrap="nowrap"> 0030 movs r0, 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"> f7ff fbb2 bl 11<span class="diff_chg">f04</span> <_free_r></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"> f7ff fbb2 bl 11<span class="diff_chg">eec</span> <_free_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_53">53</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_53">53</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_54">54</td><td nowrap="nowrap"> 6363 str r3, [r4, #52] ; 0x34</td><td class="diff_next"></td><td class="diff_header" id="to31_54">54</td><td nowrap="nowrap"> 6363 str r3, [r4, #52] ; 0x34</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_55">55</td><td nowrap="nowrap"> 2224 movs r2, #36 ; 0x24</td><td class="diff_next"></td><td class="diff_header" id="to31_55">55</td><td nowrap="nowrap"> 2224 movs r2, #36 ; 0x24</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_56">56</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_56">56</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_57">57</td><td nowrap="nowrap"> 4393 bics r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_57">57</td><td nowrap="nowrap"> 4393 bics r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_58">58</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_58">58</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_59">59</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_59">59</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_60">60</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td><td class="diff_next"></td><td class="diff_header" id="to31_60">60</td><td nowrap="nowrap"> 6063 str r3, [r4, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_61">61</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to31_61">61</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_62">62</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to31_62">62</td><td nowrap="nowrap"> 6023 str r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_63">63</td><td nowrap="nowrap"> 2308 movs r3, #8</td><td class="diff_next"></td><td class="diff_header" id="to31_63">63</td><td nowrap="nowrap"> 2308 movs r3, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_64">64</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_64">64</td><td nowrap="nowrap"> 89a2 ldrh r2, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_65">65</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_65">65</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_66">66</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_66">66</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_67">67</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to31_67">67</td><td nowrap="nowrap"> 6923 ldr r3, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_68">68</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_68">68</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d10b bne.n 127<span class="diff_chg">da</span> <__swsetup_r+0xa6></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"> d10b bne.n 127<span class="diff_chg">c2</span> <__swsetup_r+0xa6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_70">70</td><td nowrap="nowrap"> 21a0 movs r1, #160 ; 0xa0</td><td class="diff_next"></td><td class="diff_header" id="to31_70">70</td><td nowrap="nowrap"> 21a0 movs r1, #160 ; 0xa0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_71">71</td><td nowrap="nowrap"> 2280 movs r2, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to31_71">71</td><td nowrap="nowrap"> 2280 movs r2, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_72">72</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_72">72</td><td nowrap="nowrap"> 89a3 ldrh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_73">73</td><td nowrap="nowrap"> 0089 lsls r1, r1, #2</td><td class="diff_next"></td><td class="diff_header" id="to31_73">73</td><td nowrap="nowrap"> 0089 lsls r1, r1, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_74">74</td><td nowrap="nowrap"> 0092 lsls r2, r2, #2</td><td class="diff_next"></td><td class="diff_header" id="to31_74">74</td><td nowrap="nowrap"> 0092 lsls r2, r2, #2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_75">75</td><td nowrap="nowrap"> 400b ands r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to31_75">75</td><td nowrap="nowrap"> 400b ands r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_76">76</td><td nowrap="nowrap"> 4293 cmp r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_76">76</td><td nowrap="nowrap"> 4293 cmp r3, 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"> d003 beq.n 127<span class="diff_chg">da</span> <__swsetup_r+0xa6></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"> d003 beq.n 127<span class="diff_chg">c2</span> <__swsetup_r+0xa6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_78">78</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to31_78">78</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_79">79</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to31_79">79</td><td nowrap="nowrap"> 0030 movs r0, 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"> f000 f84d bl 128<span class="diff_chg">74</span> <__smakebuf_r></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"> f000 f84d bl 128<span class="diff_chg">5c</span> <__smakebuf_r></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_81">81</td><td nowrap="nowrap"> 220c movs r2, #12</td><td class="diff_next"></td><td class="diff_header" id="to31_81">81</td><td nowrap="nowrap"> 220c movs r2, #12</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_82">82</td><td nowrap="nowrap"> 5ea3 ldrsh r3, [r4, r2]</td><td class="diff_next"></td><td class="diff_header" id="to31_82">82</td><td nowrap="nowrap"> 5ea3 ldrsh r3, [r4, r2]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_83">83</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to31_83">83</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_84">84</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_84">84</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_85">85</td><td nowrap="nowrap"> b299 uxth r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to31_85">85</td><td nowrap="nowrap"> b299 uxth r1, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_86">86</td><td nowrap="nowrap"> 4002 ands r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to31_86">86</td><td nowrap="nowrap"> 4002 ands r2, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_87">87</td><td nowrap="nowrap"> 4203 tst r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to31_87">87</td><td nowrap="nowrap"> 4203 tst r3, 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"> d00f beq.n 12<span class="diff_chg">80a</span> <__swsetup_r+0xd6></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"> d00f beq.n 12<span class="diff_chg">7f2</span> <__swsetup_r+0xd6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_89">89</td><td nowrap="nowrap"> 2200 movs r2, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_89">89</td><td nowrap="nowrap"> 2200 movs r2, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_90">90</td><td nowrap="nowrap"> 60a2 str r2, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to31_90">90</td><td nowrap="nowrap"> 60a2 str r2, [r4, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_91">91</td><td nowrap="nowrap"> 6962 ldr r2, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to31_91">91</td><td nowrap="nowrap"> 6962 ldr r2, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_92">92</td><td nowrap="nowrap"> 4252 negs r2, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_92">92</td><td nowrap="nowrap"> 4252 negs r2, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_93">93</td><td nowrap="nowrap"> 61a2 str r2, [r4, #24]</td><td class="diff_next"></td><td class="diff_header" id="to31_93">93</td><td nowrap="nowrap"> 61a2 str r2, [r4, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_94">94</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to31_94">94</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_95">95</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td><td class="diff_next"></td><td class="diff_header" id="to31_95">95</td><td nowrap="nowrap"> 6922 ldr r2, [r4, #16]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_96">96</td><td nowrap="nowrap"> 4282 cmp r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to31_96">96</td><td nowrap="nowrap"> 4282 cmp r2, 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"> d1ba bne.n 127<span class="diff_chg">72</span> <__swsetup_r+0x3e></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"> d1ba bne.n 127<span class="diff_chg">5a</span> <__swsetup_r+0x3e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_98">98</td><td nowrap="nowrap"> 060a lsls r2, r1, #24</td><td class="diff_next"></td><td class="diff_header" id="to31_98">98</td><td nowrap="nowrap"> 060a lsls r2, r1, #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"> d5b8 bpl.n 127<span class="diff_chg">72</span> <__swsetup_r+0x3e></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"> d5b8 bpl.n 127<span class="diff_chg">5a</span> <__swsetup_r+0x3e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_100">100</td><td nowrap="nowrap"> 2240 movs r2, #64 ; 0x40</td><td class="diff_next"></td><td class="diff_header" id="to31_100">100</td><td nowrap="nowrap"> 2240 movs r2, #64 ; 0x40</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_101">101</td><td nowrap="nowrap"> 4313 orrs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to31_101">101</td><td nowrap="nowrap"> 4313 orrs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_102">102</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td><td class="diff_next"></td><td class="diff_header" id="to31_102">102</td><td nowrap="nowrap"> 81a3 strh r3, [r4, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_103">103</td><td nowrap="nowrap"> 3801 subs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to31_103">103</td><td nowrap="nowrap"> 3801 subs r0, #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"> e7b3 b.n 127<span class="diff_chg">72</span> <__swsetup_r+0x3e></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"> e7b3 b.n 127<span class="diff_chg">5a</span> <__swsetup_r+0x3e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_105">105</td><td nowrap="nowrap"> 0788 lsls r0, r1, #30</td><td class="diff_next"></td><td class="diff_header" id="to31_105">105</td><td nowrap="nowrap"> 0788 lsls r0, r1, #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"> d400 bmi.n 128<span class="diff_sub">10</span> <__swsetup_r+0xdc></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"> d400 bmi.n 12<span class="diff_add">7f</span>8 <__swsetup_r+0xdc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_107">107</td><td nowrap="nowrap"> 6962 ldr r2, [r4, #20]</td><td class="diff_next"></td><td class="diff_header" id="to31_107">107</td><td nowrap="nowrap"> 6962 ldr r2, [r4, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_108">108</td><td nowrap="nowrap"> 60a2 str r2, [r4, #8]</td><td class="diff_next"></td><td class="diff_header" id="to31_108">108</td><td nowrap="nowrap"> 60a2 str r2, [r4, #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"> e7ef b.n 127<span class="diff_chg">f4</span> <__swsetup_r+0xc0></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"> e7ef b.n 127<span class="diff_chg">dc</span> <__swsetup_r+0xc0></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from31_110">110</td><td nowrap="nowrap"> 20000250 .word 0x20000250</td><td class="diff_next"></td><td class="diff_header" id="to31_110">110</td><td nowrap="nowrap"> 20000250 .word 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"> 00016a<span class="diff_chg">cc</span> .word 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"> 00016a<span class="diff_chg">b4</span> .word 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"> 00016a<span class="diff_chg">ec</span> .word 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"> 00016a<span class="diff_chg">d4</span> .word 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"> 00016a<span class="diff_chg">ac</span> .word 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"> 00016a<span class="diff_chg">94</span> .word 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"> b5f0 push {r4, r5, r6, r7, 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"> b5f0 push {r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_2">2</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_2">2</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_3">3</td><td nowrap="nowrap"> 000f movs r7, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_3">3</td><td nowrap="nowrap"> 000f movs r7, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_4">4</td><td nowrap="nowrap"> 0015 movs r5, r2</td><td class="diff_next"></td><td class="diff_header" id="to32_4">4</td><td nowrap="nowrap"> 0015 movs r5, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_5">5</td><td nowrap="nowrap"> 001c movs r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_5">5</td><td nowrap="nowrap"> 001c movs r4, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_6">6</td><td nowrap="nowrap"> b085 sub sp, #20</td><td class="diff_next"></td><td class="diff_header" id="to32_6">6</td><td nowrap="nowrap"> b085 sub sp, #20</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_7">7</td><td nowrap="nowrap"> 428b cmp r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_7">7</td><td nowrap="nowrap"> 428b cmp r3, 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"> d863 bhi.n 119<span class="diff_chg">68</span> <__udivmoddi4+0xd8></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"> d863 bhi.n 119<span class="diff_chg">50</span> <__udivmoddi4+0xd8></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_9">9</td><td nowrap="nowrap"> d101 bne.n 118<span class="diff_chg">a6</span> <__udivmoddi4+0x16></td><td class="diff_next"></td><td class="diff_header" id="to32_9">9</td><td nowrap="nowrap"> d101 bne.n 118<span class="diff_chg">8e</span> <__udivmoddi4+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_10">10</td><td nowrap="nowrap"> 4282 cmp r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_10">10</td><td nowrap="nowrap"> 4282 cmp r2, 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"> d860 bhi.n 119<span class="diff_chg">68</span> <__udivmoddi4+0xd8></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"> d860 bhi.n 119<span class="diff_chg">50</span> <__udivmoddi4+0xd8></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_12">12</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to32_12">12</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_13">13</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to32_13">13</td><td nowrap="nowrap"> 0028 movs r0, 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"> f000 f879 bl 119<span class="diff_chg">a0</span> <__clzdi2></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"> f000 f879 bl 119<span class="diff_chg">88</span> <__clzdi2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_15">15</td><td nowrap="nowrap"> 0039 movs r1, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_15">15</td><td nowrap="nowrap"> 0039 movs r1, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_16">16</td><td nowrap="nowrap"> 9000 str r0, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_16">16</td><td nowrap="nowrap"> 9000 str r0, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_17">17</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_17">17</td><td nowrap="nowrap"> 0030 movs r0, 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"> f000 f874 bl 119<span class="diff_chg">a0</span> <__clzdi2></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"> f000 f874 bl 119<span class="diff_chg">88</span> <__clzdi2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_19">19</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_19">19</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_20">20</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to32_20">20</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_21">21</td><td nowrap="nowrap"> 1a1b subs r3, r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_21">21</td><td nowrap="nowrap"> 1a1b subs r3, r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_22">22</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_22">22</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_23">23</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to32_23">23</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_24">24</td><td nowrap="nowrap"> 9303 str r3, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_24">24</td><td nowrap="nowrap"> 9303 str r3, [sp, #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"> f000 f860 bl 119<span class="diff_chg">88</span> <__aeabi_llsl></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"> f000 f860 bl 119<span class="diff_chg">70</span> <__aeabi_llsl></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_26">26</td><td nowrap="nowrap"> 9000 str r0, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_26">26</td><td nowrap="nowrap"> 9000 str r0, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_27">27</td><td nowrap="nowrap"> 9101 str r1, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to32_27">27</td><td nowrap="nowrap"> 9101 str r1, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_28">28</td><td nowrap="nowrap"> 42b9 cmp r1, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_28">28</td><td nowrap="nowrap"> 42b9 cmp r1, 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"> d845 bhi.n 119<span class="diff_chg">5c</span> <__udivmoddi4+0xcc></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"> d845 bhi.n 119<span class="diff_chg">44</span> <__udivmoddi4+0xcc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_30">30</td><td nowrap="nowrap"> d101 bne.n 118<span class="diff_chg">d6</span> <__udivmoddi4+0x46></td><td class="diff_next"></td><td class="diff_header" id="to32_30">30</td><td nowrap="nowrap"> d101 bne.n 118<span class="diff_chg">be</span> <__udivmoddi4+0x46></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_31">31</td><td nowrap="nowrap"> 42b0 cmp r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_31">31</td><td nowrap="nowrap"> 42b0 cmp r0, 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"> d842 bhi.n 119<span class="diff_chg">5c</span> <__udivmoddi4+0xcc></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"> d842 bhi.n 119<span class="diff_chg">44</span> <__udivmoddi4+0xcc></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_33">33</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_33">33</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_34">34</td><td nowrap="nowrap"> 9c01 ldr r4, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to32_34">34</td><td nowrap="nowrap"> 9c01 ldr r4, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_35">35</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to32_35">35</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_36">36</td><td nowrap="nowrap"> 2100 movs r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_36">36</td><td nowrap="nowrap"> 2100 movs r1, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_37">37</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_37">37</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_38">38</td><td nowrap="nowrap"> 1af6 subs r6, r6, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_38">38</td><td nowrap="nowrap"> 1af6 subs r6, r6, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_39">39</td><td nowrap="nowrap"> 41a7 sbcs r7, r4</td><td class="diff_next"></td><td class="diff_header" id="to32_39">39</td><td nowrap="nowrap"> 41a7 sbcs r7, 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"> f000 f850 bl 119<span class="diff_chg">88</span> <__aeabi_llsl></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"> f000 f850 bl 119<span class="diff_chg">70</span> <__aeabi_llsl></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_41">41</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_41">41</td><td nowrap="nowrap"> 0004 movs r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_42">42</td><td nowrap="nowrap"> 000d movs r5, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_42">42</td><td nowrap="nowrap"> 000d movs r5, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_43">43</td><td nowrap="nowrap"> 9b03 ldr r3, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_43">43</td><td nowrap="nowrap"> 9b03 ldr r3, [sp, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_44">44</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_44">44</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d02b beq.n 119<span class="diff_chg">4a</span> <__udivmoddi4+0xba></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"> d02b beq.n 119<span class="diff_chg">32</span> <__udivmoddi4+0xba></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_46">46</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to32_46">46</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_47">47</td><td nowrap="nowrap"> 9a00 ldr r2, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_47">47</td><td nowrap="nowrap"> 9a00 ldr r2, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_48">48</td><td nowrap="nowrap"> 07db lsls r3, r3, #31</td><td class="diff_next"></td><td class="diff_header" id="to32_48">48</td><td nowrap="nowrap"> 07db lsls r3, r3, #31</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_49">49</td><td nowrap="nowrap"> 0850 lsrs r0, r2, #1</td><td class="diff_next"></td><td class="diff_header" id="to32_49">49</td><td nowrap="nowrap"> 0850 lsrs r0, r2, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_50">50</td><td nowrap="nowrap"> 4318 orrs r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_50">50</td><td nowrap="nowrap"> 4318 orrs r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_51">51</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to32_51">51</td><td nowrap="nowrap"> 9b01 ldr r3, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_52">52</td><td nowrap="nowrap"> 0859 lsrs r1, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to32_52">52</td><td nowrap="nowrap"> 0859 lsrs r1, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_53">53</td><td nowrap="nowrap"> 9b03 ldr r3, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_53">53</td><td nowrap="nowrap"> 9b03 ldr r3, [sp, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_54">54</td><td nowrap="nowrap"> 469c mov ip, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_54">54</td><td nowrap="nowrap"> 469c mov ip, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_55">55</td><td nowrap="nowrap"> 42b9 cmp r1, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_55">55</td><td nowrap="nowrap"> 42b9 cmp r1, 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"> d82c bhi.n 119<span class="diff_chg">62</span> <__udivmoddi4+0xd2></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"> d82c bhi.n 119<span class="diff_chg">4a</span> <__udivmoddi4+0xd2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_57">57</td><td nowrap="nowrap"> d101 bne.n 11<span class="diff_chg">90e</span> <__udivmoddi4+0x7e></td><td class="diff_next"></td><td class="diff_header" id="to32_57">57</td><td nowrap="nowrap"> d101 bne.n 11<span class="diff_chg">8f6</span> <__udivmoddi4+0x7e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_58">58</td><td nowrap="nowrap"> 42b0 cmp r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_58">58</td><td nowrap="nowrap"> 42b0 cmp r0, 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"> d829 bhi.n 119<span class="diff_chg">62</span> <__udivmoddi4+0xd2></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"> d829 bhi.n 119<span class="diff_chg">4a</span> <__udivmoddi4+0xd2></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_60">60</td><td nowrap="nowrap"> 0032 movs r2, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_60">60</td><td nowrap="nowrap"> 0032 movs r2, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_61">61</td><td nowrap="nowrap"> 003b movs r3, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_61">61</td><td nowrap="nowrap"> 003b movs r3, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_62">62</td><td nowrap="nowrap"> 1a12 subs r2, r2, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_62">62</td><td nowrap="nowrap"> 1a12 subs r2, r2, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_63">63</td><td nowrap="nowrap"> 418b sbcs r3, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_63">63</td><td nowrap="nowrap"> 418b sbcs r3, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_64">64</td><td nowrap="nowrap"> 2601 movs r6, #1</td><td class="diff_next"></td><td class="diff_header" id="to32_64">64</td><td nowrap="nowrap"> 2601 movs r6, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_65">65</td><td nowrap="nowrap"> 1892 adds r2, r2, r2</td><td class="diff_next"></td><td class="diff_header" id="to32_65">65</td><td nowrap="nowrap"> 1892 adds r2, r2, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_66">66</td><td nowrap="nowrap"> 415b adcs r3, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_66">66</td><td nowrap="nowrap"> 415b adcs r3, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_67">67</td><td nowrap="nowrap"> 2700 movs r7, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_67">67</td><td nowrap="nowrap"> 2700 movs r7, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_68">68</td><td nowrap="nowrap"> 18b6 adds r6, r6, r2</td><td class="diff_next"></td><td class="diff_header" id="to32_68">68</td><td nowrap="nowrap"> 18b6 adds r6, r6, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_69">69</td><td nowrap="nowrap"> 415f adcs r7, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_69">69</td><td nowrap="nowrap"> 415f adcs r7, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_70">70</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to32_70">70</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_71">71</td><td nowrap="nowrap"> 425b negs r3, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_71">71</td><td nowrap="nowrap"> 425b negs r3, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_72">72</td><td nowrap="nowrap"> 449c add ip, r3</td><td class="diff_next"></td><td class="diff_header" id="to32_72">72</td><td nowrap="nowrap"> 449c add ip, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_73">73</td><td nowrap="nowrap"> 4663 mov r3, ip</td><td class="diff_next"></td><td class="diff_header" id="to32_73">73</td><td nowrap="nowrap"> 4663 mov r3, ip</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_74">74</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_74">74</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d1ea bne.n 11<span class="diff_chg">904</span> <__udivmoddi4+0x74></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"> d1ea bne.n 11<span class="diff_chg">8ec</span> <__udivmoddi4+0x74></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_76">76</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_76">76</td><td nowrap="nowrap"> 0030 movs r0, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_77">77</td><td nowrap="nowrap"> 0039 movs r1, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_77">77</td><td nowrap="nowrap"> 0039 movs r1, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_78">78</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_78">78</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #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"> f000 f81c bl 119<span class="diff_chg">70</span> <__aeabi_llsr></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"> f000 f81c bl 119<span class="diff_chg">58</span> <__aeabi_llsr></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_80">80</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #12]</td><td class="diff_next"></td><td class="diff_header" id="to32_80">80</td><td nowrap="nowrap"> 9a03 ldr r2, [sp, #12]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_81">81</td><td nowrap="nowrap"> 19a4 adds r4, r4, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_81">81</td><td nowrap="nowrap"> 19a4 adds r4, r4, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_82">82</td><td nowrap="nowrap"> 417d adcs r5, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_82">82</td><td nowrap="nowrap"> 417d adcs r5, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_83">83</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_83">83</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_84">84</td><td nowrap="nowrap"> 000f movs r7, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_84">84</td><td nowrap="nowrap"> 000f movs r7, 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"> f000 f821 bl 119<span class="diff_chg">88</span> <__aeabi_llsl></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"> f000 f821 bl 119<span class="diff_chg">70</span> <__aeabi_llsl></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_86">86</td><td nowrap="nowrap"> 1a24 subs r4, r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to32_86">86</td><td nowrap="nowrap"> 1a24 subs r4, r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_87">87</td><td nowrap="nowrap"> 418d sbcs r5, r1</td><td class="diff_next"></td><td class="diff_header" id="to32_87">87</td><td nowrap="nowrap"> 418d sbcs r5, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_88">88</td><td nowrap="nowrap"> 9b0a ldr r3, [sp, #40] ; 0x28</td><td class="diff_next"></td><td class="diff_header" id="to32_88">88</td><td nowrap="nowrap"> 9b0a ldr r3, [sp, #40] ; 0x28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_89">89</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_89">89</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d001 beq.n 119<span class="diff_chg">54</span> <__udivmoddi4+0xc4></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"> d001 beq.n 119<span class="diff_chg">3c</span> <__udivmoddi4+0xc4></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_91">91</td><td nowrap="nowrap"> 601e str r6, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to32_91">91</td><td nowrap="nowrap"> 601e str r6, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_92">92</td><td nowrap="nowrap"> 605f str r7, [r3, #4]</td><td class="diff_next"></td><td class="diff_header" id="to32_92">92</td><td nowrap="nowrap"> 605f str r7, [r3, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_93">93</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to32_93">93</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_94">94</td><td nowrap="nowrap"> 0029 movs r1, r5</td><td class="diff_next"></td><td class="diff_header" id="to32_94">94</td><td nowrap="nowrap"> 0029 movs r1, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_95">95</td><td nowrap="nowrap"> b005 add sp, #20</td><td class="diff_next"></td><td class="diff_header" id="to32_95">95</td><td nowrap="nowrap"> b005 add sp, #20</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_96">96</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to32_96">96</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_97">97</td><td nowrap="nowrap"> 2400 movs r4, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_97">97</td><td nowrap="nowrap"> 2400 movs r4, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_98">98</td><td nowrap="nowrap"> 2500 movs r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_98">98</td><td nowrap="nowrap"> 2500 movs r5, #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"> e7c4 b.n 118<span class="diff_chg">ec</span> <__udivmoddi4+0x5c></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"> e7c4 b.n 118<span class="diff_chg">d4</span> <__udivmoddi4+0x5c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_100">100</td><td nowrap="nowrap"> 19b6 adds r6, r6, r6</td><td class="diff_next"></td><td class="diff_header" id="to32_100">100</td><td nowrap="nowrap"> 19b6 adds r6, r6, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_101">101</td><td nowrap="nowrap"> 417f adcs r7, r7</td><td class="diff_next"></td><td class="diff_header" id="to32_101">101</td><td nowrap="nowrap"> 417f adcs r7, 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"> e7dc b.n 119<span class="diff_chg">22</span> <__udivmoddi4+0x92></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"> e7dc b.n 119<span class="diff_chg">0a</span> <__udivmoddi4+0x92></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_103">103</td><td nowrap="nowrap"> 2400 movs r4, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_103">103</td><td nowrap="nowrap"> 2400 movs r4, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_104">104</td><td nowrap="nowrap"> 2500 movs r5, #0</td><td class="diff_next"></td><td class="diff_header" id="to32_104">104</td><td nowrap="nowrap"> 2500 movs r5, #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"> e7ed b.n 119<span class="diff_chg">4a</span> <__udivmoddi4+0xba></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"> e7ed b.n 119<span class="diff_chg">32</span> <__udivmoddi4+0xba></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from32_106">106</td><td nowrap="nowrap"><span class="source"> ...</span></td><td class="diff_next"></td><td class="diff_header" id="to32_106">106</td><td nowrap="nowrap"><span class="source"> ...</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"> 2900 cmp r1, #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"> 2900 cmp r1, #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"> d034 beq.n 117<span class="diff_chg">aa</span> <.udivsi3_skip_div0_test+0x6a></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"> d034 beq.n 117<span class="diff_chg">92</span> <.udivsi3_skip_div0_test+0x6a></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"> rmutex_unlock(&_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"> rmutex_unlock(&_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 inline bool _addr_equals(const ipv6_addr_t *addr,</span></td><td class="diff_next"></td><td class="diff_header" id="to34_4">4</td><td nowrap="nowrap"><span class="source">static inline bool _addr_equals(const ipv6_addr_t *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"> const _nib_onl_entry_t *node)</span></td><td class="diff_next"></td><td class="diff_header" id="to34_5">5</td><td nowrap="nowrap"><span class="source"> const _nib_onl_entry_t *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"> b570 push {r4, r5, r6, lr}</td><td class="diff_next"></td><td class="diff_header" id="to34_7">7</td><td nowrap="nowrap"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_8">8</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to34_8">8</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_9">9</td><td nowrap="nowrap"><span class="source"> return (addr == NULL) || ipv6_addr_is_unspecified(&node->ipv6) ||</span></td><td class="diff_next"></td><td class="diff_header" id="to34_9">9</td><td nowrap="nowrap"><span class="source"> return (addr == NULL) || ipv6_addr_is_unspecified(&node->ipv6) ||</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"> d103 bne.n 3<span class="diff_chg">70a</span> <_addr_equals+0xe></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"> d103 bne.n 3<span class="diff_chg">6f2</span> <_addr_equals+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_11">11</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to34_11">11</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_12">12</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to34_12">12</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_13">13</td><td nowrap="nowrap"> 4018 ands r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to34_13">13</td><td nowrap="nowrap"> 4018 ands r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_14">14</td><td nowrap="nowrap"><span class="source"> (ipv6_addr_equal(addr, &node->ipv6));</span></td><td class="diff_next"></td><td class="diff_header" id="to34_14">14</td><td nowrap="nowrap"><span class="source"> (ipv6_addr_equal(addr, &node->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"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to34_16">16</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_17">17</td><td nowrap="nowrap"><span class="source"> return (addr == NULL) || ipv6_addr_is_unspecified(&node->ipv6) ||</span></td><td class="diff_next"></td><td class="diff_header" id="to34_17">17</td><td nowrap="nowrap"><span class="source"> return (addr == NULL) || ipv6_addr_is_unspecified(&node->ipv6) ||</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_18">18</td><td nowrap="nowrap"> 1d0c adds r4, r1, #4</td><td class="diff_next"></td><td class="diff_header" id="to34_18">18</td><td nowrap="nowrap"> 1d0c adds r4, r1, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_19">19</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to34_19">19</td><td nowrap="nowrap"> 0020 movs r0, 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"> f7ff ffe9 bl 36<span class="diff_chg">e4</span> <ipv6_addr_is_unspecified></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"> f7ff ffe9 bl 36<span class="diff_chg">cc</span> <ipv6_addr_is_unspecified></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_21">21</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to34_21">21</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d1f5 bne.n 3<span class="diff_chg">702</span> <_addr_equals+0x6></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"> d1f5 bne.n 3<span class="diff_chg">6ea</span> <_addr_equals+0x6></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_23">23</td><td nowrap="nowrap"><span class="source"> (ipv6_addr_equal(addr, &node->ipv6));</span></td><td class="diff_next"></td><td class="diff_header" id="to34_23">23</td><td nowrap="nowrap"><span class="source"> (ipv6_addr_equal(addr, &node->ipv6));</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_24">24</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to34_24">24</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_25">25</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to34_25">25</td><td nowrap="nowrap"> 0028 movs r0, 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"> f005 ffc3 bl 96<span class="diff_chg">a4</span> <ipv6_addr_equal></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"> f005 ffc3 bl 96<span class="diff_chg">8c</span> <ipv6_addr_equal></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from34_27">27</td><td nowrap="nowrap"> e7f1 b.n 3<span class="diff_chg">704</span> <_addr_equals+0x8></td><td class="diff_next"></td><td class="diff_header" id="to34_27">27</td><td nowrap="nowrap"> e7f1 b.n 3<span class="diff_chg">6ec</span> <_addr_equals+0x8></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"> 00016959 0001695c 00016966 00016971 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"> 00016941 00016944 0001694e 00016959 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 IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN) || 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 IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_6LN) || 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 char 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 char 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 _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *pfx,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_4">4</td><td nowrap="nowrap"><span class="source">void _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *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"> uint8_t pfx_len)</span></td><td class="diff_next"></td><td class="diff_header" id="to36_5">5</td><td nowrap="nowrap"><span class="source"> uint8_t 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"> b5f0 push {r4, r5, r6, r7, lr}</td><td class="diff_next"></td><td class="diff_header" id="to36_7">7</td><td nowrap="nowrap"> b5f0 push {r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to36_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_9">9</td><td nowrap="nowrap"> 0027 movs r7, r4</td><td class="diff_next"></td><td class="diff_header" id="to36_9">9</td><td nowrap="nowrap"> 0027 movs r7, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_10">10</td><td nowrap="nowrap"> b087 sub sp, #28</td><td class="diff_next"></td><td class="diff_header" id="to36_10">10</td><td nowrap="nowrap"> b087 sub sp, #28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_11">11</td><td nowrap="nowrap"> 9201 str r2, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to36_11">11</td><td nowrap="nowrap"> 9201 str r2, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_12">12</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to36_12">12</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_13">13</td><td nowrap="nowrap"><span class="source"> ipv6_addr_t addr = 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"> ipv6_addr_t addr = IPV6_ADDR_UNSPECIFIED;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_14">14</td><td nowrap="nowrap"> 2210 movs r2, #16</td><td class="diff_next"></td><td class="diff_header" id="to36_14">14</td><td nowrap="nowrap"> 2210 movs r2, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_15">15</td><td nowrap="nowrap"> 2100 movs r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to36_15">15</td><td nowrap="nowrap"> 2100 movs r1, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_16">16</td><td nowrap="nowrap"> a802 add r0, sp, #8</td><td class="diff_next"></td><td class="diff_header" id="to36_16">16</td><td nowrap="nowrap"> a802 add r0, sp, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_17">17</td><td nowrap="nowrap"> 37fc adds r7, #252 ; 0xfc</td><td class="diff_next"></td><td class="diff_header" id="to36_17">17</td><td nowrap="nowrap"> 37fc adds r7, #252 ; 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"> f00d fca6 bl 11e<span class="diff_chg">f4</span> <memset></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"> f00d fca6 bl 11e<span class="diff_chg">dc</span> <memset></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_19">19</td><td nowrap="nowrap"> 6b3b ldr r3, [r7, #48] ; 0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_19">19</td><td nowrap="nowrap"> 6b3b ldr r3, [r7, #48] ; 0x30</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_20">20</td><td nowrap="nowrap"><span class="source"> int idx;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_20">20</td><td nowrap="nowrap"><span class="source"> int 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"> uint8_t flags = 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"> uint8_t flags = 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 !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 !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"> if (!gnrc_netif_is_6ln(netif)) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_24">24</td><td nowrap="nowrap"><span class="source"> if (!gnrc_netif_is_6ln(netif)) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_25">25</td><td nowrap="nowrap"> 04da lsls r2, r3, #19</td><td class="diff_next"></td><td class="diff_header" id="to36_25">25</td><td nowrap="nowrap"> 04da lsls r2, r3, #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"> d407 bmi.n 45<span class="diff_chg">be</span> <_auto_configure_addr+0x2e></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"> d407 bmi.n 45<span class="diff_chg">a6</span> <_auto_configure_addr+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_27">27</td><td nowrap="nowrap"><span class="source"> LOG_WARNING("SLAAC not activated; will not auto-configure IPv6 address "</span></td><td class="diff_next"></td><td class="diff_header" id="to36_27">27</td><td nowrap="nowrap"><span class="source"> LOG_WARNING("SLAAC not activated; will not auto-configure IPv6 address "</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_28">28</td><td nowrap="nowrap"> 239f movs r3, #159 ; 0x9f</td><td class="diff_next"></td><td class="diff_header" id="to36_28">28</td><td nowrap="nowrap"> 239f movs r3, #159 ; 0x9f</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_29">29</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to36_29">29</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_30">30</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to36_30">30</td><td nowrap="nowrap"> 5ee1 ldrsh r1, [r4, 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"> 4828 ldr r0, [pc, #160] ; (46<span class="diff_chg">58</span> <_auto_configure_addr+0xc8>)</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"> 4828 ldr r0, [pc, #160] ; (46<span class="diff_chg">40</span> <_auto_configure_addr+0xc8>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_32">32</td><td nowrap="nowrap"> f00d fd4d bl 120<span class="diff_chg">54</span> <iprintf></td><td class="diff_next"></td><td class="diff_header" id="to36_32">32</td><td nowrap="nowrap"> f00d fd4d bl 120<span class="diff_chg">3c</span> <iprintf></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_33">33</td><td nowrap="nowrap"><span class="source"> _handle_rereg_address(&netif->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"> _handle_rereg_address(&netif->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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to36_34">34</td><td nowrap="nowrap"><span class="source"> }</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 /* CONFIG_GNRC_IPV6_NIB_6LN */</span></td><td class="diff_next"></td><td class="diff_header" id="to36_35">35</td><td nowrap="nowrap"><span class="source">#else /* CONFIG_GNRC_IPV6_NIB_6LN */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_36">36</td><td nowrap="nowrap"><span class="source"> (void)idx;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_36">36</td><td nowrap="nowrap"><span class="source"> (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 /* CONFIG_GNRC_IPV6_NIB_6LN */</span></td><td class="diff_next"></td><td class="diff_header" id="to36_37">37</td><td nowrap="nowrap"><span class="source">#endif /* CONFIG_GNRC_IPV6_NIB_6LN */</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"> b007 add sp, #28</td><td class="diff_next"></td><td class="diff_header" id="to36_39">39</td><td nowrap="nowrap"> b007 add sp, #28</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_40">40</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to36_40">40</td><td nowrap="nowrap"> bdf0 pop {r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_41">41</td><td nowrap="nowrap"><span class="source"> if (!(netif->flags & GNRC_NETIF_FLAGS_HAS_L2ADDR)) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_41">41</td><td nowrap="nowrap"><span class="source"> if (!(netif->flags & GNRC_NETIF_FLAGS_HAS_L2ADDR)) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_42">42</td><td nowrap="nowrap"> 2201 movs r2, #1</td><td class="diff_next"></td><td class="diff_header" id="to36_42">42</td><td nowrap="nowrap"> 2201 movs r2, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_43">43</td><td nowrap="nowrap"> 4213 tst r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to36_43">43</td><td nowrap="nowrap"> 4213 tst r3, 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"> d0fa beq.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></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"> d0fa beq.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_45">45</td><td nowrap="nowrap"><span class="source">static inline int gnrc_netif_ipv6_get_iid(gnrc_netif_t *netif, eui64_t *iid)</span></td><td class="diff_next"></td><td class="diff_header" id="to36_45">45</td><td nowrap="nowrap"><span class="source">static inline int gnrc_netif_ipv6_get_iid(gnrc_netif_t *netif, eui64_t *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 GNRC_NETIF_L2ADDR_MAXLEN > 0</span></td><td class="diff_next"></td><td class="diff_header" id="to36_47">47</td><td nowrap="nowrap"><span class="source">#if GNRC_NETIF_L2ADDR_MAXLEN > 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"> if (netif->flags & GNRC_NETIF_FLAGS_HAS_L2ADDR) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_48">48</td><td nowrap="nowrap"><span class="source"> if (netif->flags & GNRC_NETIF_FLAGS_HAS_L2ADDR) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_49">49</td><td nowrap="nowrap"><span class="source"> return 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"> return 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"> netif->l2addr, netif->l2addr_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_50">50</td><td nowrap="nowrap"><span class="source"> netif->l2addr, netif->l2addr_len,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_51">51</td><td nowrap="nowrap"> 239c movs r3, #156 ; 0x9c</td><td class="diff_next"></td><td class="diff_header" id="to36_51">51</td><td nowrap="nowrap"> 239c movs r3, #156 ; 0x9c</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_52">52</td><td nowrap="nowrap"><span class="source"> return 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"> return 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"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to36_53">53</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_54">54</td><td nowrap="nowrap"><span class="source"> netif->l2addr, netif->l2addr_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_54">54</td><td nowrap="nowrap"><span class="source"> netif->l2addr, netif->l2addr_len,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_55">55</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to36_55">55</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_56">56</td><td nowrap="nowrap"><span class="source"> return 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"> return 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"> 3131 adds r1, #49 ; 0x31</td><td class="diff_next"></td><td class="diff_header" id="to36_57">57</td><td nowrap="nowrap"> 3131 adds r1, #49 ; 0x31</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_58">58</td><td nowrap="nowrap"> 5ce2 ldrb r2, [r4, r3]</td><td class="diff_next"></td><td class="diff_header" id="to36_58">58</td><td nowrap="nowrap"> 5ce2 ldrb r2, [r4, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_59">59</td><td nowrap="nowrap"> 31ff adds r1, #255 ; 0xff</td><td class="diff_next"></td><td class="diff_header" id="to36_59">59</td><td nowrap="nowrap"> 31ff adds r1, #255 ; 0xff</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_60">60</td><td nowrap="nowrap"> ab04 add r3, sp, #16</td><td class="diff_next"></td><td class="diff_header" id="to36_60">60</td><td nowrap="nowrap"> ab04 add r3, sp, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_61">61</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to36_61">61</td><td nowrap="nowrap"> 0020 movs r0, 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"> f002 fb1c bl 6<span class="diff_chg">c10</span> <gnrc_netif_ipv6_iid_from_addr></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"> f002 fb1c bl 6<span class="diff_chg">bf8</span> <gnrc_netif_ipv6_iid_from_addr></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_63">63</td><td nowrap="nowrap"><span class="source"> ipv6_addr_init_prefix(&addr, pfx, pfx_len);</span></td><td class="diff_next"></td><td class="diff_header" id="to36_63">63</td><td nowrap="nowrap"><span class="source"> ipv6_addr_init_prefix(&addr, pfx, pfx_len);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_64">64</td><td nowrap="nowrap"> 0031 movs r1, r6</td><td class="diff_next"></td><td class="diff_header" id="to36_64">64</td><td nowrap="nowrap"> 0031 movs r1, r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_65">65</td><td nowrap="nowrap"> 9a01 ldr r2, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to36_65">65</td><td nowrap="nowrap"> 9a01 ldr r2, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_66">66</td><td nowrap="nowrap"> a802 add r0, sp, #8</td><td class="diff_next"></td><td class="diff_header" id="to36_66">66</td><td nowrap="nowrap"> a802 add r0, sp, #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"> f005 f8e1 bl 97<span class="diff_chg">a4</span> <ipv6_addr_init_prefix></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"> f005 f8e1 bl 97<span class="diff_chg">8c</span> <ipv6_addr_init_prefix></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_68">68</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_68">68</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_69">69</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to36_69">69</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_70">70</td><td nowrap="nowrap"> a902 add r1, sp, #8</td><td class="diff_next"></td><td class="diff_header" id="to36_70">70</td><td nowrap="nowrap"> a902 add r1, sp, #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"> f001 fdd9 bl 61<span class="diff_chg">9c</span> <gnrc_netif_ipv6_addr_idx></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"> f001 fdd9 bl 61<span class="diff_chg">84</span> <gnrc_netif_ipv6_addr_idx></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_72">72</td><td nowrap="nowrap"><span class="source"> bool new_address = false;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_72">72</td><td nowrap="nowrap"><span class="source"> bool new_address = false;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_73">73</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to36_73">73</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_74">74</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_74">74</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_75">75</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to36_75">75</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_76">76</td><td nowrap="nowrap"><span class="source"> bool new_address = false;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_76">76</td><td nowrap="nowrap"><span class="source"> bool new_address = false;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_77">77</td><td nowrap="nowrap"> 9300 str r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_77">77</td><td nowrap="nowrap"> 9300 str r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_78">78</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_78">78</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_idx(netif, &addr)) < 0) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_79">79</td><td nowrap="nowrap"> 4298 cmp r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to36_79">79</td><td nowrap="nowrap"> 4298 cmp r0, 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"> da09 bge.n 4<span class="diff_chg">6</span>0<span class="diff_sub">8</span> <_auto_configure_addr+0x78></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"> da09 bge.n 4<span class="diff_chg">5f</span>0 <_auto_configure_addr+0x78></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_81">81</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_add_internal(netif, &addr, pfx_len,</span></td><td class="diff_next"></td><td class="diff_header" id="to36_81">81</td><td nowrap="nowrap"><span class="source"> if ((idx = gnrc_netif_ipv6_addr_add_internal(netif, &addr, pfx_len,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_82">82</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to36_82">82</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_83">83</td><td nowrap="nowrap"> 9a01 ldr r2, [sp, #4]</td><td class="diff_next"></td><td class="diff_header" id="to36_83">83</td><td nowrap="nowrap"> 9a01 ldr r2, [sp, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_84">84</td><td nowrap="nowrap"> 3307 adds r3, #7</td><td class="diff_next"></td><td class="diff_header" id="to36_84">84</td><td nowrap="nowrap"> 3307 adds r3, #7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_85">85</td><td nowrap="nowrap"> a902 add r1, sp, #8</td><td class="diff_next"></td><td class="diff_header" id="to36_85">85</td><td nowrap="nowrap"> a902 add r1, sp, #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"> f001 ff74 bl 64<span class="diff_chg">e8</span> <gnrc_netif_ipv6_addr_add_internal></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"> f001 ff74 bl 64<span class="diff_chg">d0</span> <gnrc_netif_ipv6_addr_add_internal></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_87">87</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to36_87">87</td><td nowrap="nowrap"> 1e05 subs r5, r0, #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"> dbda blt.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></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"> dbda blt.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_89">89</td><td nowrap="nowrap"><span class="source"> new_address = true;</span></td><td class="diff_next"></td><td class="diff_header" id="to36_89">89</td><td nowrap="nowrap"><span class="source"> new_address = true;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_90">90</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to36_90">90</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_91">91</td><td nowrap="nowrap"> 9300 str r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_91">91</td><td nowrap="nowrap"> 9300 str r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_92">92</td><td nowrap="nowrap"><span class="source"> if (gnrc_netif_is_6ln(netif) && ipv6_addr_is_link_local(pfx)) {</span></td><td class="diff_next"></td><td class="diff_header" id="to36_92">92</td><td nowrap="nowrap"><span class="source"> if (gnrc_netif_is_6ln(netif) && ipv6_addr_is_link_local(pfx)) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_93">93</td><td nowrap="nowrap"> 6b3b ldr r3, [r7, #48] ; 0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_93">93</td><td nowrap="nowrap"> 6b3b ldr r3, [r7, #48] ; 0x30</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_94">94</td><td nowrap="nowrap"> 04db lsls r3, r3, #19</td><td class="diff_next"></td><td class="diff_header" id="to36_94">94</td><td nowrap="nowrap"> 04db lsls r3, r3, #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"> d5d5 bpl.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></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"> d5d5 bpl.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_96">96</td><td nowrap="nowrap"><span class="source"> return (memcmp(addr, &ipv6_addr_link_local_prefix, sizeof(addr->u64[0])) == 0) ||</span></td><td class="diff_next"></td><td class="diff_header" id="to36_96">96</td><td nowrap="nowrap"><span class="source"> return (memcmp(addr, &ipv6_addr_link_local_prefix, sizeof(addr->u64[0])) == 0) ||</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_97">97</td><td nowrap="nowrap"> 2208 movs r2, #8</td><td class="diff_next"></td><td class="diff_header" id="to36_97">97</td><td nowrap="nowrap"> 2208 movs r2, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_98">98</td><td nowrap="nowrap"> 0030 movs r0, r6</td><td class="diff_next"></td><td class="diff_header" id="to36_98">98</td><td nowrap="nowrap"> 0030 movs r0, 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"> 4912 ldr r1, [pc, #72] ; (46<span class="diff_chg">5c</span> <_auto_configure_addr+0xcc>)</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"> 4912 ldr r1, [pc, #72] ; (46<span class="diff_chg">44</span> <_auto_configure_addr+0xcc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_100">100</td><td nowrap="nowrap"> f00d fc57 bl 11e<span class="diff_chg">c6</span> <memcmp></td><td class="diff_next"></td><td class="diff_header" id="to36_100">100</td><td nowrap="nowrap"> f00d fc57 bl 11e<span class="diff_chg">ae</span> <memcmp></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_101">101</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to36_101">101</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d007 beq.n 46<span class="diff_chg">2c</span> <_auto_configure_addr+0x9c></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"> d007 beq.n 46<span class="diff_chg">14</span> <_auto_configure_addr+0x9c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_103">103</td><td nowrap="nowrap"> 7833 ldrb r3, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_103">103</td><td nowrap="nowrap"> 7833 ldrb r3, [r6, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_104">104</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 0xff</td><td class="diff_next"></td><td class="diff_header" id="to36_104">104</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 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"> d10d bne.n 46<span class="diff_chg">3e</span> <_auto_configure_addr+0xae></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"> d10d bne.n 46<span class="diff_chg">26</span> <_auto_configure_addr+0xae></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_106">106</td><td nowrap="nowrap"> 220f movs r2, #15</td><td class="diff_next"></td><td class="diff_header" id="to36_106">106</td><td nowrap="nowrap"> 220f movs r2, #15</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_107">107</td><td nowrap="nowrap"> 7873 ldrb r3, [r6, #1]</td><td class="diff_next"></td><td class="diff_header" id="to36_107">107</td><td nowrap="nowrap"> 7873 ldrb r3, [r6, #1]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_108">108</td><td nowrap="nowrap"> 4013 ands r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to36_108">108</td><td nowrap="nowrap"> 4013 ands r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_109">109</td><td nowrap="nowrap"> 2b02 cmp r3, #2</td><td class="diff_next"></td><td class="diff_header" id="to36_109">109</td><td nowrap="nowrap"> 2b02 cmp r3, #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"> d108 bne.n 46<span class="diff_chg">3e</span> <_auto_configure_addr+0xae></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"> d108 bne.n 46<span class="diff_chg">26</span> <_auto_configure_addr+0xae></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_111">111</td><td nowrap="nowrap"><span class="source"> netif->ipv6.addrs_flags[idx] &= ~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"> netif->ipv6.addrs_flags[idx] &= ~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"> 211f movs r1, #31</td><td class="diff_next"></td><td class="diff_header" id="to36_112">112</td><td nowrap="nowrap"> 211f movs r1, #31</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_113">113</td><td nowrap="nowrap"><span class="source"> netif->ipv6.addrs_flags[idx] |= 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"> netif->ipv6.addrs_flags[idx] |= 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"> 1963 adds r3, r4, r5</td><td class="diff_next"></td><td class="diff_header" id="to36_114">114</td><td nowrap="nowrap"> 1963 adds r3, r4, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_115">115</td><td nowrap="nowrap"> 3330 adds r3, #48 ; 0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_115">115</td><td nowrap="nowrap"> 3330 adds r3, #48 ; 0x30</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_116">116</td><td nowrap="nowrap"><span class="source"> netif->ipv6.addrs_flags[idx] &= ~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"> netif->ipv6.addrs_flags[idx] &= ~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"> 781a ldrb r2, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_117">117</td><td nowrap="nowrap"> 781a ldrb r2, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_118">118</td><td nowrap="nowrap"> 438a bics r2, r1</td><td class="diff_next"></td><td class="diff_header" id="to36_118">118</td><td nowrap="nowrap"> 438a bics r2, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_119">119</td><td nowrap="nowrap"> 0011 movs r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to36_119">119</td><td nowrap="nowrap"> 0011 movs r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_120">120</td><td nowrap="nowrap"><span class="source"> netif->ipv6.addrs_flags[idx] |= 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"> netif->ipv6.addrs_flags[idx] |= 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"> 2210 movs r2, #16</td><td class="diff_next"></td><td class="diff_header" id="to36_121">121</td><td nowrap="nowrap"> 2210 movs r2, #16</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_122">122</td><td nowrap="nowrap"> 430a orrs r2, r1</td><td class="diff_next"></td><td class="diff_header" id="to36_122">122</td><td nowrap="nowrap"> 430a orrs r2, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_123">123</td><td nowrap="nowrap"> 701a strb r2, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_123">123</td><td nowrap="nowrap"> 701a strb r2, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_124">124</td><td nowrap="nowrap"><span class="source"> if (new_address && gnrc_netif_is_6ln(netif) &&</span></td><td class="diff_next"></td><td class="diff_header" id="to36_124">124</td><td nowrap="nowrap"><span class="source"> if (new_address && gnrc_netif_is_6ln(netif) &&</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_125">125</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td><td class="diff_next"></td><td class="diff_header" id="to36_125">125</td><td nowrap="nowrap"> 9b00 ldr r3, [sp, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_126">126</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to36_126">126</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d0ba beq.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></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"> d0ba beq.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_128">128</td><td nowrap="nowrap"><span class="source"> return (netif->flags & 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"> return (netif->flags & 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"> 6b3b ldr r3, [r7, #48] ; 0x30</td><td class="diff_next"></td><td class="diff_header" id="to36_129">129</td><td nowrap="nowrap"> 6b3b ldr r3, [r7, #48] ; 0x30</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_130">130</td><td nowrap="nowrap"> 04db lsls r3, r3, #19</td><td class="diff_next"></td><td class="diff_header" id="to36_130">130</td><td nowrap="nowrap"> 04db lsls r3, r3, #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"> d5b7 bpl.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></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"> d5b7 bpl.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_132">132</td><td nowrap="nowrap"><span class="source"> _handle_rereg_address(&netif->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"> _handle_rereg_address(&netif->ipv6.addrs[idx]);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_133">133</td><td nowrap="nowrap"> 0128 lsls r0, r5, #4</td><td class="diff_next"></td><td class="diff_header" id="to36_133">133</td><td nowrap="nowrap"> 0128 lsls r0, r5, #4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_134">134</td><td nowrap="nowrap"> 3032 adds r0, #50 ; 0x32</td><td class="diff_next"></td><td class="diff_header" id="to36_134">134</td><td nowrap="nowrap"> 3032 adds r0, #50 ; 0x32</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_135">135</td><td nowrap="nowrap"> 1820 adds r0, r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to36_135">135</td><td nowrap="nowrap"> 1820 adds r0, r4, 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"> f000 f84e bl 46<span class="diff_chg">f0</span> <_handle_rereg_address></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"> f000 f84e bl 46<span class="diff_chg">d8</span> <_handle_rereg_address></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_137">137</td><td nowrap="nowrap"> e7b1 b.n 45<span class="diff_sub">b</span>a <_auto_configure_addr+0x2a></td><td class="diff_next"></td><td class="diff_header" id="to36_137">137</td><td nowrap="nowrap"> e7b1 b.n 45a<span class="diff_add">2</span> <_auto_configure_addr+0x2a></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from36_138">138</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to36_138">138</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 000137<span class="diff_chg">f0</span> .word 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"> 000137<span class="diff_chg">d8</span> .word 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"> 00013a<span class="diff_chg">cf</span> .word 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"> 00013a<span class="diff_chg">b7</span> .word 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 gnrc_pktsnip_t *_build_frag_pkt(gnrc_pktsnip_t *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 gnrc_pktsnip_t *_build_frag_pkt(gnrc_pktsnip_t *pkt,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_2">2</td><td nowrap="nowrap"> b5f8 push {r3, r4, r5, r6, r7, lr}</td><td class="diff_next"></td><td class="diff_header" id="to37_2">2</td><td nowrap="nowrap"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_3">3</td><td nowrap="nowrap"> 0005 movs r5, r0</td><td class="diff_next"></td><td class="diff_header" id="to37_3">3</td><td nowrap="nowrap"> 0005 movs r5, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_4">4</td><td nowrap="nowrap"> 000e movs r6, r1</td><td class="diff_next"></td><td class="diff_header" id="to37_4">4</td><td nowrap="nowrap"> 000e movs r6, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_5">5</td><td nowrap="nowrap"> 001f movs r7, r3</td><td class="diff_next"></td><td class="diff_header" id="to37_5">5</td><td nowrap="nowrap"> 001f movs r7, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_6">6</td><td nowrap="nowrap"><span class="source"> return (a < b) ? a : b;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_6">6</td><td nowrap="nowrap"><span class="source"> return (a < b) ? a : b;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_7">7</td><td nowrap="nowrap"> 4293 cmp r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_7">7</td><td nowrap="nowrap"> 4293 cmp r3, 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"> d900 bls.n 792<span class="diff_sub">a</span> <_build_frag_pkt.isra.0+0xe></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"> d900 bls.n 79<span class="diff_add">1</span>2 <_build_frag_pkt.isra.0+0xe></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_9">9</td><td nowrap="nowrap"> 0017 movs r7, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_9">9</td><td nowrap="nowrap"> 0017 movs r7, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_10">10</td><td nowrap="nowrap"><span class="source"> netif = 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"> netif = 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"> 7829 ldrb r1, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to37_11">11</td><td nowrap="nowrap"> 7829 ldrb r1, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_12">12</td><td nowrap="nowrap"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to37_12">12</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_13">13</td><td nowrap="nowrap"><span class="source"> return (((uint8_t *)(hdr + 1)) + hdr->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"> return (((uint8_t *)(hdr + 1)) + hdr->src_l2addr_len);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_14">14</td><td nowrap="nowrap"> 000a movs r2, r1</td><td class="diff_next"></td><td class="diff_header" id="to37_14">14</td><td nowrap="nowrap"> 000a movs r2, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_15">15</td><td nowrap="nowrap"> 3208 adds r2, #8</td><td class="diff_next"></td><td class="diff_header" id="to37_15">15</td><td nowrap="nowrap"> 3208 adds r2, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_16">16</td><td nowrap="nowrap"> 786b ldrb r3, [r5, #1]</td><td class="diff_next"></td><td class="diff_header" id="to37_16">16</td><td nowrap="nowrap"> 786b ldrb r3, [r5, #1]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_17">17</td><td nowrap="nowrap"> 18aa adds r2, r5, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_17">17</td><td nowrap="nowrap"> 18aa adds r2, r5, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_18">18</td><td nowrap="nowrap"> 3008 adds r0, #8</td><td class="diff_next"></td><td class="diff_header" id="to37_18">18</td><td nowrap="nowrap"> 3008 adds r0, #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"> f7ff f979 bl 6c<span class="diff_chg">2e</span> <gnrc_netif_hdr_build></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"> f7ff f979 bl 6c<span class="diff_chg">16</span> <gnrc_netif_hdr_build></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_20">20</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to37_20">20</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_21">21</td><td nowrap="nowrap"><span class="source"> if (netif == NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to37_21">21</td><td nowrap="nowrap"><span class="source"> if (netif == NULL) {</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"> d011 beq.n 79<span class="diff_sub">6</span>4 <_build_frag_pkt.isra.0+0x48></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"> d011 beq.n 794<span class="diff_add">c</span> <_build_frag_pkt.isra.0+0x48></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_23">23</td><td nowrap="nowrap"><span class="source"> *new_netif_hdr = *netif_hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_23">23</td><td nowrap="nowrap"><span class="source"> *new_netif_hdr = *netif_hdr;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_24">24</td><td nowrap="nowrap"> 0029 movs r1, r5</td><td class="diff_next"></td><td class="diff_header" id="to37_24">24</td><td nowrap="nowrap"> 0029 movs r1, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_25">25</td><td nowrap="nowrap"> 2208 movs r2, #8</td><td class="diff_next"></td><td class="diff_header" id="to37_25">25</td><td nowrap="nowrap"> 2208 movs r2, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_26">26</td><td nowrap="nowrap"> 6840 ldr r0, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to37_26">26</td><td nowrap="nowrap"> 6840 ldr r0, [r0, #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"> f00a facc bl 11e<span class="diff_chg">e2</span> <memcpy></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"> f00a facc bl 11e<span class="diff_chg">ca</span> <memcpy></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_28">28</td><td nowrap="nowrap"><span class="source"> frag = gnrc_pktbuf_add(NULL, NULL, fragment_size, 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"> frag = gnrc_pktbuf_add(NULL, NULL, fragment_size, GNRC_NETTYPE_SIXLOWPAN);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_29">29</td><td nowrap="nowrap"> 2100 movs r1, #0</td><td class="diff_next"></td><td class="diff_header" id="to37_29">29</td><td nowrap="nowrap"> 2100 movs r1, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_30">30</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to37_30">30</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_31">31</td><td nowrap="nowrap"> 003a movs r2, r7</td><td class="diff_next"></td><td class="diff_header" id="to37_31">31</td><td nowrap="nowrap"> 003a movs r2, r7</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_32">32</td><td nowrap="nowrap"> 0008 movs r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to37_32">32</td><td nowrap="nowrap"> 0008 movs r0, 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"> f7ff fb71 bl 70<span class="diff_chg">38</span> <gnrc_pktbuf_add></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"> f7ff fb71 bl 70<span class="diff_chg">20</span> <gnrc_pktbuf_add></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_34">34</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to37_34">34</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_35">35</td><td nowrap="nowrap"><span class="source"> if (frag == NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to37_35">35</td><td nowrap="nowrap"><span class="source"> if (frag == NULL) {</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"> d106 bne.n 79<span class="diff_chg">68</span> <_build_frag_pkt.isra.0+0x4c></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"> d106 bne.n 79<span class="diff_chg">50</span> <_build_frag_pkt.isra.0+0x4c></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_37">37</td><td nowrap="nowrap"><span class="source"> gnrc_pktbuf_release_error(pkt, 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"> gnrc_pktbuf_release_error(pkt, GNRC_NETERR_SUCCESS);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_38">38</td><td nowrap="nowrap"> 0001 movs r1, r0</td><td class="diff_next"></td><td class="diff_header" id="to37_38">38</td><td nowrap="nowrap"> 0001 movs r1, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_39">39</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to37_39">39</td><td nowrap="nowrap"> 0020 movs r0, 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"> f7ff fc5d bl 72<span class="diff_chg">1c</span> <gnrc_pktbuf_release_error></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"> f7ff fc5d bl 72<span class="diff_chg">04</span> <gnrc_pktbuf_release_error></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_41">41</td><td nowrap="nowrap"><span class="source"> return NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_41">41</td><td nowrap="nowrap"><span class="source"> return NULL;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_42">42</td><td nowrap="nowrap"> 002c movs r4, r5</td><td class="diff_next"></td><td class="diff_header" id="to37_42">42</td><td nowrap="nowrap"> 002c movs r4, 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"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to37_44">44</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_45">45</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to37_45">45</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_46">46</td><td nowrap="nowrap"> 88b2 ldrh r2, [r6, #4]</td><td class="diff_next"></td><td class="diff_header" id="to37_46">46</td><td nowrap="nowrap"> 88b2 ldrh r2, [r6, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_47">47</td><td nowrap="nowrap"><span class="source"> frag_hdr = frag->data;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_47">47</td><td nowrap="nowrap"><span class="source"> frag_hdr = frag->data;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_48">48</td><td nowrap="nowrap"> 6843 ldr r3, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to37_48">48</td><td nowrap="nowrap"> 6843 ldr r3, [r0, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_49">49</td><td nowrap="nowrap"> ba52 rev16 r2, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_49">49</td><td nowrap="nowrap"> ba52 rev16 r2, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_50">50</td><td nowrap="nowrap"> b291 uxth r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_50">50</td><td nowrap="nowrap"> b291 uxth r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_51">51</td><td nowrap="nowrap"><span class="source"> frag_hdr->disp_size = byteorder_htons(fbuf->datagram_size);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_51">51</td><td nowrap="nowrap"><span class="source"> frag_hdr->disp_size = byteorder_htons(fbuf->datagram_size);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_52">52</td><td nowrap="nowrap"> 0a09 lsrs r1, r1, #8</td><td class="diff_next"></td><td class="diff_header" id="to37_52">52</td><td nowrap="nowrap"> 0a09 lsrs r1, r1, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_53">53</td><td nowrap="nowrap"> 7059 strb r1, [r3, #1]</td><td class="diff_next"></td><td class="diff_header" id="to37_53">53</td><td nowrap="nowrap"> 7059 strb r1, [r3, #1]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_54">54</td><td nowrap="nowrap"> 701a strb r2, [r3, #0]</td><td class="diff_next"></td><td class="diff_header" id="to37_54">54</td><td nowrap="nowrap"> 701a strb r2, [r3, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_55">55</td><td nowrap="nowrap"> 88f2 ldrh r2, [r6, #6]</td><td class="diff_next"></td><td class="diff_header" id="to37_55">55</td><td nowrap="nowrap"> 88f2 ldrh r2, [r6, #6]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_56">56</td><td nowrap="nowrap"> ba52 rev16 r2, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_56">56</td><td nowrap="nowrap"> ba52 rev16 r2, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_57">57</td><td nowrap="nowrap"> b291 uxth r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to37_57">57</td><td nowrap="nowrap"> b291 uxth r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_58">58</td><td nowrap="nowrap"><span class="source"> frag_hdr->tag = byteorder_htons(fbuf->tag);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_58">58</td><td nowrap="nowrap"><span class="source"> frag_hdr->tag = byteorder_htons(fbuf->tag);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_59">59</td><td nowrap="nowrap"> 0a09 lsrs r1, r1, #8</td><td class="diff_next"></td><td class="diff_header" id="to37_59">59</td><td nowrap="nowrap"> 0a09 lsrs r1, r1, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_60">60</td><td nowrap="nowrap"> 709a strb r2, [r3, #2]</td><td class="diff_next"></td><td class="diff_header" id="to37_60">60</td><td nowrap="nowrap"> 709a strb r2, [r3, #2]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_61">61</td><td nowrap="nowrap"> 70d9 strb r1, [r3, #3]</td><td class="diff_next"></td><td class="diff_header" id="to37_61">61</td><td nowrap="nowrap"> 70d9 strb r1, [r3, #3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_62">62</td><td nowrap="nowrap"><span class="source"> LL_PREPEND(frag, netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to37_62">62</td><td nowrap="nowrap"><span class="source"> LL_PREPEND(frag, netif);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_63">63</td><td nowrap="nowrap"> 6020 str r0, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to37_63">63</td><td nowrap="nowrap"> 6020 str r0, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_64">64</td><td nowrap="nowrap"><span class="source"> return frag;</span></td><td class="diff_next"></td><td class="diff_header" id="to37_64">64</td><td nowrap="nowrap"><span class="source"> return 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"> e7ee b.n 79<span class="diff_sub">6</span>4 <_build_frag_pkt.isra.0+0x48></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"> e7ee b.n 794<span class="diff_add">c</span> <_build_frag_pkt.isra.0+0x48></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from37_66">66</td><td nowrap="nowrap"><span class="source"> ...</span></td><td class="diff_next"></td><td class="diff_header" id="to37_66">66</td><td nowrap="nowrap"><span class="source"> ...</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 gnrc_pktsnip_t *_build_headers(gnrc_netif_t *netif,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_2">2</td><td nowrap="nowrap"><span class="source">static gnrc_pktsnip_t *_build_headers(gnrc_netif_t *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"> const ipv6_addr_t *src,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_3">3</td><td nowrap="nowrap"><span class="source"> const ipv6_addr_t *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"> const ipv6_addr_t *dst,</span></td><td class="diff_next"></td><td class="diff_header" id="to38_4">4</td><td nowrap="nowrap"><span class="source"> const ipv6_addr_t *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"> gnrc_pktsnip_t *payload)</span></td><td class="diff_next"></td><td class="diff_header" id="to38_5">5</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *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"> b570 push {r4, r5, r6, lr}</td><td class="diff_next"></td><td class="diff_header" id="to38_7">7</td><td nowrap="nowrap"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_8">8</td><td nowrap="nowrap"> 0006 movs r6, r0</td><td class="diff_next"></td><td class="diff_header" id="to38_8">8</td><td nowrap="nowrap"> 0006 movs r6, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_9">9</td><td nowrap="nowrap"> 0018 movs r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to38_9">9</td><td nowrap="nowrap"> 0018 movs r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_10">10</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_10">10</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *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"> gnrc_pktsnip_t *iphdr = gnrc_ipv6_hdr_build(payload, src, dst);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_11">11</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *iphdr = gnrc_ipv6_hdr_build(payload, src, 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"> f7fd f9b5 bl 26<span class="diff_sub">2</span>0 <gnrc_ipv6_hdr_build></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"> f7fd f9b5 bl 260<span class="diff_add">8</span> <gnrc_ipv6_hdr_build></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_13">13</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to38_13">13</td><td nowrap="nowrap"> 0004 movs r4, 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"> if (iphdr == NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to38_15">15</td><td nowrap="nowrap"><span class="source"> if (iphdr == NULL) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_16">16</td><td nowrap="nowrap"><span class="source"> DEBUG("ndp: error allocating IPv6 header.\n");</span></td><td class="diff_next"></td><td class="diff_header" id="to38_16">16</td><td nowrap="nowrap"><span class="source"> DEBUG("ndp: error allocating IPv6 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"> return NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_17">17</td><td nowrap="nowrap"><span class="source"> return NULL;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_18">18</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to38_18">18</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_19">19</td><td nowrap="nowrap"><span class="source"> if (iphdr == NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to38_19">19</td><td nowrap="nowrap"><span class="source"> if (iphdr == NULL) {</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"> d00e beq.n 52<span class="diff_chg">da</span> <_build_headers+0x2e></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"> d00e beq.n 52<span class="diff_chg">c2</span> <_build_headers+0x2e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_21">21</td><td nowrap="nowrap"><span class="source"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to38_21">21</td><td nowrap="nowrap"><span class="source"> }</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_22">22</td><td nowrap="nowrap"><span class="source"> ((ipv6_hdr_t *)iphdr->data)->hl = 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"> ((ipv6_hdr_t *)iphdr->data)->hl = NDP_HOP_LIMIT;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_23">23</td><td nowrap="nowrap"> 23ff movs r3, #255 ; 0xff</td><td class="diff_next"></td><td class="diff_header" id="to38_23">23</td><td nowrap="nowrap"> 23ff movs r3, #255 ; 0xff</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_24">24</td><td nowrap="nowrap"> 6842 ldr r2, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to38_24">24</td><td nowrap="nowrap"> 6842 ldr r2, [r0, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_25">25</td><td nowrap="nowrap"> 71d3 strb r3, [r2, #7]</td><td class="diff_next"></td><td class="diff_header" id="to38_25">25</td><td nowrap="nowrap"> 71d3 strb r3, [r2, #7]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_26">26</td><td nowrap="nowrap"><span class="source"> /* add netif header for send interface specification */</span></td><td class="diff_next"></td><td class="diff_header" id="to38_26">26</td><td nowrap="nowrap"><span class="source"> /* add netif header for send interface specification */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_27">27</td><td nowrap="nowrap"><span class="source"> l2hdr = gnrc_netif_hdr_build(NULL, 0, NULL, 0);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_27">27</td><td nowrap="nowrap"><span class="source"> l2hdr = gnrc_netif_hdr_build(NULL, 0, NULL, 0);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_28">28</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to38_28">28</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_29">29</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to38_29">29</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_30">30</td><td nowrap="nowrap"> 0019 movs r1, r3</td><td class="diff_next"></td><td class="diff_header" id="to38_30">30</td><td nowrap="nowrap"> 0019 movs r1, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_31">31</td><td nowrap="nowrap"> 0018 movs r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to38_31">31</td><td nowrap="nowrap"> 0018 movs r0, 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"> f001 fcb0 bl 6c<span class="diff_chg">2e</span> <gnrc_netif_hdr_build></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"> f001 fcb0 bl 6c<span class="diff_chg">16</span> <gnrc_netif_hdr_build></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_33">33</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to38_33">33</td><td nowrap="nowrap"> 1e05 subs r5, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_34">34</td><td nowrap="nowrap"><span class="source"> if (l2hdr == NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to38_34">34</td><td nowrap="nowrap"><span class="source"> if (l2hdr == NULL) {</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"> d105 bne.n 52<span class="diff_chg">de</span> <_build_headers+0x32></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"> d105 bne.n 52<span class="diff_chg">c6</span> <_build_headers+0x32></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_36">36</td><td nowrap="nowrap"><span class="source"> DEBUG("ndp: error allocating netif header.\n");</span></td><td class="diff_next"></td><td class="diff_header" id="to38_36">36</td><td nowrap="nowrap"><span class="source"> DEBUG("ndp: error allocating netif 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"> gnrc_pktbuf_remove_snip(iphdr, iphdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_37">37</td><td nowrap="nowrap"><span class="source"> gnrc_pktbuf_remove_snip(iphdr, iphdr);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_38">38</td><td nowrap="nowrap"> 0021 movs r1, r4</td><td class="diff_next"></td><td class="diff_header" id="to38_38">38</td><td nowrap="nowrap"> 0021 movs r1, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_39">39</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to38_39">39</td><td nowrap="nowrap"> 0020 movs r0, 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"> f001 fd86 bl 6de<span class="diff_sub">6</span> <gnrc_pktbuf_remove_snip></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"> f001 fd86 bl 6d<span class="diff_add">c</span>e <gnrc_pktbuf_remove_snip></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_41">41</td><td nowrap="nowrap"><span class="source"> return NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_41">41</td><td nowrap="nowrap"><span class="source"> return 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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to38_42">42</td><td nowrap="nowrap"><span class="source"> }</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_43">43</td><td nowrap="nowrap"><span class="source"> gnrc_netif_hdr_set_netif(l2hdr->data, netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_43">43</td><td nowrap="nowrap"><span class="source"> gnrc_netif_hdr_set_netif(l2hdr->data, 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"> LL_PREPEND(iphdr, l2hdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_44">44</td><td nowrap="nowrap"><span class="source"> LL_PREPEND(iphdr, 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"> return l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_45">45</td><td nowrap="nowrap"><span class="source"> return 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"> 0028 movs r0, r5</td><td class="diff_next"></td><td class="diff_header" id="to38_47">47</td><td nowrap="nowrap"> 0028 movs r0, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_48">48</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to38_48">48</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_49">49</td><td nowrap="nowrap"> 1e33 subs r3, r6, #0</td><td class="diff_next"></td><td class="diff_header" id="to38_49">49</td><td nowrap="nowrap"> 1e33 subs r3, r6, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_50">50</td><td nowrap="nowrap"><span class="source"> gnrc_netif_hdr_set_netif(l2hdr->data, netif);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_50">50</td><td nowrap="nowrap"><span class="source"> gnrc_netif_hdr_set_netif(l2hdr->data, netif);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_51">51</td><td nowrap="nowrap"> 6842 ldr r2, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to38_51">51</td><td nowrap="nowrap"> 6842 ldr r2, [r0, #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"> d002 beq.n 52<span class="diff_chg">ea</span> <_build_headers+0x3e></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"> d002 beq.n 52<span class="diff_chg">d2</span> <_build_headers+0x3e></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_53">53</td><td nowrap="nowrap"> 239f movs r3, #159 ; 0x9f</td><td class="diff_next"></td><td class="diff_header" id="to38_53">53</td><td nowrap="nowrap"> 239f movs r3, #159 ; 0x9f</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_54">54</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to38_54">54</td><td nowrap="nowrap"> 005b lsls r3, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_55">55</td><td nowrap="nowrap"> 5ef3 ldrsh r3, [r6, r3]</td><td class="diff_next"></td><td class="diff_header" id="to38_55">55</td><td nowrap="nowrap"> 5ef3 ldrsh r3, [r6, r3]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_56">56</td><td nowrap="nowrap"> 8053 strh r3, [r2, #2]</td><td class="diff_next"></td><td class="diff_header" id="to38_56">56</td><td nowrap="nowrap"> 8053 strh r3, [r2, #2]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_57">57</td><td nowrap="nowrap"><span class="source"> LL_PREPEND(iphdr, l2hdr);</span></td><td class="diff_next"></td><td class="diff_header" id="to38_57">57</td><td nowrap="nowrap"><span class="source"> LL_PREPEND(iphdr, l2hdr);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_58">58</td><td nowrap="nowrap"> 602c str r4, [r5, #0]</td><td class="diff_next"></td><td class="diff_header" id="to38_58">58</td><td nowrap="nowrap"> 602c str r4, [r5, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from38_59">59</td><td nowrap="nowrap"><span class="source"> return l2hdr;</span></td><td class="diff_next"></td><td class="diff_header" id="to38_59">59</td><td nowrap="nowrap"><span class="source"> return 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"> e7f4 b.n 52<span class="diff_chg">da</span> <_build_headers+0x2e></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"> e7f4 b.n 52<span class="diff_chg">c2</span> <_build_headers+0x2e></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 "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 "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 inline uint16_t _calc_csum(gnrc_pktsnip_t *hdr,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_3">3</td><td nowrap="nowrap"><span class="source">static inline uint16_t _calc_csum(gnrc_pktsnip_t *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"> gnrc_pktsnip_t *pseudo_hdr,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_4">4</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *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"> gnrc_pktsnip_t *payload)</span></td><td class="diff_next"></td><td class="diff_header" id="to39_5">5</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td><td class="diff_next"></td><td class="diff_header" id="to39_7">7</td><td nowrap="nowrap"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_8">8</td><td nowrap="nowrap"><span class="source"> uint16_t csum = 0;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_8">8</td><td nowrap="nowrap"><span class="source"> uint16_t csum = 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"> uint16_t len = (uint16_t)hdr->size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_9">9</td><td nowrap="nowrap"><span class="source"> uint16_t len = (uint16_t)hdr->size;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_10">10</td><td nowrap="nowrap"> 6883 ldr r3, [r0, #8]</td><td class="diff_next"></td><td class="diff_header" id="to39_10">10</td><td nowrap="nowrap"> 6883 ldr r3, [r0, #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"> 0007 movs r7, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_12">12</td><td nowrap="nowrap"> 0007 movs r7, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_13">13</td><td nowrap="nowrap"> 000d movs r5, r1</td><td class="diff_next"></td><td class="diff_header" id="to39_13">13</td><td nowrap="nowrap"> 000d movs r5, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_14">14</td><td nowrap="nowrap"> 0016 movs r6, r2</td><td class="diff_next"></td><td class="diff_header" id="to39_14">14</td><td nowrap="nowrap"> 0016 movs r6, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_15">15</td><td nowrap="nowrap"><span class="source"> uint16_t csum = 0;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_15">15</td><td nowrap="nowrap"><span class="source"> uint16_t csum = 0;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_16">16</td><td nowrap="nowrap"> 2000 movs r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to39_16">16</td><td nowrap="nowrap"> 2000 movs r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_17">17</td><td nowrap="nowrap"><span class="source"> uint16_t len = (uint16_t)hdr->size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_17">17</td><td nowrap="nowrap"><span class="source"> uint16_t len = (uint16_t)hdr->size;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_18">18</td><td nowrap="nowrap"> b29c uxth r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to39_18">18</td><td nowrap="nowrap"> b29c uxth r4, 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"> while (payload && (payload != hdr)) {</span></td><td class="diff_next"></td><td class="diff_header" id="to39_20">20</td><td nowrap="nowrap"><span class="source"> while (payload && (payload != hdr)) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_21">21</td><td nowrap="nowrap"> 2e00 cmp r6, #0</td><td class="diff_next"></td><td class="diff_header" id="to39_21">21</td><td nowrap="nowrap"> 2e00 cmp r6, #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"> d001 beq.n e6<span class="diff_chg">84</span> <_calc_csum+0x16></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"> d001 beq.n e6<span class="diff_chg">6c</span> <_calc_csum+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_23">23</td><td nowrap="nowrap"> 42be cmp r6, r7</td><td class="diff_next"></td><td class="diff_header" id="to39_23">23</td><td nowrap="nowrap"> 42be cmp r6, 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"> d118 bne.n e6<span class="diff_chg">b6</span> <_calc_csum+0x48></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"> d118 bne.n e6<span class="diff_chg">9e</span> <_calc_csum+0x48></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_25">25</td><td nowrap="nowrap"> 68bb ldr r3, [r7, #8]</td><td class="diff_next"></td><td class="diff_header" id="to39_25">25</td><td nowrap="nowrap"> 68bb ldr r3, [r7, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_26">26</td><td nowrap="nowrap"> 6879 ldr r1, [r7, #4]</td><td class="diff_next"></td><td class="diff_header" id="to39_26">26</td><td nowrap="nowrap"> 6879 ldr r1, [r7, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_27">27</td><td nowrap="nowrap"> b29a uxth r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to39_27">27</td><td nowrap="nowrap"> b29a uxth r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_28">28</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to39_28">28</td><td nowrap="nowrap"> 2300 movs r3, #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"> f7fa ffe2 bl 96<span class="diff_chg">54</span> <inet_csum_slice></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"> f7fa ffe2 bl 96<span class="diff_chg">3c</span> <inet_csum_slice></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_30">30</td><td nowrap="nowrap"><span class="source"> if (((uint32_t)sum + len + prot_num) > 0xffff) {</span></td><td class="diff_next"></td><td class="diff_header" id="to39_30">30</td><td nowrap="nowrap"><span class="source"> if (((uint32_t)sum + len + prot_num) > 0xffff) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_31">31</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td><td class="diff_next"></td><td class="diff_header" id="to39_31">31</td><td nowrap="nowrap"> 2380 movs r3, #128 ; 0x80</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_32">32</td><td nowrap="nowrap"> 343a adds r4, #58 ; 0x3a</td><td class="diff_next"></td><td class="diff_header" id="to39_32">32</td><td nowrap="nowrap"> 343a adds r4, #58 ; 0x3a</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_33">33</td><td nowrap="nowrap"> 1822 adds r2, r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_33">33</td><td nowrap="nowrap"> 1822 adds r2, r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_34">34</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_34">34</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->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"> payload = payload->next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_35">35</td><td nowrap="nowrap"><span class="source"> payload = payload->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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to39_36">36</td><td nowrap="nowrap"><span class="source"> }</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"> csum = inet_csum(csum, hdr->data, hdr->size);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_38">38</td><td nowrap="nowrap"><span class="source"> csum = inet_csum(csum, hdr->data, hdr->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"> csum = ipv6_hdr_inet_csum(csum, pseudo_hdr->data, PROTNUM_ICMPV6, len);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_39">39</td><td nowrap="nowrap"><span class="source"> csum = ipv6_hdr_inet_csum(csum, pseudo_hdr->data, PROTNUM_ICMPV6, len);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_40">40</td><td nowrap="nowrap"> 6869 ldr r1, [r5, #4]</td><td class="diff_next"></td><td class="diff_header" id="to39_40">40</td><td nowrap="nowrap"> 6869 ldr r1, [r5, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_41">41</td><td nowrap="nowrap"> 025b lsls r3, r3, #9</td><td class="diff_next"></td><td class="diff_header" id="to39_41">41</td><td nowrap="nowrap"> 025b lsls r3, r3, #9</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_42">42</td><td nowrap="nowrap"> 429a cmp r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to39_42">42</td><td nowrap="nowrap"> 429a cmp r2, 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"> d301 bcc.n e6a<span class="diff_sub">2</span> <_calc_csum+0x34></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"> d301 bcc.n e6<span class="diff_add">8</span>a <_calc_csum+0x34></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_44">44</td><td nowrap="nowrap"><span class="source"> sum++;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_44">44</td><td nowrap="nowrap"><span class="source"> sum++;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_45">45</td><td nowrap="nowrap"> 3001 adds r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to39_45">45</td><td nowrap="nowrap"> 3001 adds r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_46">46</td><td nowrap="nowrap"> b280 uxth r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_46">46</td><td nowrap="nowrap"> b280 uxth r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_47">47</td><td nowrap="nowrap"><span class="source"> return inet_csum(sum + len + prot_num, hdr->src.u8,</span></td><td class="diff_next"></td><td class="diff_header" id="to39_47">47</td><td nowrap="nowrap"><span class="source"> return inet_csum(sum + len + prot_num, hdr->src.u8,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_48">48</td><td nowrap="nowrap"> 1900 adds r0, r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to39_48">48</td><td nowrap="nowrap"> 1900 adds r0, r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_49">49</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to39_49">49</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_50">50</td><td nowrap="nowrap"> 2220 movs r2, #32</td><td class="diff_next"></td><td class="diff_header" id="to39_50">50</td><td nowrap="nowrap"> 2220 movs r2, #32</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_51">51</td><td nowrap="nowrap"> 3108 adds r1, #8</td><td class="diff_next"></td><td class="diff_header" id="to39_51">51</td><td nowrap="nowrap"> 3108 adds r1, #8</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_52">52</td><td nowrap="nowrap"> b280 uxth r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_52">52</td><td nowrap="nowrap"> b280 uxth r0, 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"> f7fa ffd2 bl 96<span class="diff_chg">54</span> <inet_csum_slice></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"> f7fa ffd2 bl 96<span class="diff_chg">3c</span> <inet_csum_slice></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"> return ~csum;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_55">55</td><td nowrap="nowrap"><span class="source"> return ~csum;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_56">56</td><td nowrap="nowrap"> 43c0 mvns r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_56">56</td><td nowrap="nowrap"> 43c0 mvns r0, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_57">57</td><td nowrap="nowrap"> b280 uxth r0, r0</td><td class="diff_next"></td><td class="diff_header" id="to39_57">57</td><td nowrap="nowrap"> b280 uxth r0, 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"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to39_59">59</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_60">60</td><td nowrap="nowrap"><span class="source"> csum = inet_csum_slice(csum, payload->data, payload->size, len);</span></td><td class="diff_next"></td><td class="diff_header" id="to39_60">60</td><td nowrap="nowrap"><span class="source"> csum = inet_csum_slice(csum, payload->data, payload->size, len);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_61">61</td><td nowrap="nowrap"> 68b3 ldr r3, [r6, #8]</td><td class="diff_next"></td><td class="diff_header" id="to39_61">61</td><td nowrap="nowrap"> 68b3 ldr r3, [r6, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_62">62</td><td nowrap="nowrap"> 6871 ldr r1, [r6, #4]</td><td class="diff_next"></td><td class="diff_header" id="to39_62">62</td><td nowrap="nowrap"> 6871 ldr r1, [r6, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_63">63</td><td nowrap="nowrap"> b29a uxth r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to39_63">63</td><td nowrap="nowrap"> b29a uxth r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_64">64</td><td nowrap="nowrap"> 0023 movs r3, r4</td><td class="diff_next"></td><td class="diff_header" id="to39_64">64</td><td nowrap="nowrap"> 0023 movs r3, 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"> f7fa ffc9 bl 96<span class="diff_chg">54</span> <inet_csum_slice></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"> f7fa ffc9 bl 96<span class="diff_chg">3c</span> <inet_csum_slice></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_66">66</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_66">66</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->size;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_67">67</td><td nowrap="nowrap"> 68b3 ldr r3, [r6, #8]</td><td class="diff_next"></td><td class="diff_header" id="to39_67">67</td><td nowrap="nowrap"> 68b3 ldr r3, [r6, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_68">68</td><td nowrap="nowrap"><span class="source"> payload = payload->next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_68">68</td><td nowrap="nowrap"><span class="source"> payload = payload->next;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_69">69</td><td nowrap="nowrap"> 6836 ldr r6, [r6, #0]</td><td class="diff_next"></td><td class="diff_header" id="to39_69">69</td><td nowrap="nowrap"> 6836 ldr r6, [r6, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_70">70</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->size;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_70">70</td><td nowrap="nowrap"><span class="source"> len += (uint16_t)payload->size;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_71">71</td><td nowrap="nowrap"> 18e4 adds r4, r4, r3</td><td class="diff_next"></td><td class="diff_header" id="to39_71">71</td><td nowrap="nowrap"> 18e4 adds r4, r4, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_72">72</td><td nowrap="nowrap"> b2a4 uxth r4, r4</td><td class="diff_next"></td><td class="diff_header" id="to39_72">72</td><td nowrap="nowrap"> b2a4 uxth r4, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from39_73">73</td><td nowrap="nowrap"><span class="source"> payload = payload->next;</span></td><td class="diff_next"></td><td class="diff_header" id="to39_73">73</td><td nowrap="nowrap"><span class="source"> payload = payload->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"> e7d7 b.n e6<span class="diff_chg">7c</span> <_calc_csum+0xe></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"> e7d7 b.n e6<span class="diff_chg">64</span> <_calc_csum+0xe></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"> * @param[in] ctx Further context of the route 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"> * @param[in] ctx Further context of the route 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"> */</span></td><td class="diff_next"></td><td class="diff_header" id="to40_2">2</td><td nowrap="nowrap"><span class="source"> */</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 inline void _call_route_info_cb(gnrc_netif_t *netif, unsigned type,</span></td><td class="diff_next"></td><td class="diff_header" id="to40_3">3</td><td nowrap="nowrap"><span class="source">static inline void _call_route_info_cb(gnrc_netif_t *netif, unsigned 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"> const ipv6_addr_t *ctx_addr,</span></td><td class="diff_next"></td><td class="diff_header" id="to40_4">4</td><td nowrap="nowrap"><span class="source"> const ipv6_addr_t *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"> const void *ctx)</span></td><td class="diff_next"></td><td class="diff_header" id="to40_5">5</td><td nowrap="nowrap"><span class="source"> const void *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"> b510 push {r4, lr}</td><td class="diff_next"></td><td class="diff_header" id="to40_7">7</td><td nowrap="nowrap"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to40_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_9">9</td><td nowrap="nowrap"> 0008 movs r0, r1</td><td class="diff_next"></td><td class="diff_header" id="to40_9">9</td><td nowrap="nowrap"> 0008 movs r0, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_10">10</td><td nowrap="nowrap"> 0011 movs r1, r2</td><td class="diff_next"></td><td class="diff_header" id="to40_10">10</td><td nowrap="nowrap"> 0011 movs r1, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_11">11</td><td nowrap="nowrap"> 001a movs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to40_11">11</td><td nowrap="nowrap"> 001a movs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_12">12</td><td nowrap="nowrap"><span class="source"> assert(netif != NULL);</span></td><td class="diff_next"></td><td class="diff_header" id="to40_12">12</td><td nowrap="nowrap"><span class="source"> assert(netif != NULL);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_13">13</td><td nowrap="nowrap"> 2c00 cmp r4, #0</td><td class="diff_next"></td><td class="diff_header" id="to40_13">13</td><td nowrap="nowrap"> 2c00 cmp r4, #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"> d103 bne.n 27e<span class="diff_sub">6</span> <_call_route_info_cb+0x16></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"> d103 bne.n 27<span class="diff_add">c</span>e <_call_route_info_cb+0x16></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_15">15</td><td nowrap="nowrap"> 2003 movs r0, #3</td><td class="diff_next"></td><td class="diff_header" id="to40_15">15</td><td nowrap="nowrap"> 2003 movs r0, #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"> 4904 ldr r1, [pc, #16] ; (27<span class="diff_chg">f4</span> <_call_route_info_cb+0x24>)</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"> 4904 ldr r1, [pc, #16] ; (27<span class="diff_chg">dc</span> <_call_route_info_cb+0x24>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_17">17</td><td nowrap="nowrap"> f7fe fa<span class="diff_chg">c9</span> bl d78 <core_panic></td><td class="diff_next"></td><td class="diff_header" id="to40_17">17</td><td nowrap="nowrap"> f7fe fa<span class="diff_chg">d5</span> bl d78 <core_panic></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_18">18</td><td nowrap="nowrap"><span class="source"> if (netif->ipv6.route_info_cb != NULL) {</span></td><td class="diff_next"></td><td class="diff_header" id="to40_18">18</td><td nowrap="nowrap"><span class="source"> if (netif->ipv6.route_info_cb != NULL) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_19">19</td><td nowrap="nowrap"> 34c0 adds r4, #192 ; 0xc0</td><td class="diff_next"></td><td class="diff_header" id="to40_19">19</td><td nowrap="nowrap"> 34c0 adds r4, #192 ; 0xc0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_20">20</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to40_20">20</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to40_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d000 beq.n 27<span class="diff_chg">f0</span> <_call_route_info_cb+0x20></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"> d000 beq.n 27<span class="diff_chg">d8</span> <_call_route_info_cb+0x20></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_23">23</td><td nowrap="nowrap"><span class="source"> netif->ipv6.route_info_cb(type, ctx_addr, ctx);</span></td><td class="diff_next"></td><td class="diff_header" id="to40_23">23</td><td nowrap="nowrap"><span class="source"> netif->ipv6.route_info_cb(type, ctx_addr, ctx);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_24">24</td><td nowrap="nowrap"> 4798 blx r3</td><td class="diff_next"></td><td class="diff_header" id="to40_24">24</td><td nowrap="nowrap"> 4798 blx r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_25">25</td><td nowrap="nowrap"><span class="source"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to40_25">25</td><td nowrap="nowrap"><span class="source"> }</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"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to40_27">27</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from40_28">28</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to40_28">28</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 000132<span class="diff_chg">84</span> .word 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"> 000132<span class="diff_chg">6c</span> .word 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"> *last_wakeup = now + 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"> *last_wakeup = now + 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 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 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 void _callback_msg(void* arg)</span></td><td class="diff_next"></td><td class="diff_header" id="to41_5">5</td><td nowrap="nowrap"><span class="source">static void _callback_msg(void* 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"> b510 push {r4, lr}</td><td class="diff_next"></td><td class="diff_header" id="to41_7">7</td><td nowrap="nowrap"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from41_8">8</td><td nowrap="nowrap"><span class="source"> msg_t *msg = (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"> msg_t *msg = (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"> msg_send_int(msg, msg->sender_pid);</span></td><td class="diff_next"></td><td class="diff_header" id="to41_9">9</td><td nowrap="nowrap"><span class="source"> msg_send_int(msg, msg->sender_pid);</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from41_10">10</td><td nowrap="nowrap"> 2300 movs r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to41_10">10</td><td nowrap="nowrap"> 2300 movs r3, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from41_11">11</td><td nowrap="nowrap"> 5ec1 ldrsh r1, [r0, r3]</td><td class="diff_next"></td><td class="diff_header" id="to41_11">11</td><td nowrap="nowrap"> 5ec1 ldrsh r1, [r0, 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"> f7f4 fc2<span class="diff_chg">7</span> bl 1c<span class="diff_chg">1</span>4 <msg_send_int></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"> f7f4 fc2<span class="diff_chg">b</span> bl 1c<span class="diff_chg">0</span>4 <msg_send_int></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"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to41_14">14</td><td nowrap="nowrap"> bd10 pop {r4, 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"> */</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"> */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from42_2">2</td><td nowrap="nowrap"><span class="source"> volatile uint8_t blocking;</span></td><td class="diff_next"></td><td class="diff_header" id="to42_2">2</td><td nowrap="nowrap"><span class="source"> volatile uint8_t 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">} 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">} 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 void _callback_unlock_mutex(void* arg)</span></td><td class="diff_next"></td><td class="diff_header" id="to42_5">5</td><td nowrap="nowrap"><span class="source">static void _callback_unlock_mutex(void* 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"> b510 push {r4, lr}</td><td class="diff_next"></td><td class="diff_header" id="to42_7">7</td><td nowrap="nowrap"> b510 push {r4, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from42_8">8</td><td nowrap="nowrap"><span class="source"> mutex_t *mutex = (mutex_t *) arg;</span></td><td class="diff_next"></td><td class="diff_header" id="to42_8">8</td><td nowrap="nowrap"><span class="source"> mutex_t *mutex = (mutex_t *) 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"> 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"> 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"> f7f4 fd15 bl 1d<span class="diff_chg">d4</span> <mutex_unlock></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"> f7f4 fd15 bl 1d<span class="diff_chg">bc</span> <mutex_unlock></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"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to42_12">12</td><td nowrap="nowrap"> bd10 pop {r4, 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"> }</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"> }</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 gnrc_pktsnip_t *_check_ipv6_hdr(const gnrc_pktsnip_t *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 gnrc_pktsnip_t *_check_ipv6_hdr(const gnrc_pktsnip_t *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"> uint8_t type, uint8_t code)</span></td><td class="diff_next"></td><td class="diff_header" id="to43_5">5</td><td nowrap="nowrap"><span class="source"> uint8_t type, uint8_t 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td><td class="diff_next"></td><td class="diff_header" id="to43_7">7</td><td nowrap="nowrap"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_8">8</td><td nowrap="nowrap"> 000d movs r5, r1</td><td class="diff_next"></td><td class="diff_header" id="to43_8">8</td><td nowrap="nowrap"> 000d movs r5, r1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_9">9</td><td nowrap="nowrap"><span class="source"> /* discarding const qualifier is safe here */</span></td><td class="diff_next"></td><td class="diff_header" id="to43_9">9</td><td nowrap="nowrap"><span class="source"> /* discarding const qualifier is safe here */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_10">10</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *ipv6 = gnrc_pktsnip_search_type((gnrc_pktsnip_t *)orig_pkt,</span></td><td class="diff_next"></td><td class="diff_header" id="to43_10">10</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *ipv6 = gnrc_pktsnip_search_type((gnrc_pktsnip_t *)orig_pkt,</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_11">11</td><td nowrap="nowrap"> 2102 movs r1, #2</td><td class="diff_next"></td><td class="diff_header" id="to43_11">11</td><td nowrap="nowrap"> 2102 movs r1, #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"> 0016 movs r6, r2</td><td class="diff_next"></td><td class="diff_header" id="to43_13">13</td><td nowrap="nowrap"> 0016 movs r6, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_14">14</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *ipv6 = gnrc_pktsnip_search_type((gnrc_pktsnip_t *)orig_pkt,</span></td><td class="diff_next"></td><td class="diff_header" id="to43_14">14</td><td nowrap="nowrap"><span class="source"> gnrc_pktsnip_t *ipv6 = gnrc_pktsnip_search_type((gnrc_pktsnip_t *)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"> f7f8 fa94 bl 6d<span class="diff_chg">d4</span> <gnrc_pktsnip_search_type></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"> f7f8 fa94 bl 6d<span class="diff_chg">bc</span> <gnrc_pktsnip_search_type></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_16">16</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to43_16">16</td><td nowrap="nowrap"> 1e04 subs r4, r0, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_17">17</td><td nowrap="nowrap"><span class="source"> 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"> 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"> assert(ipv6 != NULL);</span></td><td class="diff_next"></td><td class="diff_header" id="to43_18">18</td><td nowrap="nowrap"><span class="source"> assert(ipv6 != 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"> d103 bne.n e8<span class="diff_chg">b8</span> <_check_ipv6_hdr+0x18></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"> d103 bne.n e8<span class="diff_chg">a0</span> <_check_ipv6_hdr+0x18></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_20">20</td><td nowrap="nowrap"> 2003 movs r0, #3</td><td class="diff_next"></td><td class="diff_header" id="to43_20">20</td><td nowrap="nowrap"> 2003 movs r0, #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"> 490d ldr r1, [pc, #52] ; (e8<span class="diff_chg">e8</span> <_check_ipv6_hdr+0x48>)</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"> 490d ldr r1, [pc, #52] ; (e8<span class="diff_chg">d0</span> <_check_ipv6_hdr+0x48>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_22">22</td><td nowrap="nowrap"> f7f2 fa6<span class="diff_chg">0</span> bl d78 <core_panic></td><td class="diff_next"></td><td class="diff_header" id="to43_22">22</td><td nowrap="nowrap"> f7f2 fa6<span class="diff_chg">c</span> bl d78 <core_panic></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_23">23</td><td nowrap="nowrap"><span class="source"> const ipv6_hdr_t *ipv6_hdr = ipv6->data;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_23">23</td><td nowrap="nowrap"><span class="source"> const ipv6_hdr_t *ipv6_hdr = ipv6->data;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_24">24</td><td nowrap="nowrap"> 6847 ldr r7, [r0, #4]</td><td class="diff_next"></td><td class="diff_header" id="to43_24">24</td><td nowrap="nowrap"> 6847 ldr r7, [r0, #4]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_25">25</td><td nowrap="nowrap"> 2210 movs r2, #16</td><td class="diff_next"></td><td class="diff_header" id="to43_25">25</td><td nowrap="nowrap"> 2210 movs r2, #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"> /* see https://tools.ietf.org/html/rfc4443#section-2.4 (e.6) */</span></td><td class="diff_next"></td><td class="diff_header" id="to43_27">27</td><td nowrap="nowrap"><span class="source"> /* see https://tools.ietf.org/html/rfc4443#section-2.4 (e.6) */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_28">28</td><td nowrap="nowrap"><span class="source"> if (ipv6_addr_is_unspecified(&ipv6_hdr->src) ||</span></td><td class="diff_next"></td><td class="diff_header" id="to43_28">28</td><td nowrap="nowrap"><span class="source"> if (ipv6_addr_is_unspecified(&ipv6_hdr->src) ||</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_29">29</td><td nowrap="nowrap"> 0038 movs r0, r7</td><td class="diff_next"></td><td class="diff_header" id="to43_29">29</td><td nowrap="nowrap"> 0038 movs r0, 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"> 490b ldr r1, [pc, #44] ; (e8<span class="diff_chg">ec</span> <_check_ipv6_hdr+0x4c>)</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"> 490b ldr r1, [pc, #44] ; (e8<span class="diff_chg">d4</span> <_check_ipv6_hdr+0x4c>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_31">31</td><td nowrap="nowrap"> 3008 adds r0, #8</td><td class="diff_next"></td><td class="diff_header" id="to43_31">31</td><td nowrap="nowrap"> 3008 adds r0, #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"> f003 fb00 bl 11e<span class="diff_chg">c6</span> <memcmp></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"> f003 fb00 bl 11e<span class="diff_chg">ae</span> <memcmp></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_33">33</td><td nowrap="nowrap"> 2800 cmp r0, #0</td><td class="diff_next"></td><td class="diff_header" id="to43_33">33</td><td nowrap="nowrap"> 2800 cmp r0, #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"> d00b beq.n e8<span class="diff_chg">e2</span> <_check_ipv6_hdr+0x42></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"> d00b beq.n e8<span class="diff_chg">ca</span> <_check_ipv6_hdr+0x42></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_35">35</td><td nowrap="nowrap"> 7a3b ldrb r3, [r7, #8]</td><td class="diff_next"></td><td class="diff_header" id="to43_35">35</td><td nowrap="nowrap"> 7a3b ldrb r3, [r7, #8]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_36">36</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 0xff</td><td class="diff_next"></td><td class="diff_header" id="to43_36">36</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 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"> d008 beq.n e8<span class="diff_chg">e2</span> <_check_ipv6_hdr+0x42></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"> d008 beq.n e8<span class="diff_chg">ca</span> <_check_ipv6_hdr+0x42></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_38">38</td><td nowrap="nowrap"><span class="source"> ipv6 = NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_38">38</td><td nowrap="nowrap"><span class="source"> ipv6 = 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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to43_39">39</td><td nowrap="nowrap"><span class="source"> }</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_40">40</td><td nowrap="nowrap"><span class="source"> /* ipv6_hdr->dst may only be multicast for Packet Too Big Messages</span></td><td class="diff_next"></td><td class="diff_header" id="to43_40">40</td><td nowrap="nowrap"><span class="source"> /* ipv6_hdr->dst may only be multicast for Packet Too Big 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"> * and Parameter Problem Messages with code 2, see</span></td><td class="diff_next"></td><td class="diff_header" id="to43_41">41</td><td nowrap="nowrap"><span class="source"> * and Parameter Problem Messages with code 2, 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"> * https://tools.ietf.org/html/rfc4443#section-2.4 (e.3) */</span></td><td class="diff_next"></td><td class="diff_header" id="to43_42">42</td><td nowrap="nowrap"><span class="source"> * https://tools.ietf.org/html/rfc4443#section-2.4 (e.3) */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_43">43</td><td nowrap="nowrap"><span class="source"> else if (ipv6_addr_is_multicast(&ipv6_hdr->dst)) {</span></td><td class="diff_next"></td><td class="diff_header" id="to43_43">43</td><td nowrap="nowrap"><span class="source"> else if (ipv6_addr_is_multicast(&ipv6_hdr->dst)) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_44">44</td><td nowrap="nowrap"> 7e3b ldrb r3, [r7, #24]</td><td class="diff_next"></td><td class="diff_header" id="to43_44">44</td><td nowrap="nowrap"> 7e3b ldrb r3, [r7, #24]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_45">45</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 0xff</td><td class="diff_next"></td><td class="diff_header" id="to43_45">45</td><td nowrap="nowrap"> 2bff cmp r3, #255 ; 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"> d106 bne.n e8<span class="diff_chg">e4</span> <_check_ipv6_hdr+0x44></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"> d106 bne.n e8<span class="diff_chg">cc</span> <_check_ipv6_hdr+0x44></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_47">47</td><td nowrap="nowrap"><span class="source"> if ((type != ICMPV6_PKT_TOO_BIG) &&</span></td><td class="diff_next"></td><td class="diff_header" id="to43_47">47</td><td nowrap="nowrap"><span class="source"> if ((type != ICMPV6_PKT_TOO_BIG) &&</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_48">48</td><td nowrap="nowrap"> 2d02 cmp r5, #2</td><td class="diff_next"></td><td class="diff_header" id="to43_48">48</td><td nowrap="nowrap"> 2d02 cmp r5, #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"> d004 beq.n e8<span class="diff_chg">e4</span> <_check_ipv6_hdr+0x44></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"> d004 beq.n e8<span class="diff_chg">cc</span> <_check_ipv6_hdr+0x44></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_50">50</td><td nowrap="nowrap"> 2d04 cmp r5, #4</td><td class="diff_next"></td><td class="diff_header" id="to43_50">50</td><td nowrap="nowrap"> 2d04 cmp r5, #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"> d101 bne.n e8<span class="diff_chg">e2</span> <_check_ipv6_hdr+0x42></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"> d101 bne.n e8<span class="diff_chg">ca</span> <_check_ipv6_hdr+0x42></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_52">52</td><td nowrap="nowrap"><span class="source"> ((type != ICMPV6_PARAM_PROB) ||</span></td><td class="diff_next"></td><td class="diff_header" id="to43_52">52</td><td nowrap="nowrap"><span class="source"> ((type != ICMPV6_PARAM_PROB) ||</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_53">53</td><td nowrap="nowrap"> 2e02 cmp r6, #2</td><td class="diff_next"></td><td class="diff_header" id="to43_53">53</td><td nowrap="nowrap"> 2e02 cmp r6, #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"> d000 beq.n e8<span class="diff_chg">e4</span> <_check_ipv6_hdr+0x44></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"> d000 beq.n e8<span class="diff_chg">cc</span> <_check_ipv6_hdr+0x44></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_55">55</td><td nowrap="nowrap"><span class="source"> (code != ICMPV6_ERROR_PARAM_PROB_OPT))) {</span></td><td class="diff_next"></td><td class="diff_header" id="to43_55">55</td><td nowrap="nowrap"><span class="source"> (code != ICMPV6_ERROR_PARAM_PROB_OPT))) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_56">56</td><td nowrap="nowrap"><span class="source"> ipv6 = NULL;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_56">56</td><td nowrap="nowrap"><span class="source"> ipv6 = NULL;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_57">57</td><td nowrap="nowrap"> 2400 movs r4, #0</td><td class="diff_next"></td><td class="diff_header" id="to43_57">57</td><td nowrap="nowrap"> 2400 movs r4, #0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_58">58</td><td nowrap="nowrap"><span class="source"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to43_58">58</td><td nowrap="nowrap"><span class="source"> }</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_59">59</td><td nowrap="nowrap"><span class="source"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to43_59">59</td><td nowrap="nowrap"><span class="source"> }</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_60">60</td><td nowrap="nowrap"><span class="source"> return ipv6;</span></td><td class="diff_next"></td><td class="diff_header" id="to43_60">60</td><td nowrap="nowrap"><span class="source"> return 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"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to43_62">62</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from43_63">63</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, pc}</td><td class="diff_next"></td><td class="diff_header" id="to43_63">63</td><td nowrap="nowrap"> bdf8 pop {r3, r4, r5, r6, r7, 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"> 000132<span class="diff_chg">84</span> .word 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"> 000132<span class="diff_chg">6c</span> .word 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"> 00013a<span class="diff_chg">ff</span> .word 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"> 00013a<span class="diff_chg">e7</span> .word 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"> b510 push {r4, 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"> b510 push {r4, 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"> 4902 ldr r1, [pc, #8] ; (11b<span class="diff_chg">e8</span> <_cleanup_r+0xc>)</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"> 4902 ldr r1, [pc, #8] ; (11b<span class="diff_chg">d0</span> <_cleanup_r+0xc>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from44_3">3</td><td nowrap="nowrap"> f000 f8d5 bl 11d<span class="diff_chg">8e</span> <_fwalk_reent></td><td class="diff_next"></td><td class="diff_header" id="to44_3">3</td><td nowrap="nowrap"> f000 f8d5 bl 11d<span class="diff_chg">76</span> <_fwalk_reent></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from44_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td><td class="diff_next"></td><td class="diff_header" id="to44_4">4</td><td nowrap="nowrap"> bd10 pop {r4, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from44_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to44_5">5</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 00011a<span class="diff_chg">e9</span> .word 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"> 00011a<span class="diff_chg">d1</span> .word 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"> return -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"> return -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 /* MODULE_GNRC_SIXLOWPAN_FRAG_VRB */</span></td><td class="diff_next"></td><td class="diff_header" id="to45_3">3</td><td nowrap="nowrap"><span class="source">#endif /* MODULE_GNRC_SIXLOWPAN_FRAG_VRB */</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 inline bool _compressible_nh(uint8_t nh)</span></td><td class="diff_next"></td><td class="diff_header" id="to45_5">5</td><td nowrap="nowrap"><span class="source">static inline bool _compressible_nh(uint8_t 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"> 0003 movs r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to45_7">7</td><td nowrap="nowrap"> 0003 movs r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_8">8</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td><td class="diff_next"></td><td class="diff_header" id="to45_8">8</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_9">9</td><td nowrap="nowrap"> 283c cmp r0, #60 ; 0x3c</td><td class="diff_next"></td><td class="diff_header" id="to45_9">9</td><td nowrap="nowrap"> 283c cmp r0, #60 ; 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"> d813 bhi.n 80<span class="diff_chg">32</span> <_<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>></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"> d813 bhi.n 80<span class="diff_chg">1a</span> <_<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>></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_11">11</td><td nowrap="nowrap"> 2828 cmp r0, #40 ; 0x28</td><td class="diff_next"></td><td class="diff_header" id="to45_11">11</td><td nowrap="nowrap"> 2828 cmp r0, #40 ; 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"> d806 bhi.n 80<span class="diff_chg">1c</span> <_<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>></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"> d806 bhi.n 80<span class="diff_chg">04</span> <_<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>></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_13">13</td><td nowrap="nowrap"><span class="source"> case PROTNUM_IPV6:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_13">13</td><td nowrap="nowrap"><span class="source"> case 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"> case 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"> case 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"> case 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"> case 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"> case 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"> case 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"> case 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"> case 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"> return true;</span></td><td class="diff_next"></td><td class="diff_header" id="to45_18">18</td><td nowrap="nowrap"><span class="source"> return true;</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_19">19</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to45_19">19</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_20">20</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td><td class="diff_next"></td><td class="diff_header" id="to45_20">20</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #0</td><td class="diff_next"></td><td class="diff_header" id="to45_21">21</td><td nowrap="nowrap"> 2b00 cmp r3, #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"> d00d beq.n 80<span class="diff_chg">30</span> <_<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>></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"> d00d beq.n 80<span class="diff_chg">18</span> <_<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>></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_23">23</td><td nowrap="nowrap"> 3b11 subs r3, #17</td><td class="diff_next"></td><td class="diff_header" id="to45_23">23</td><td nowrap="nowrap"> 3b11 subs r3, #17</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_24">24</td><td nowrap="nowrap"> 425a negs r2, r3</td><td class="diff_next"></td><td class="diff_header" id="to45_24">24</td><td nowrap="nowrap"> 425a negs r2, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_25">25</td><td nowrap="nowrap"> 4153 adcs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to45_25">25</td><td nowrap="nowrap"> 4153 adcs r3, 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"> e008 b.n 80<span class="diff_chg">2e</span> <_<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>></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"> e008 b.n 80<span class="diff_chg">16</span> <_<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>></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_27">27</td><td nowrap="nowrap"> 2001 movs r0, #1</td><td class="diff_next"></td><td class="diff_header" id="to45_27">27</td><td nowrap="nowrap"> 2001 movs r0, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_28">28</td><td nowrap="nowrap"> 3b29 subs r3, #41 ; 0x29</td><td class="diff_next"></td><td class="diff_header" id="to45_28">28</td><td nowrap="nowrap"> 3b29 subs r3, #41 ; 0x29</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_29">29</td><td nowrap="nowrap"> b2db uxtb r3, r3</td><td class="diff_next"></td><td class="diff_header" id="to45_29">29</td><td nowrap="nowrap"> b2db uxtb r3, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_30">30</td><td nowrap="nowrap"> 4098 lsls r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to45_30">30</td><td nowrap="nowrap"> 4098 lsls r0, r3</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_31">31</td><td nowrap="nowrap"> 0003 movs r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to45_31">31</td><td nowrap="nowrap"> 0003 movs r3, 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"> 4804 ldr r0, [pc, #16] ; (80<span class="diff_chg">38</span> <_<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>>)</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"> 4804 ldr r0, [pc, #16] ; (80<span class="diff_chg">20</span> <_<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>>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_33">33</td><td nowrap="nowrap"> 4003 ands r3, r0</td><td class="diff_next"></td><td class="diff_header" id="to45_33">33</td><td nowrap="nowrap"> 4003 ands r3, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_34">34</td><td nowrap="nowrap"> 1e5a subs r2, r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to45_34">34</td><td nowrap="nowrap"> 1e5a subs r2, r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_35">35</td><td nowrap="nowrap"> 4193 sbcs r3, r2</td><td class="diff_next"></td><td class="diff_header" id="to45_35">35</td><td nowrap="nowrap"> 4193 sbcs r3, r2</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_36">36</td><td nowrap="nowrap"> b2d8 uxtb r0, r3</td><td class="diff_next"></td><td class="diff_header" id="to45_36">36</td><td nowrap="nowrap"> b2d8 uxtb r0, 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"> default:</span></td><td class="diff_next"></td><td class="diff_header" id="to45_38">38</td><td nowrap="nowrap"><span class="source"> 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"> return false;</span></td><td class="diff_next"></td><td class="diff_header" id="to45_39">39</td><td nowrap="nowrap"><span class="source"> return 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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to45_40">40</td><td nowrap="nowrap"><span class="source"> }</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"> 4770 bx lr</td><td class="diff_next"></td><td class="diff_header" id="to45_42">42</td><td nowrap="nowrap"> 4770 bx lr</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_43">43</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td><td class="diff_next"></td><td class="diff_header" id="to45_43">43</td><td nowrap="nowrap"><span class="source"> switch (nh) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_44">44</td><td nowrap="nowrap"> 3b87 subs r3, #135 ; 0x87</td><td class="diff_next"></td><td class="diff_header" id="to45_44">44</td><td nowrap="nowrap"> 3b87 subs r3, #135 ; 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"> e7ef b.n <span class="diff_chg">8016</span> <_compressible_nh+0x12></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"> e7ef b.n <span class="diff_chg">7ffe</span> <_compressible_nh+0x12></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_46">46</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to45_46">46</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from45_47">47</td><td nowrap="nowrap"> 0008000d .word 0x0008000d</td><td class="diff_next"></td><td class="diff_header" id="to45_47">47</td><td nowrap="nowrap"> 0008000d .word 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"> 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"> 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"> _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"> _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 void _configure_netdev(netdev_t *dev)</span></td><td class="diff_next"></td><td class="diff_header" id="to46_5">5</td><td nowrap="nowrap"><span class="source">static void _configure_netdev(netdev_t *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"> b570 push {r4, r5, r6, lr}</td><td class="diff_next"></td><td class="diff_header" id="to46_7">7</td><td nowrap="nowrap"> b570 push {r4, r5, r6, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to46_8">8</td><td nowrap="nowrap"> 0004 movs r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_9">9</td><td nowrap="nowrap"><span class="source"> /* Enable RX- and TX-complete interrupts */</span></td><td class="diff_next"></td><td class="diff_header" id="to46_9">9</td><td nowrap="nowrap"><span class="source"> /* Enable RX- and TX-complete interrupts */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_10">10</td><td nowrap="nowrap"><span class="source"> static const netopt_enable_t enable = NETOPT_ENABLE;</span></td><td class="diff_next"></td><td class="diff_header" id="to46_10">10</td><td nowrap="nowrap"><span class="source"> static const netopt_enable_t enable = 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"> int res = dev->driver->set(dev, NETOPT_RX_END_IRQ, &enable, sizeof(enable));</span></td><td class="diff_next"></td><td class="diff_header" id="to46_11">11</td><td nowrap="nowrap"><span class="source"> int res = dev->driver->set(dev, NETOPT_RX_END_IRQ, &enable, 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"> 4d07 ldr r5, [pc, #28] ; (5a<span class="diff_chg">bc</span> <_configure_netdev+0x24>)</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"> 4d07 ldr r5, [pc, #28] ; (5a<span class="diff_chg">a4</span> <_configure_netdev+0x24>)</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_13">13</td><td nowrap="nowrap"> 6803 ldr r3, [r0, #0]</td><td class="diff_next"></td><td class="diff_header" id="to46_13">13</td><td nowrap="nowrap"> 6803 ldr r3, [r0, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_14">14</td><td nowrap="nowrap"> 002a movs r2, r5</td><td class="diff_next"></td><td class="diff_header" id="to46_14">14</td><td nowrap="nowrap"> 002a movs r2, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_15">15</td><td nowrap="nowrap"> 695e ldr r6, [r3, #20]</td><td class="diff_next"></td><td class="diff_header" id="to46_15">15</td><td nowrap="nowrap"> 695e ldr r6, [r3, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_16">16</td><td nowrap="nowrap"> 211d movs r1, #29</td><td class="diff_next"></td><td class="diff_header" id="to46_16">16</td><td nowrap="nowrap"> 211d movs r1, #29</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_17">17</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to46_17">17</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_18">18</td><td nowrap="nowrap"> 47b0 blx r6</td><td class="diff_next"></td><td class="diff_header" id="to46_18">18</td><td nowrap="nowrap"> 47b0 blx r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_19">19</td><td nowrap="nowrap"><span class="source"> if (res < 0) {</span></td><td class="diff_next"></td><td class="diff_header" id="to46_19">19</td><td nowrap="nowrap"><span class="source"> if (res < 0) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_20">20</td><td nowrap="nowrap"><span class="source"> DEBUG("gnrc_netif: enable NETOPT_RX_END_IRQ failed: %d\n", res);</span></td><td class="diff_next"></td><td class="diff_header" id="to46_20">20</td><td nowrap="nowrap"><span class="source"> DEBUG("gnrc_netif: enable NETOPT_RX_END_IRQ failed: %d\n", 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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to46_21">21</td><td nowrap="nowrap"><span class="source"> }</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 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 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"> res = dev->driver->set(dev, NETOPT_TX_END_IRQ, &enable, sizeof(enable));</span></td><td class="diff_next"></td><td class="diff_header" id="to46_23">23</td><td nowrap="nowrap"><span class="source"> res = dev->driver->set(dev, NETOPT_TX_END_IRQ, &enable, sizeof(enable));</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_24">24</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td><td class="diff_next"></td><td class="diff_header" id="to46_24">24</td><td nowrap="nowrap"> 6823 ldr r3, [r4, #0]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_25">25</td><td nowrap="nowrap"> 002a movs r2, r5</td><td class="diff_next"></td><td class="diff_header" id="to46_25">25</td><td nowrap="nowrap"> 002a movs r2, r5</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_26">26</td><td nowrap="nowrap"> 695e ldr r6, [r3, #20]</td><td class="diff_next"></td><td class="diff_header" id="to46_26">26</td><td nowrap="nowrap"> 695e ldr r6, [r3, #20]</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_27">27</td><td nowrap="nowrap"> 211f movs r1, #31</td><td class="diff_next"></td><td class="diff_header" id="to46_27">27</td><td nowrap="nowrap"> 211f movs r1, #31</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_28">28</td><td nowrap="nowrap"> 2301 movs r3, #1</td><td class="diff_next"></td><td class="diff_header" id="to46_28">28</td><td nowrap="nowrap"> 2301 movs r3, #1</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_29">29</td><td nowrap="nowrap"> 0020 movs r0, r4</td><td class="diff_next"></td><td class="diff_header" id="to46_29">29</td><td nowrap="nowrap"> 0020 movs r0, r4</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_30">30</td><td nowrap="nowrap"> 47b0 blx r6</td><td class="diff_next"></td><td class="diff_header" id="to46_30">30</td><td nowrap="nowrap"> 47b0 blx r6</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_31">31</td><td nowrap="nowrap"><span class="source"> if (res < 0) {</span></td><td class="diff_next"></td><td class="diff_header" id="to46_31">31</td><td nowrap="nowrap"><span class="source"> if (res < 0) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_32">32</td><td nowrap="nowrap"><span class="source"> DEBUG("gnrc_netif: enable NETOPT_TX_END_IRQ failed: %d\n", res);</span></td><td class="diff_next"></td><td class="diff_header" id="to46_32">32</td><td nowrap="nowrap"><span class="source"> DEBUG("gnrc_netif: enable NETOPT_TX_END_IRQ failed: %d\n", 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"> }</span></td><td class="diff_next"></td><td class="diff_header" id="to46_33">33</td><td nowrap="nowrap"><span class="source"> }</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"> bd70 pop {r4, r5, r6, pc}</td><td class="diff_next"></td><td class="diff_header" id="to46_36">36</td><td nowrap="nowrap"> bd70 pop {r4, r5, r6, pc}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from46_37">37</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, r8)</td><td class="diff_next"></td><td class="diff_header" id="to46_37">37</td><td nowrap="nowrap"> 46c0 nop ; (mov r8, 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"> 000138<span class="diff_chg">b8</span> .word 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"> 000138<span class="diff_chg">a0</span> .word 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"> dev(uart)->BAUD.reg = (tmp << scale) - (rem << scale) / 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"> dev(uart)->BAUD.reg = (tmp << scale) - (rem << scale) / 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 void _configure_pins(uart_t uart)</span></td><td class="diff_next"></td><td class="diff_header" id="to47_5">5</td><td nowrap="nowrap"><span class="source">static void _configure_pins(uart_t 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"> b5f8 push {r3, r4, r5, r6, r7, lr}</td><td class="diff_next"></td><td class="diff_header" id="to47_7">7</td><td nowrap="nowrap"> b5f8 push {r3, r4, r5, r6, r7, lr}</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from47_8">8</td><td nowrap="nowrap"><span class="source"> /* configure RX pin */</span></td><td class="diff_next"></td><td class="diff_header" id="to47_8">8</td><td nowrap="nowrap"><span class="source"> /* configure RX pin */</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from47_9">9</td><td nowrap="nowrap"><span class="source"> if (uart_config[uart].rx_pin != GPIO_UNDEF) {</span></td><td class="diff_next"></td><td class="diff_header" id="to47_9">9</td><td nowrap="nowrap"><span class="source"> if (uart_config[uart].rx_pin != GPIO_UNDEF) {</span></td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from47_10">10</td><td nowrap="nowrap"> 2414 movs r4, #20</td><td class="diff_next"></td><td class="diff_header" id="to47_10">10</td><td nowrap="nowrap"> 2414 movs r4, #20</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from47_11">11</td><td nowrap="nowrap"> 4344 muls r4, r0</td><td class="diff_next"></td><td class="diff_header" id="to47_11">11</td><td nowrap="nowrap"> 4344 muls r4, r0</td></tr> | |
<tr><td class="diff_next"></td><td class="diff_header" id="from47_12">12</td><td nowrap="nowrap"> 4d10 ldr r5, [pc, #64] ; (143c <_configure_pins+0x48>)</td><td class="diff_next"></td><td class="diff_header" id="to47_12">12</td><td nowrap="nowrap"> 4d10 ldr r5, [pc, #64] ; (143c <_configure_pins+0x48>)</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"> &n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment