mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-05 12:14:52 +08:00
tccasm: define __ASSEMBLER__ for .S files, like gcc does
This commit is contained in:
@@ -564,3 +564,7 @@ int $0x10
|
||||
pushl $1
|
||||
pushw $1
|
||||
push $1
|
||||
|
||||
#ifdef __ASSEMBLER__ // should be defined, for S files
|
||||
inc %eax
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user