Bug 586887 - bustage on TM tree of Win64 build due to no TrampolineMasmX64.asm. r=dvander

This commit is contained in:
Makoto Kato 2010-08-18 11:29:04 +09:00
Родитель 21295532f9
Коммит 6b9613d5ae
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -338,9 +338,6 @@ CPPSRCS += Assertions.cpp \
ifeq (86, $(findstring 86,$(TARGET_CPU)))
ifeq (x86_64, $(TARGET_CPU))
ifeq ($(OS_ARCH),WINNT)
ASFILES += TrampolineMasmX64.asm
endif
#CPPSRCS += only_on_x86_64.cpp
else
#CPPSRCS += only_on_x86.cpp