summaryrefslogtreecommitdiff
path: root/util/statetrace/tracechild_arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/statetrace/tracechild_arch.cc')
-rw-r--r--util/statetrace/tracechild_arch.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/statetrace/tracechild_arch.cc b/util/statetrace/tracechild_arch.cc
index 603ccb12c..570a12b54 100644
--- a/util/statetrace/tracechild_arch.cc
+++ b/util/statetrace/tracechild_arch.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 The Regents of The University of Michigan
+ * Copyright (c) 2006-2007 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,8 @@
#if defined __alpha__
#error "Alpha architecture not implemented"
#elif defined __amd64__
- #error "AMD64 architecture not implemented"
+// #error "AMD64 architecture not implemented"
+ #include "arch/tracechild_amd64.cc"
#elif defined __hppa__
#error "Hppa architecture not implemented"
#elif defined __i386__ || defined __i486__ || \