Liste des Groupes | Revenir à cl c |
On 10/14/2024 7:36 PM, Mike Terry wrote:Thanks.On 15/10/2024 00:33, Chris M. Thomasson wrote:https://github.com/plolcott/x86utm/blob/master/x86utm.slnOn 10/14/2024 4:14 PM, tTh wrote:>On 10/14/24 04:57, olcott wrote:>>>
*Fully operational code is here*
https://github.com/plolcott/x86utm/blob/master/Halt7.c
This program does not compile, so it cannot be executed.
Halting problem solved.
>
Shit happens. A lot of things. I cannot get it to compile at all. MSVC, GCC, whatever...
>
>
>
>
>
main.c: In function ‘Decide_Halting0’:
main.c:239:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
239 | PushBack(*execution_trace, (u32)*decoded, sizeof(Decoded_Line_Of_Code));
| ^
You're trying to compile it as 64 bit code. PO's x86utm.exe expects 32- bit.
>
Mike.
>
Les messages affichés proviennent d'usenet.