<p>OK, I see it now, re-generating cogitARMv5.c adds the definition of unalignedLongAt.<br>
The last generation was VMMaker.oscog-eem.2482, so a few things have happened in VMMaker in between, including code generation...<br>
I'm not responsible for any stuff touching unalignedLongAt, but I should not have regenerated...<br>
I wonder why squeak do succeed? Different compiler options?</p>
<p>Eliot has already fixed that in VMMaker.oscog-eem.2502 so as to :</p>
<pre><code>unalignedLongAt: byteAddress
"Some processors need this, but word-oriented RISCs don't. Hence doNotGenerate."
<doNotGenerate>
^self subclassResponsibility
</code></pre>
<p>Either I revert, or I try to generate with 2502...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/333#issuecomment-450751713">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyWy9hjS9ZrSoz_2GiEYQH6gbiiZ7kks5u-7cQgaJpZM4ZlwqF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW3nQKglYbSkl_zsdCcaRGbYq_urlks5u-7cQgaJpZM4ZlwqF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nicolas-cellier-aka-nice in #333: OK, I see it now, re-generating cogitARMv5.c adds the definition of unalignedLongAt.\r\nThe last generation was VMMaker.oscog-eem.2482, so a few things have happened in VMMaker in between, including code generation...\r\nI'm not responsible for any stuff touching unalignedLongAt, but I should not have regenerated...\r\nI wonder why squeak do succeed? Different compiler options?\r\n\r\nEliot has already fixed that in VMMaker.oscog-eem.2502 so as to \u003cdo not generate\u003e:\r\n\r\n    unalignedLongAt: byteAddress\r\n\t\"Some processors need this, but word-oriented RISCs don't. Hence doNotGenerate.\"\r\n\t\u003cdoNotGenerate\u003e\r\n\t^self subclassResponsibility\r\n\r\nEither I revert, or I try to generate with 2502...\r\n"}],"action":{"name":"View Issue","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/333#issuecomment-450751713"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/333#issuecomment-450751713",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/333#issuecomment-450751713",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>