tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TOK_PPNUM for asm


From: Sergey Korshunoff
Subject: [Tinycc-devel] TOK_PPNUM for asm
Date: Sun, 1 May 2016 22:29:21 +0300

Hi!
Proposed patch: handle 0x1e+1 as 0x1e +1 if (parse_flags & PARSE_FLAG_ASM_FILE)
This helps to compile asm code like:
__asm("mov $0x1e" "-1");
(a code from linux kernel)

https://github.com/seyko2/tinycc/commit/22d279c24ce8873b3f90b364478fad70f8a6dae3



reply via email to

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