tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate support"


From: Sergey Korshunoff
Subject: [Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate support"
Date: Thu, 12 May 2016 17:24:14 +0300

Hi!
Compiling tccboot with "Clean up 64bit immediate support" there are an
error now:
linux/arch/i386/kernel/head.S:380: error: repeat < 0; .fill ignored
It is caused by

 typedef struct ExprValue {
-    uint32_t v;
+    uint64_t v;
     Sym *sym;
 } ExprValue;

Is this change must be for x86_64 only?



reply via email to

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