PERFORCE change 132236 for review

John Birrell jb at FreeBSD.org
Tue Jan 1 01:02:40 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132236

Change 132236 by jb at jb_freebsd1 on 2008/01/01 09:02:21

	Build in the instruction size code like on i386.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#11 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#11 (text+ko) ====

@@ -13,7 +13,7 @@
 		dtrace_asm.S \
 		dtrace_subr.c
 
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
 SRCS+=		dis_tables.c \
 		instr_size.c
 .endif


More information about the p4-projects mailing list