On 6/25/23 09:45, ljs wrote:
//in app
void* Create()
{
     return 0xffffffff12345678;
}
tcc_add_symbol("Create",Create);

//in tcc script
void * ret = Create();
//in 64 bit,ret == 0x0000000012345678;not 0xffffffff12345678
If do not understand this.
Can you give a small sample program that I can compile to show your problem.
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to