tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] fixes in 86_64 PE


From: Archidemon
Subject: [Tinycc-devel] fixes in 86_64 PE
Date: Fri, 10 Jan 2014 07:52:02 +0400

Hello everyone!
I've commited a patch for x86_64 PE target to fix fails in code like:

int (*fn1)() = 0x000000013fbd16b5;

and code like:

int fn1() {...}

struct {
  int (*fn2)();
} b = { fn1 };

p.s. most difficult in this work is git commit - instruction on site repo.or.cz sucks.

-----------------------------------------------------------
Zimbabwe CMS - best c script(tcc) based CMS ever!
reply via email to

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