Re: [hatari-devel] AUTO folder not executed anymore (commit #ba51a1e2) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] AUTO folder not executed anymore (commit #ba51a1e2)
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Thu, 20 Jun 2024 23:14:25 +0200
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1718918092; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=+t8qZVCfUPyrw32gyVEcWocYzJ+g0b3kJsvIe5iUCys=; b=maV51ByvPby3KDAZOwi091uztJDEpj2FwwKYGVEJspgZ8tck3tAgNq4gVeL2CxxU+c dhJRPC6OkoXdKVxV3EArCf2RhLxRaRZapufcLzIMFGU6WYIhmhDaJnWS1yx/+WncQQ1q kwODf1iDVp+19CkSs7DVIkR0DmVZHGAviRkwOdqBTETREkSllC1KNuoIotzMgkXiKQ/n aGYEomApa5qomDPCbkmZ25payW1TR0mQv5sf9C8q+/cEfNUC1oTPIMv10iHa7HmDAfsO uVKwkOf/8CJndYLHyQ12AM81sIjUa9alt1Nj9sX1i6XwYpQH+bqaDtyTjZeGl9Yx4vkZ jIQQ==
- Arc-seal: i=1; a=rsa-sha256; t=1718918092; cv=none; d=strato.com; s=strato-dkim-0002; b=WG+7O8rtb/GSAqlxws55fJwhT3ng5iKH9qyYCe9m6UGp4VVURhI/7zgEvnyG1+J1XN +pxvId4lnZv3xmqb/X3Hgdvbqqg4ox9gM/MERGfRxZDd5pT1hIFmWyqnveIxwVAJOt2G eD8rZaB76t+WTLe8Eb6X19m2i7IUNhBGcmFySGz87vNMvuaCwvZgQgx+wd6WVLuxRAf8 PQQ3LynNdBqlPK3718YEdEPLh6Ua1REYgNhlNLbOawGvblWVpzd5xN7CnJiEakPU8eMd 9F96Udmt8Kb/9PsPG5d77UivGKxbXjCy/jT08mjsauphr/AF4FjO0pYRkQ5DhvrML/kI pX8w==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1718918092; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=+t8qZVCfUPyrw32gyVEcWocYzJ+g0b3kJsvIe5iUCys=; b=YfSY9VmG/sWyWIdZkX9GxZI5f7GcBe0jKflJqanu4wFc6BRfRyd26BKLaKqOPbT9sF Wn2ED3q2wfM66H7KfATfCCV9Bh7knmhQyQ10S/Ul542mTJd5H6ZneJxMK61QgAKj+gbS qqq9uxEp+i5BIUo9KdqDMDrtrTavkc5ao2U9JaXb1Ns/CUI8XRpMB9m75rahN0thmCN2 XusqDqF+GBog+BmemzgUufDaE6drXmEG2lNheLEZi93aN5tLV3Dobc7j0zELfudK8kiv FKYwxKaqSbKJkIj25+2qyiqKPS/jJWpkF7KZDTaOt4GHfzlYpjXbhgPeTUr9wDu7+JMe bNhg==
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1718918092; s=strato-dkim-0003; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=+t8qZVCfUPyrw32gyVEcWocYzJ+g0b3kJsvIe5iUCys=; b=bgFsf8KSaOxqtEl/+G3B+ZIEosgCfSMZwGbKr/2b3S7ukXxPnQ1pceFg6pZy+MWRlW r2wH5x9HaB6b/eglL6Aw==
> just to be sure, do you have the same code in your version of scu_vme.c ?
Yes, I have. So this is not a git bug ;-).
> Also if SCU.Enabled is false, this could give your result. But
> SCU.Enabled is set to true in ioMem.c line 345 :
>
> if (Config_IsMachineTT() || Config_IsMachineMegaSTE())
> SCU_SetEnabled ( true );
> else
> SCU_SetEnabled ( false );
>
>
> This is really strange. It could be some sources or .o files not up to
> date, but you said you did a "make clean"
Yes, I definitely did. From my perspective the problem can easily be
reproduced: I just have to switch between the two commits and the problem is
there or it is gone.
clang and gcc result in the same behavior, by the way.
>
> Let's see if other people have the same issue, for now I don't see
> what's wrong.
>
>
> Nicolas
>