fixed and added missing file for x86_64 assembly

This commit is contained in:
Frederic Feret
2009-08-27 14:25:56 +02:00
committed by grischka
parent b7d7af4fa2
commit ae23c46ce2
2 changed files with 215 additions and 1 deletions

View File

@ -122,7 +122,7 @@
/* pragma */
DEF(TOK_pack, "pack")
#if !defined(TCC_TARGET_I386)
#if !defined(TCC_TARGET_I386) && !defined(TCC_TARGET_X86_64)
/* already defined for assembler */
DEF(TOK_ASM_push, "push")
DEF(TOK_ASM_pop, "pop")