Re: [hatari-devel] Suspicious movem bus error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Suspicious movem bus error
- From: Thorsten Otto <admin@xxxxxxxxxxx>
- Date: Mon, 19 May 2025 21:17:44 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tho-otto.de; s=dkim; t=1747682275; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pRWSKEmeK8/ZzgdAwoCQs9mBIT1TUmw0UH6CsKg7rbY=; b=KVjRSITJdPSLa+38z0a2I3B6HXnWKrF2cqoyZn8gUC7kr6Vad+l2NfHXmlk0EXlN8R+Dgw u5572txiTxjHx2eyNzGgJ5QhuUx06yql7uAe3DzoTQiKY70d22XySv6F0K7jvtt99EOUFT CxqmJEPlbxI/dYuEoxpB/aRGWCSQ6IhpprUpeD8jHFHXGKJ8sXO8IT1ypL+n/dMgX57D7t MLh8fYjU65arhs8rD3TUh+8UziOP3oGbtedtO4ALrV1TR8KnMG78hExnFt5HmWnvC8nbgb 5+9DpCuw3ZhH5j0RbM8J3cZ3glNZTbr+t+aYz4qfx2432F4KjzkkWb6VjffiNQ==
On Montag, 19. Mai 2025 19:58:44 CEST Miro Kropáček wrote:
> that will teach me to use memcpy() on hardware areas.
If you are unlucky, that can also bus-error, if you copy a multiple of 256 bytes (what is copied by the inner loop of our memcpy implementation, both in mintlib and libcmini)