tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Tinycc-devel] libtcc not working properly on x86-64 targets


From: Michael Kuklinski
Subject: RE: [Tinycc-devel] libtcc not working properly on x86-64 targets
Date: Mon, 21 Dec 2009 07:42:55 -0600

I did fix several bugs in the adding of the symbol that were equivalent to a cast to uint_32 from void*, however the system is still treating it as a 32-bit address -- for instance, if I pass it 0xAABBCCDD11223344, I get an access exception on 0x0000000011223344. Is it possible that TinyCC is simply compiling the function call with a 32-bit instructon?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]